/*EDOCMAN*/
#form-content.modal {margin-left: auto !important; margin-right: auto !important; height: auto !important;}
.edocman-download-form.form-horizontal.control-label {color: #ffffff !important;}
p#download-instruction.text-info {color: #fff !important;}

/* READTIME */
.reading-time {
  font-size: 14px;
  font-weight: 400 !important;
  padding-bottom: 10px;
}

/* News Show Pro GK5 */

.nspMain { position: relative; }
/* Pagination */
.nspBotInterface,
.nspTopInterface {
    clear: both;
    float: right;
    margin: 5px 0;
}
.nspTopInterface {
    position: absolute;
    right: 0;
    top: -44px;
}
.nspBotInterface .nspPagination { margin-top: 0; }
/*
    Interface - for different looking Top and Bottom interface use the following classes:
    .nspTopInterface
    .nspBotInterface (e.g.: .nspTopInterface .nspPagination li ...)
*/
.nspPagination {
    float: left;
    list-style-type: none!important;
    margin: 3px 0 0 0!important;
    padding: 0!important;
}
.nspPagination li {
    background: #ccc;
    border: none!important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    float: left;
    height: 8px;
    margin: 6px 4px 0 0!important;
    padding: 0;
    text-indent: -999em;
    width: 8px;
}
.nspPagination li:hover,
.nspPagination li.active { background-color: #eb1e00; }
.nspNext,
.nspPrev {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    cursor: pointer;
    display: block;
    float: left;
    height: 24px;
    margin: 0 0 0 5px;
    position: relative;
    text-indent: -9999px;
    width: 26px;
}
.nspNext:after,
.nspPrev:after {
    color: #949494;
    content: "\f104";
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    left: 10px;
    line-height: 15px;
    position: absolute;
    text-indent: 0;
    top: 5px;
}
.nspNext:after {
    color: #949494;
    content: '\f105';
}
.nspPrev:after {
    color: #949494;
}
.nspNext:hover:after,
.nspPrev:hover:after { color: #eb1e00; }
/* Articles layout */
.nspArts {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
}
.nspArtPage { float: left; }
.nspArt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.nspArt div { overflow: hidden; }
.nspArt h4.nspHeader {
    margin: 0;
    padding: 0 0 16px 0;
    text-transform: none;
}

.nspArt img.nspImage {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.nspArt .nspImageWrapper {
    display: block;
    overflow: hidden;
    padding: 0!important;
}
.nspArt .nspImageWrapper.gkResponsive {
    width: 100%;
}
.nspMain .nspImageWrapper img {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
/*.nspMain .nspImageWrapper:hover img {
    -webkit-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
    -moz-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
    -ms-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
    -o-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
    transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
}*/
.nspArt p.nspText {
    display: block!important;
    line-height: 1.5;
    margin: 0;
    padding: 0!important;
}
.nspArt p.nspInfo {
    display: block!important;
    font-size: 12px;
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
}
.nspArt p.nspInfo a {
    color: #999!important;
}
.nspArt p.nspInfo a:active,
.nspArt p.nspInfo a:focus,
.nspArt p.nspInfo a:hover {
    color: #eb1e00!important;
}
.nspArt p.nspInfo > * { padding: 0 10px!important; }
.nspArt p.nspInfo > i {
    color: #999;
    font-size: 14px;
    padding: 0 0 0 10px!important;
}
.nspArt p.nspInfo > i + a {
    padding-left: 5px!important;
}
.nspArt p.nspInfo img { vertical-align: middle; }
.nspArt p.nspInfo > .nsp-stars {
    padding: 0 10px 0 0!important;
}
.nspArt .nsp-star-0:before,
.nspArt .nsp-star-1:before {
    content: "\f005";
    color: #ccc;
    font-family: FontAwesome;
    font-size: 10px;
    padding: 0 2px 0 0;
}
.nspArt .nsp-star-1:before {
    color: #f7a834;
}
.nspArt .tleft { text-align: left; }
.nspArt .tright { text-align: right; }
.nspArt .tcenter { text-align: center; }
.nspArt .tjustify { text-align: justify; }
.nspArt .fleft { float: left; }
.nspArt .fright { float: right; }
.nspArt .fnone {
    clear: both;
    float: none;
    width: 100%;
}
.readon.inline { border: none; padding: 0; }
.readon.fleft,
.readon.fright,
.readon.fcenter {
    clear: both;
    margin: 24px 46px 0 0;
}
.readon.fleft { float: left; }
.readon.fright { float: right; }
.readon.fcenter {
    display: inline;
    float: none;
}
.nspAvatar { }
.readon-button {
    border-top: 1px solid #799dcc;
    border-bottom: 1px solid #799dcc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    display: block;
    height: 38px;
    line-height: 39px;
    margin: 20px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

/* Links layout */
.nspLinks {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
}
.nspList {
    float: left;
}
.nspList li > .nspImageWrapper {
    float: left;
    overflow: hidden;
}
.nspList li > .nspImageWrapper + div > h4 {
    margin-top: 5px;
}
.nspLinks ul {
    padding: 0!important;
}
.nspLinks .nspLinkScroll1 ul li {
    border: none;
    margin: 0!important;
    overflow: hidden;
    padding: 18px 0;
}
.nspLinks .nspLinkScroll2 {
    overflow: hidden;
}
.nspLinks ul li h4 {
    margin-bottom: 5px;
    text-transform: none;
}

.nspLinks ul li h4 a {
    text-decoration: none;
}

.nspLinks ul li {
    border-top: 1px solid #e5e5e5!important;
}

.nspLinks ul li:first-child {
    border-top: none!important;
}

.nspLinks ul li p {
    margin: 0;
    font-size: 0.9em;
}

/* positioning */
.nspArts.left { float: right; }
.nspLinksWrap.left { float: left; }
.nspArts.right { float: left; }
.nspLinksWrap.right { float: right; }
.nspLinksWrap.left .nspLinks { padding-right: 64px;}
.nspLinksWrap.right .nspLinks { padding-left: 64px; }

/* make element unvisible */
.nspMain .unvisible {
    left: -9999px;
    position: absolute;
    top: auto;
}
/* Responsive layout */
.gkResponsive img.nspImage, img.nspImage.gkResponsive {
    height: auto;
    max-height: 217px;
    width: 100%!important;
}
.nspArt img.nspImage { max-width: 100%; }
.nspArtScroll1,
.nspLinkScroll1 {
    overflow: hidden;
    width: 100%;
}
.nspPages1 { width: 100%; }
.nspPages2 { width: 200%; }
.nspPages3 { width: 300%; }
.nspPages4 { width: 400%; }
.nspPages5 { width: 500%; }
.nspPages6 { width: 600%; }
.nspPages7 { width: 700%; }
.nspPages8 { width: 800%; }
.nspPages9 { width: 900%; }
.nspPages10 { width: 1000%; }
.nspCol1 { width: 100%; }
.nspCol2 { width: 50%; }
.nspCol3 { width: 33.3%; }
.nspCol4 { width: 25%; }
.nspCol5 { width: 20%; }
.nspCol6 { width: 16.66%; }
.nspCol7 { width: 14.285%; }
.nspCol8 { width: 12.5%; }
.nspCol9 { width: 11.1%; }
.nspCol10 { width: 10%; }
.nspCol11 { width: 9.09%; }
.nspCol12 { width: 8.33%; }
.nspCol13 { width: 7.69%; }
.nspCol14 { width: 7.14%; }
.nspCol15 { width: 6.66%; }
.nspCol16 { width: 6.25%; }
.nspCol17 { width: 5.88%; }
.nspCol18 { width: 5.55%; }
.nspCol19 { width: 5.26%; }
.nspCol20 { width: 5%; }
/* Animation */
.nspList,
.nspArtPage {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}
.nspList.active,
.nspArtPage.active { opacity: 1; }

/*Suffix .ed-main-news*/


/* Suffix color */
.box.color .nspText,
.box.color .nspInfo,
.box.color .nspLinks ul li p {
    color: rgba(255, 255, 255, 0.75)!important;
}
.box.color .nspInfo a {
    color: rgba(255, 255, 255, 0.95)!important;
}
.box.color .nspInfo a:active,
.box.color .nspInfo a:focus,
.box.color .nspInfo a:hover {
    color: rgba(255, 255, 255, 0.75)!important;
}
.box.color a.readon,
.box.color a.readon:after {
    border-color: rgba(255, 255, 255, 0.6)!important;
    color: rgba(255, 255, 255, 0.6)!important;
}
.box.color a.readon:active,
.box.color a.readon:focus,
.box.color a.readon:hover,
.box.color a.readon:active:after,
.box.color a.readon:focus:after,
.box.color a.readon:hover:after {
    color: #fff!important;
    border-color: #fff!important;
}
.box.color .nspLinks ul li {
    border-top-color: rgba(255, 255, 255, 0.2)!important;
}
.box.color .nspArt h4.nspHeader a { color: #fff; }
.box.color .nspNext,
.box.color .nspPrev {
    border-color: rgba(255, 255, 255, 0.6);
}
.box.color .nspPagination li {
    background: rgba(255, 255, 255, 0.6);
}
.box.color .nspPagination li.active {
    background: #fff;
}
.box.color .nspPrev:after,
.box.color .nspNext:after {
    color: rgba(255, 255, 255, 0.6);
}
.box.color .nspPrev:hover:after,
.box.color .nspNext:hover:after {
    color: #fff;
}

/* Module in menu */
.gkMenu .nspArt h4.nspHeader { font-size: 14px; padding: 0}

/* Suffix nsp-list */
.nspMain.nsp-list .nspArt {
    border-bottom: 1px solid #e5e5e5;
}

.nspMain.nsp-list .nspHeader {
    font-size: 15px;
    padding: 4px 0;
}
.nspMain.nsp-list .nspInfo {
    padding: 0;
}

/* Suffix highlights */
.box.highlights .nspMain {
    position: static;
}
.box.highlights .nspHeader {
    font-size: 36px;
    line-height: 43px;
    padding: 0;
}
.box.highlights .nspInfo {
    color: #999;
    font-size: 14px;
    padding: 10px 0 48px 0;
    text-transform: none;
}
.box.highlights .nspInfo span {
    color: #eb1e00;
}
.box.highlights .nspText {
    color: #8e8e8e;
    font-size: 18px;
}
.box.highlights .readon {
    margin-left: 2px;
    margin-top: 50px;
}
.box.highlights .nspTopInterface {
    background: #f9fafb;
    border-top: 1px solid #e5e5e5;
    bottom: 0;
    height: 60px;
    margin: 0 -45px;
    position: absolute;
    right: auto;
    top: auto;
    width: 100%;
}
.box.highlights .nspTopInterface .nspPrev,
.box.highlights .nspTopInterface .nspNext {
    background: #fff;
    left: 36px;
    position: absolute;
    top: 16px;
}
.box.highlights .nspTopInterface .nspNext {
    left: auto;
    right: 36px;
}
.box.highlights .nspTitleArea {
    height: 60px;
    line-height: 60px;
    padding: 0 80px;
    text-align: center;
}
.box.highlights .nspTitleArea h4 {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box.highlights .nspTitleArea h4 a {
    color: #222;
}
.box.highlights .nspTitleArea h4 a:active,
.box.highlights .nspTitleArea h4 a:focus,
.box.highlights .nspTitleArea h4 a:hover {
    color: #eb1e00;
}

/* Portal Mode - VideoList */
.gkNspPM-VideoList {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 -19px;
    position: relative;
    width: auto;
}

.gkNspPM-VideoList > div {
    overflow: hidden;
    position: relative;
}

.gkNspPM-VideoList .gkItemsPage {
    display: block;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    top: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 100%;
    z-index: 0;
}

.gkNspPM-VideoList .gkItemsPage.to-hide,
.gkNspPM-VideoList .gkItemsPage.active {
    display: block;
    opacity: 1;
}

.gkNspPM-VideoList .gkItemsPage.active {
    position: relative;
    z-index: 2;
}

.gkNspPM-VideoList .gkItemsPage.to-hide {
    display: block;
    opacity: 0;
}

.gkNspPM-VideoList .gkItemsPage figure {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 19px;
}

.gkNspPM-VideoList .gkItemsPage[data-cols="1"] figure { width: 100%; }
.gkNspPM-VideoList .gkItemsPage[data-cols="2"] figure { width: 50%; }
.gkNspPM-VideoList .gkItemsPage[data-cols="3"] figure { width: 33.333333%; }
.gkNspPM-VideoList .gkItemsPage[data-cols="4"] figure { width: 25%; }
.gkNspPM-VideoList .gkItemsPage[data-cols="5"] figure { width: 20%; }
.gkNspPM-VideoList .gkItemsPage[data-cols="6"] figure { width: 16.666666%; }

.gkNspPM-VideoList .gkItem {
    cursor: pointer;
    opacity: 0;
    padding: 16px 0;
    position: relative;
    top: 50px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.gkNspPM-VideoList .gkItem.active {
    opacity: 1;
    top: 0;
}

.gkNspPM-VideoList .gkItem .gkImageWrap {
    position: relative;
}
.gkNspPM-VideoList .gkItem.video .gkImageWrap:before {
    background: rgba(0, 0, 0, 0.25);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.gkNspPM-VideoList .gkItem.video .gkImageWrap:after {
    color: #fff;
    content: "\f04b";
    font-family: FontAwesome;
    font-size: 24px;
    left: 50%;
    line-height: 24px;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    z-index: 2;
}

.gkNspPM-VideoList .gkItem:hover figcaption {
    background: #f6f7f9;
}

.gkNspPM-VideoList h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 16px 0;
    text-align: center;
    text-transform: none;
}

.gkNspPM-VideoList figcaption {
    padding: 0 16px 16px 16px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.gkNspPM-VideoList strong {
    color: #afafaf;
    display: block;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

/* Bottom navigation */
.gkNspPM-VideoList .gkBottomNav {
    border-top: 1px solid #e5e5e5;
    margin: 32px 19px -24px 19px;
    padding: 12px 0 0 0;
    position: relative;
}
.gkNspPM-VideoList .gkBottomNavNext,
.gkNspPM-VideoList .gkBottomNavPrev {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    cursor: pointer;
    display: block;
    float: left;
    height: 24px;
    margin: 0;
    position: relative;
    text-indent: -9999px;
    width: 26px;
}
.gkNspPM-VideoList .gkBottomNavNext {
    right: 0;
    position: absolute;
    top: 12px;
}
.gkNspPM-VideoList .gkBottomNavPrev {
    left: 0;
    position: absolute;
    top: 12px;
}
.gkNspPM-VideoList .gkBottomNavNext:after,
.gkNspPM-VideoList .gkBottomNavPrev:after {
    color: #949494;
    content: "\f104";
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    left: 10px;
    line-height: 15px;
    position: absolute;
    text-indent: 0;
    top: 5px;
}
.gkNspPM-VideoList .gkBottomNavNext:after {
    color: #949494;
    content: '\f105';
}
.gkNspPM-VideoList .gkBottomNavPrev:after {
    color: #949494;
}
.gkNspPM-VideoList .gkBottomNavNext:hover:after,
.gkNspPM-VideoList .gkBottomNavPrev:hover:after { color: #eb1e00; }
.gkNspPM-VideoList .gkBottomNavPagination {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 50px;
    text-align: center;
    width: 100%;
}
.gkNspPM-VideoList .gkBottomNavPagination li {
    border: none!important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin: 10px 4px 0 0!important;
    padding: 0!important;
    text-indent: -999em;
    width: 8px;
}
.gkNspPM-VideoList .gkBottomNavPagination li:hover,
.gkNspPM-VideoList .gkBottomNavPagination li.active { background-color: #eb1e00; }

/* Images */
.gkNspPM-VideoList img,
.gkNspPM-VideoList .gkImageWrap  {
    display: block;
    height: auto;
    overflow: hidden;
    width: 100%;
}
.gkNspPM-VideoList .gkImageWrap {
    margin: 0 35px 0 0;
}
.gkNspPM-VideoList .gkImageWrap {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.gkNspPM-VideoList .gkImageWrap img {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.gkNspPM-VideoList .gkImageWrap:hover img {
    -webkit-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
    -moz-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
    -ms-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
    -o-transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
    transform: scale3d(1.3, 1.3, 1) translate3d(0px, 10%, 0px);
}


/* SP PAGE BUILDER */
#menu-servicos .sppb-img-responsive {max-width: 32px;}
#menu-services .sppb-img-responsive {max-width: 32px;}