@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400&display=swap');
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
#header ol,
#header ul,
#header li,
hr,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
hgroup,
img {
    margin: 0;
    padding: 0;
    border: 0;
}

a:active,
a:hover {
    outline: 0;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

#header li {
    list-style-type: none;
}


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
}

.nav-collapse li {
    width: 100%;
    display: block;
}

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
}

.nav-collapse.opened {
    max-height: 9999px;
}

.disable-pointer-events {
    pointer-events: none !important;
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

@media screen and (min-width: 1020px) {
    .js .nav-collapse {
        position: relative;
    }
    .js .nav-collapse.closed {
        max-height: none;
    }
    .nav-toggle {
        display: none;
    }

      .subscribe-form form{
        width: 100%;
       
    }

    .subscribe-form #button-subscribe{
        width: 75px;
        height: 100%;
        font-size: 13px;
    }

    .subscribe-form form{
        width: 100%;
       
    }

    /* .subscribe-form #button-subscribe{
        width: 75px;
        height: 100%;
        font-size: 13px;
    } */
}


/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #37302a;
    background: #fff;
    font: normal 100%/1.4 'Oswald', sans-serif, arial;
    font-stretch: ultra-condensed;
    font-weight:200;
}

section {
    text-align: center;
    width: 100%;
    clear: both;
    /*
  border-bottom: 1px solid #999;
  padding: 120px 0 0;
  height: 800px;
  background: red;*/
}

h1 {
    margin-bottom: .5em;
}

p {
    margin: 0 auto;
}

a {
    color: #665542;
    text-decoration: none;
}

a:hover {
    color: #f7931d;
    text-decoration: underline;
}


/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    border-bottom: 2px solid #e0e0e0;
}

.wrapper {
    margin: 0 auto;
    margin-top: 15px;
    max-width: 1166px;
}

#header .wrapper {
    margin-top: 0px;
}

.logo {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    font-weight: bold;
    padding: 0 0px 9px 9px;
    color: #f7921c;
    float: left;
    background: url('../img/images/system/GAP_logo.png') no-repeat;
    margin-left: 5px;
    margin-top: 8px;
}

.logo {
    width: 220px;
    height: 50px;
    background-size: 220px auto;
    background-position: 0px 5px;
}


/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    transition: opacity 300ms;
    background: rgba(0, 0, 0, .5);
    visibility: hidden;
    position: fixed;
    opacity: 0;
    z-index: 2;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.android .mask {
    -webkit-transition: none;
    transition: none;
}

.js-nav-active .mask {
    visibility: visible;
    opacity: 1;
}

@media screen and (min-width: 1020px) {
    .mask {
        display: none !important;
        opacity: 0 !important;
    }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

.nav-collapse,
.nav-collapse * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
    list-style: none;
    width: 100%;
    float: left;
}

@media screen and (min-width: 1020px) {
    .nav-collapse {
        float: right;
        width: auto;
    }
}

.nav-collapse li {
    float: left;
    width: 100%;
}

@media screen and (min-width: 1020px) {
    .nav-collapse li {
        width: auto;
    }
}

.nav-collapse a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-top: 1px solid white;
    text-decoration: none;
    background: #fff;
    padding: 0.2em 1em;
    color: #676767;
    width: 100%;
    float: left;
    font-size: 1.3em;
}

.nav-collapse a:active,
.nav-collapse .active a,
.nav-collapse li.active ul li a.active {
    background: #efefef;
}

@media screen and (min-width: 320px) {
    .nav-collapse a {
        padding: 0em 1em;
        font-size: 1.1em;
    }
    .nav-collapse ul.lang {
        right: 0;
    }
}

@media screen and (min-width: 360px) {
    .nav-collapse a {
        padding: 0.1em 1em;
        font-size: 1.2em;
    }
}

@media screen and (min-width: 500px) {
    .nav-collapse a {
        padding: 0.2em 1em;
        font-size: 1.3em;
    }
    .oneFourth {
        width: 30%;
    }
    .publication h3 {
        height: 10px;
    }
      
    .subscribe-form > form{
        max-width: 100%; 
     }
 
     .subscribe-form #button-subscribe{
         width: 95px;
         height: 100%;
         font-size: 13px;
     }
}

@media screen and (min-width: 1020px) {
    .nav-collapse a {
        border-left: 1px solid white;
        margin-top: 10px;
        padding: 28px 9px 17px 9px;
        text-align: center;
        border-top: 0;
        float: left;
        margin: 0;
    }
}

.nav-collapse ul li ul {
    background: #efefef;
    display: block;
    \\width: 200px;
}

.nav-collapse ul ul a {
    \\background: #ca3716;
    padding-left: 2em;
}

.nav-collapse ul li.active ul a {
    background: #fff;
}

@media screen and (min-width: 1020px) {
    .nav-collapse ul li.withsub {
        width: 106px;
        white-space: nowrap;
        background: url('../images/withsub.png') no-repeat center 52px;
    }
    .nav-collapse ul li ul {
        background: #efefef;
        display: none;
    }
    .nav-collapse ul li.d ul {
        width: 180px;
    }
    .nav-collapse ul li.e ul {
        width: 185px;
    }
    .nav-collapse ul li.f ul {
        width: 150px;
    }
    .nav-collapse ul li.g ul {
        width: 356px;
        margin-left: -250px;
    }
    .nav-collapse ul li ul li {
        width: 100%;
        white-space: normal;
    }
    .nav-collapse ul ul a {
        display: block;
        margin: 0;
        padding: 5px 15px;
        width: 100%;
        background: #efefef;
    }
    .logo {
        padding: 0 0px 9px 20px;
    }
    .nav-collapse li a,
    .nav-collapse li.active ul li a {
        background: url('../images/_z.png') repeat-x bottom left;
    }
    .nav-collapse li a:hover,
    .nav-collapse li.active a {
        background: url('../images/_act.png') repeat-x bottom left;
    }
    .nav-collapse li.a a {
        background: url('../images/_a.png') repeat-x bottom left;
    }
    .nav-collapse li.b a {
        background: url('../images/_b.png') repeat-x bottom left;
    }
    .nav-collapse li.c a {
        background: url('../images/_c.png') repeat-x bottom left;
    }
    .nav-collapse li.d a {
        background: url('../images/_d.png') repeat-x bottom left;
    }
    .nav-collapse li.e a {
        background: url('../images/_e.png') repeat-x bottom left;
    }
    .nav-collapse li.f a {
        background: url('../images/_f.png') repeat-x bottom left;
    }
    .nav-collapse li.a a:hover,
    .nav-collapse li.active a,
    .nav-collapse li.a a:active,
    .nav-collapse li.b a:hover,
    .nav-collapse li.b a:active,
    .nav-collapse li.c a:hover,
    .nav-collapse li.c a:active,
    .nav-collapse li.d a:hover,
    .nav-collapse li.d a:active,
    .nav-collapse li.e a:hover,
    .nav-collapse li.e a:active,
    .nav-collapse li.f a:hover,
    .nav-collapse li.f a:active {
        background: url('../images/_act.png') repeat-x bottom left;
    }
    .nav-collapse li.d ul li a {
        background: #efefef;
        border-bottom: 1px solid #fff;
    }
    .nav-collapse li.e ul li a {
        background: #efefef;
        border-bottom: 1px solid #fff;
    }
    .nav-collapse li.f ul li a {
        background: #efefef;
        border-bottom: 1px solid #fff;
    }
    .nav-collapse li.g ul li a {
        background: #efefef;
        border-bottom: 1px solid #fff;
    }
    .nav-collapse li.d ul li a:hover,
    .nav-collapse li.d ul li a:active {
        background: #efefef;
        border-bottom: 1px solid #000;
    }
    .nav-collapse li.e ul li a:hover,
    .nav-collapse li.e ul li a:active {
        background: #efefef;
        border-bottom: 1px solid #000;
    }
    .nav-collapse li.f ul li a:hover,
    .nav-collapse li.f ul li a:active {
        background: #efefef;
        border-bottom: 1px solid #000;
    }
    .nav-collapse li.g ul li a:hover,
    .nav-collapse li.g ul li a:active,
    .nav-collapse li ul li a.active {
        background: #efefef;
        border-bottom: 1px solid #000;
    }
    .nav-collapse ul.lang li a {
        font-size: 1.0em;
    }
}

.nav-collapse {}

.nav-collapse ul.main {
    width: auto;
    float: right;
}

.nav-collapse ul.lang {
    width: 50%;
    margin-left: 50%;
    position: absolute;
    top: 0;
}

.nav-collapse ul.lang li {
    float: right;
    width: auto;
}

.nav-collapse ul.lang li a {
    background: none;
    padding: 3px 3px;
    color: #665542;
    border: 0;
}

.nav-collapse ul.lang li a.active,
.nav-collapse ul.lang li a:hover {
    background: none;
    color: #f7931d;
    text-decoration: underline;
}

@media screen and (min-width: 1020px) {
    .nav-collapse ul.lang {
        width: 100%;
        margin-left: 0;
    }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
    font-family: "responsivenav";
    src: url("../fonts/responsivenav.eot");
    src: url("../fonts/responsivenav.eot?#iefix") format("embedded-opentype"), url("../fonts/responsivenav.ttf") format("truetype"), url("../fonts/responsivenav.woff") format("woff"), url("../fonts/responsivenav.svg#responsivenav") format("svg");
    font-weight: normal;
    font-style: normal;
}

.nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    text-indent: -300px;
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 55px;
    float: right;
    margin-top: 5px;
}

.nav-toggle:before {
    color: #f7921c;
    /* Edit this to change the icon color */
    font: normal 28px/55px "responsivenav";
    /* Edit font-size (28px) to change the icon size */
    text-transform: none;
    text-align: center;
    position: absolute;
    content: "\2261";
    /* Hamburger icon */
    text-indent: 0;
    speak: none;
    width: 100%;
    left: 0;
    top: 0;
}

.nav-toggle.active:before {
    font-size: 24px;
    content: "\78";
    /* Close icon */
}

body {
    padding-top: 77px;
}

#platformat {
    margin-top: 20px;
}

#platformat .feature {
    margin: 15px;
}

#platformat .feature img {
    padding: 15px;
    background: #e8e8e8;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    vertical-align: -22px;
    width: calc(50% - 30px);
}

#platformat .feature a {
    color: #000;
}

#platformat .feature span {
    width: calc(50% - 30px);
    font-size: 25px;
    font-weight: bold;
    padding: 15px;
    background: #e8e8e8;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: inline-block;
    text-align: left;
}

#slider {
    margin-top: 0px;
    background: url('../images/sliderbg.png') repeat-x bottom left;
    float: left;
}

#publications {
    margin-top: 20px;
    float: left;
}

#publications .spacing {
    margin-left: 10px;
    margin-top: 30px;
}

h2.caption {
    text-align: left;
    border-bottom: 1px solid #f7931d;
    color: #f7931d;
    margin: 0px 10px;
    font-size: 1.6em;
}

h2.caption span {
    border-bottom: 6px solid #f7931d;
    margin-top: 1px;
    display: inline-block;
}

h2.caption a.right_ {
    float: right;
    text-decoration: none;
    \\color: #676767;
    font-size: 16px;
    margin-top: 16px;
    font-weight: 400;
}

#publications h2.caption {
    border-bottom: 1px solid #f7931d;
}

#publications h2.caption span {
    border-bottom: 6px solid #f7931d;
}

.oneSixth {
    float: left;
    width: calc(40% + 2px);
    margin-left: 4%;
    margin-right: 4%;
}

.publication a.frame {
    width: 100%;
    /* height:191px; overflow:hidden; */
    border: 1px solid #dddddd;
    float: left;
}

.publication img {
    width: 100%;
    display: block;
}

.publication h3 {
    text-align: left;
    color: #000;
    font-size: 1.0em;
    margin: 5px 0;
}

.publication h3 {
    height: 312px;
}

#grph h2.caption {
    border-bottom: 1px solid #f9a63f;
}

#grph h2.caption span {
    border-bottom: 6px solid #f9a63f;
}

#grph,
#mon_me {
    float: left;
}

#grph .grphbg {
    background: #e8e8e8;
    float: left;
    width: 100%;
    padding-top: 30px;
}

.oneFourth {
    float: left;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.oneThird {
    float: left;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.oneFourth_ {
    float: left;
    width: 90%;
    margin: 0% 5% 5% 5%;
}

.oneThird_ {
    float: left;
    width: 90%;
    margin: 0% 5% 5% 5%;
}

.sti-menu {
    padding-top: 5%;
}

.graphic a.frame {
    width: 100%;
}

.graphic a.ovflwIMG {
    display: block;
    height: 162px;
    overflow: hidden;
}

.graphic img {
    width: 100%;
}

.graphic h3 {
    text-align: left;
    color: #000;
    font-size: 1.1em;
    margin: 5px 0;
    height: 76px;
    overflow: hidden;
    float: left;
    width: 100%;
    /* min-height:100px; */
}

.graphic h3 a {}

#permbajtja {
    text-align: left;
    margin-top: 50px;
}

#permbajtja h1 {
    font-size: 2.2em;
    line-height: 0.9em;
    color: #000;
    margin-bottom: 5%;
    font-weight: 400;
}

#permbajtja p {
    text-align: justify;
    margin-bottom: 20px;
    font-family: 'Oswald', arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-top: 40px;
    font-weight:400;
}

#permbajtja .article span {
    font-family: 'Oswald', arial, sans-serif !important;
    font-style: normal !important;
    font-size: 100% !important;
    font-weight:200;
}

#permbajtja .article a {
    color: #f7931d;
    font-weight: bolder;
    text-transform: uppercase;
}

#permbajtja .article {
    float: left;
    width: 95%;
    margin-left: 2.5%;
}

#permbajtja .article .social {
    float: left;
    width: 100%;
}

#permbajtja .article .article_details {
    float: left;
    width: 100%;
}

#permbajtja .article h1 {}

#permbajtja .article .article_details img {
    max-width: 100%;
    margin: 20px 20px 20px 20px;
    max-height: 100%;
}

#permbajtja .article .article_details img.main {
    width: 100%;
    margin: 0px 0 20px 30px;
    margin-bottom: 30px;
    margin-top: 0;
    float: right;
}

#permbajtja .article .article_details img.sMain {
    width: 50%;
    margin: 0 30px 20px 0px;
    float: left;
}

#permbajtja .article .article_details iframe {
    width: 100%;
    height: 360px;
}

#permbajtja .article .article_details table {
    border: 1px solid #665542;
    border-collapse: collapse;
}

#permbajtja .article .article_details table th,
#permbajtja .article .article_details table tr:first-child td {
    border: 1px solid #665542;
    font-weight: bold;
    padding: 5px 8px;
    background: #f9a63f;
}

#permbajtja .article .article_details table td {
    border: 1px solid #665542;
    padding: 3px 8px;
}

#permbajtja .article .opHeader {
    float: left;
    width: calc(100% - 10px);
    background: #efefef;
    margin-bottom: 5%;
    padding-left: 10px;
}

#permbajtja .article .opHeader h1 {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}

#permbajtja .article .opHeader img {
    float: right;
    width: 148px;
}

#permbajtja .article .opHeader .docDate,
#permbajtja .article .opHeader .docAuthor {
    float: left;
    width: calc(100% - 148px);
}

#permbajtja .list_article {
    float: left;
    width: 95%;
    margin-left: 2.5%;
}

#permbajtja .list_article h2.caption {
    margin-bottom: 20px;
}

#permbajtja .list_article .box,
#permbajtja .list_article .boxFull {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

#permbajtja .list_article .box .imgLBL,
#permbajtja .list_article .boxFull .imgLBL {
    float: left;
    width: 45%;
    height: 112px;
    overflow: hidden;
}

#permbajtja .list_article .box .sImgLBL,
#permbajtja .list_article .boxFull .sImgLBL {
    float: left;
    width: 45%;
}

#permbajtja .list_article .box img,
#permbajtja .list_article .boxFull img {
    width: 100%;
}

#permbajtja .list_article .box span,
#permbajtja .list_article .boxFull span {
    float: right;
    width: 50%;
}

#permbajtja .list_article .box span.docDate,
#permbajtja .list_article .boxFull span.docDate,
label.docDate {
    color: #f7921c;
}

#permbajtja .list_article .box span.docTitle,
#permbajtja .list_article .boxFull span.docTitle {
    color: #797979;
}

#permbajtja .list_article .box a:hover span,
#permbajtja .list_article .boxFull a:hover span {
    color: #f7931d;
    text-decoration: underline;
}

#permbajtja .list_article .stafi a span {
    color: #665542;
    margin-bottom: 10px;
}

#permbajtja .article_nav {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#permbajtja .article_nav ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

#permbajtja .article_nav ul li {
    display: inline;
}

#permbajtja .article_nav ul li a {
    color: black;
    float: left;
    padding: 2px 4px 3px 4px;
    margin: 1px;
    text-decoration: none;
    border-radius: 8px;
}

#permbajtja .article_nav ul li a:hover {
    background-color: #f7921c;
}

#permbajtja .article_nav ul li a.active {
    background-color: #f7921c;
    color: #fff;
}

.article_nav .frmGrey {
    color: black;
    border-radius: 19px;
    padding: 8px 16px;
    border: 0;
    background: transparent;
    font: normal 100%/1.4 'Oswald', sans-serif, arial;
    font-stretch: ultra-condensed;
    font-weight:200;
}

.article_nav .frmGrey:hover {
    background-color: #f7921c;
    color: #fff;
}

.article_nav .active {
    background-color: #f7921c;
    color: #fff;
}

.list_items {
    float: left;
    width: 100%;
}

.list_items a {
    float: left;
    width: 97.5%;
    display: block;
    margin: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #efefef;
}

.list_items a img {
    float: left;
    margin: 10px;
}

.list_items a span {
    display: block;
}

.list_items a span.desc {
    font-size: 0.9em;
}

.list_article .gjysa {
    width: 45%;
    margin: 2.5%;
    float: left;
}

.list_article .gjysa img.prog {
    width: calc(98% - 2px);
    padding: 1%;
    border: 1px solid #efefef;
}

.list_article .gjysa a.pltfrm {
    width: 100%;
    display: block;
    float: left;
    margin-top: 20px;
}

.list_article .gjysa a.pltfrm img {
    width: 100%;
}

.list_article .gjysa a.pltfrm span {
    display: block;
}

.list_article #bgimg img {
    max-width: calc(100% - 6px);
    padding: 2px;
    border: 1px solid #efefef;
}

#publications_ {
    float: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
    width: 100%;
}

#publications_ .half {
    /* float:left; */
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

#permbajtja .rightnav {
    float: right;
    width: 95%;
    margin-right: 2.5%;
}

#permbajtja .rightnav h2.caption {
    margin: 0;
}

#permbajtja .rightnav .box {
    float: left;
    width: 100%;
}

#permbajtja .rightnav .box h3 {
    color: #666;
    line-height: 1.2em;
    margin: 20px 0 0 0;
    width: 100%;
    font-size: 1.0em;
}

#permbajtja .rightnav .box span.docDate {
    color: #f7921c;
}

#permbajtja .rightnav .box h3 a {
    font-size: 1.65em;
}

#permbajtja .rightnav .box .impactStat {
    float: left;
    width: calc(100% - 2em);
    background-color: transparent;
    box-shadow: 0 0 0 2px rgba(144, 144, 144, 0.25) inset;
    color: #666 !important;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1.2em;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
    margin: 10px 0;
}

#permbajtja .rightnav .box .impactStat:hover {
    background-color: rgba(144, 144, 144, 0.075);
}

#permbajtja .rightnav .box .impactStat span {
    display: block;
}

#permbajtja .rightnav .box .impactStat span.figs {
    font-size: 2.5em;
}

#permbajtja .rightnav .box img {
    width: 100%;
}

#permbajtja .rightcor {
    float: right;
    width: 35%;
    margin-left: 5%;
}

#permbajtja .rightcor h2.subttl {
    border-top: 10px solid #666;
    font-size: 1.65em;
    line-height: 1em;
    border-bottom: 1px solid #000;
    color: #000;
    padding: 10px 0;
}

#permbajtja .rightcor ul {
    margin: 15px 0;
}

#permbajtja .rightcor ul li {
    margin-left: 15px;
    color: #000;
    font-weight: 400;
    font-size: 1.2em;
}

#permbajtja .rightnav .opns {
    background-position: top right;
    background-size: 90px auto;
    background-repeat: no-repeat;
    width: calc(100% - 90px);
    min-height: 110px;
    float: left;
    padding-right: 90px;
    margin-top: 20px;
}

#permbajtja .rightnav .opns h3 {
    margin: 0;
}

#permbajtja .rightnav .op h3 {
    margin-bottom: 0;
}

#permbajtja .rightnav .docDate {
    float: left;
    width: 100%;
}

.rightnav .half {
    width: 45%;
    float: left;
    margin: 5% 2.5% 0% 2.5%;
}

.rightnav .publication h3 {
    font-size: 0.9em;
    font-weight: normal;
    min-height: auto;
}

.rightnav .publication a.frame img {
    width: 145px;
}

.social {
    float: left;
    text-align: left;
}

ul.social-icons li {
    display: inline-block;
}

ul.social-icons li a {
    display: inline-block;
    width: 37px;
    height: 37px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.a2a_full_footer a {
    visibility: hidden;
}

#mon_me h2.caption {
    border-bottom: 1px solid #fcba63;
}

#mon_me h2.caption span {
    border-bottom: 6px solid #fcba63;
}

#mon_me .half,
#video .half {
    width: 100%;
    float: left;
}

#mon_me .half .articles {
    padding-top: 30px;
}

#mon_me .oneFourth {
    float: left;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

#mon_me .mm {
    min-height: 200px;
}

#mon_me .mm a.frame {
    width: 100%;
    /* height:120px; overflow:hidden; */
    display: block;
}

#mon_me .mm img {
    width: 100%;
}

#mon_me .mm h3 {
    text-align: left;
    color: #000;
    font-size: 1.1em;
    margin: 5px 0;
    min-height: 100px;
}

#mon_me .mm h3 span.author {
    color: #f7931d;
    font-size: 0.9em;
    display: block;
}


/* #mon_me .mm h3 a { text-decoration:none;color:#000; } */

.mm h3 {
    font-size: 100%;
    font-weight: normal;
    height: 90px;
    float: left;
    width: 100%;
    overflow: hidden;
}

#video h2.caption {
    border-bottom: 1px solid #f7931d;
}

#video h2.caption span {
    border-bottom: 6px solid #f7931d;
}


/* #video h2.caption {border-bottom:1px solid #665542;} #video h2.caption span {border-bottom:6px solid #665542;} */

#video div.captionBG {
    background: #fff;
    padding-top: 15px;
    margin-bottom: 30px;
}

#video .wrapper {
    margin-top: 0;
}

#video {
    float: left;
}

#video .grphbg {
    background: #e8e8e8;
    background: url('../images/grphbg.png') repeat-x;
    float: left;
    width: 100%;
}

#video .oneFourth {
    float: left;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

#video .oneHalf {
    float: left;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 0px;
    padding-bottom: 0px;
}

#video .graphic a.frame {
    width: 100%;
}

#video .graphic img,
#video .graphic iframe {
    width: 100%;
}


/* #video .graphic h3 { text-align:left; color:#000; font-size:1.1em; margin:5px 0; overflow:hidden; float:left; width:100%;} */


/* #video .graphic h3 a { text-decoration:none;color:#000; } */

#donators h1 {
    color: #676767;
}

#donators {
    margin-top: 15px;
    margin-bottom: 15px;
    background: #fff;
    float: left;
}

#donators p {
    width: 100%;
}

#donators a {
    margin: 10px 23px;
}

#donators img {
    vertical-align: middle;
    padding: 10px 0;
    max-width: 254px;
    border-bottom: 1px solid #fff;
}

#donators a:hover img {
    border-bottom: 1px solid #f9921b;
}

footer {
    clear: both;
    border-top: 2px solid #f9921b;
}

#footer_ .bottomnav {
    float: left;
    margin-left: 20px;
}

#footer_ .bottomnav:first-child {
    width: 90%;
}

#footer_ .bottomnav {
    width: 90%;
}

#footer_ .wide {
    width: 90%;
}

#footer_ .bottomnav h3 {
    font-size: 1.4em;
    color: #676767;
}

#footer_ .bottomnav ul {
    padding-left: 0px;
}

#footer_ .bottomnav ul li {
    list-style-type: none;
    display: inline-block;
}

#footer_ .bottomnav ul li a {
    font-size: 1.0em;
    font-family: sans-serif;
    display: block;
    padding: 2px 10px 2px 15px;
}

#footer_ .bottomnav ul li.str a {
    padding: 4px 10px 4px 30px;
    background: url('../images/str.png') no-repeat left center;
}

#footer_ .bottomnav ul li.tel a {
    padding: 4px 10px 4px 30px;
    background: url('../images/tel.png') no-repeat left center;
}

#footer_ .bottomnav ul li.mail a {
    padding: 4px 10px 4px 30px;
    background: url('../images/mail.png') no-repeat left center;
}

.followUs {
    float: left;
    width: 100%;
}

.followUs .fb img,
.followUs .tw img,
.followUs .inst img {
    width: 45px;
    vertical-align: middle;
    margin: 0px 7px 7px 7px;
}

.followUs .yt img {
    height: 45px;
    vertical-align: middle;
    margin: 0px 7px 7px 7px;
}

#copyright {
    width: 100%;
    float: left;
    background: #242424;
}

#copyright p {
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
}

.yearBox {
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

#yearBox {
    background-color: #eee;
    border: medium none;
    border-radius: 20px;
    color: #555555;
    cursor: pointer;
    font-size: 10px;
    height: 25px;
    overflow: hidden;
    text-align: center;
    width: 25px;
    margin-right: 2px;
    float: left;
}

#yearBox:hover {
    background-color: #6bc071;
    color: #fff;
}

#yearBox.active {
    background-color: #6bc071;
    color: #fff;
}

@media screen and (min-width: 320px) {
    .logo {
        width: 220px;
        height: 50px;
        background-size: 220px auto;
        background-position: 0px 5px;
    }
    
}

@media screen and (min-width: 360px) {
    .nav-toggle:before {
        font: normal 35px/65px "responsivenav";
        /* Edit font-size (28px) to change the icon size */
    }
    .nav-toggle.active:before {
        font-size: 30px;
    }
    .logo {
        width: 250px;
        height: 57px;
        background-size: 250px auto;
    }
    .oneFourth {
        width: 40%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .oneThird {
        width: 40%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .oneFourth_ {
        width: 46.25%;
        margin: 0% 0% 2.5% 2.5%;
    }
    /* .oneThird_ { width:46.25%; margin:0% 0% 2.5% 2.5%; } */
    .sti-menu {
        padding-top: 2.5%;
    }
    /* .oneFourth_:nth-child(2n+1) {  margin:2.5% 2.5% 0% 2.5%; } */
    #publications_ .oneFourth {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    #publications_ .half {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .graphic a.ovflwIMG {
        height: 100px;
    }
    #mon_me .oneFourth {
        width: 40%;
        margin-left: 5%;
        margin-right: 5%;
    }
    #video .oneFourth {
        width: 40%;
        margin-left: 5%;
        margin-right: 5%;
    }
    #video .oneHalf {
        width: 40%;
        margin-left: 5%;
        margin-right: 5%;
    }
    ul.social-icons li {
        margin: 5px;
    }

   
    .subscribe-form > form{
        max-width: 100%;  
    }
}

@media screen and (min-width: 768px) {
    #platformat .feature {
        margin: 10px;
        width: calc(33% - 20px);
        float: left;
    }
    #platformat .feature img {
        vertical-align: -21px;
    }
    #platformat .feature span {
        font-size: 20px;
    }
    #publications {
        margin-top: 20px;
    }
    .oneSixth {
        width: calc(100%/4 + 2px);
        margin-left: calc(100%/30);
        margin-right: calc(100%/30);
    }
    .publication a.frame {
        width: 100%;
    }
    .publication img {
        width: 100%;
    }
    #permbajtja .article {
        width: 95%;
        margin-left: 2.5%;
    }
    #permbajtja .article .social {
        width: 10%;
    }
    #permbajtja .article .article_details {
        width: 90%;
    }
    #permbajtja .article h1 {
        margin-left: 10%;
    }
    #permbajtja .article .article_details h1 {
        margin-left: 0;
    }
    #permbajtja .rightnav {
        width: 95%;
        margin-right: 2.5%;
    }
    #permbajtja .rightnav .box {
        width: 47.5%;
        margin-right: 2.5%;
    }
    .rightnav .half {
        width: 28%;
        margin: 5% 2.5% 0% 2.5%;
    }
    #permbajtja .list_article .box {
        width: 47.5%;
        margin-right: 2.5%;
        padding-bottom: 10px;
        margin-top: 25px;
    }
    #permbajtja .article .opHeader h1 {
        width: calc(100% - 148px);
        margin-bottom: 5px;
    }
    #permbajtja .article .opHeader .docDate,
    #permbajtja .article .opHeader .docAuthor {
        width: calc(100% - 148px);
    }
    #permbajtja .article_nav ul li a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        border-radius: 19px;
    }
    ul.social-icons li {
        display: block;
    }
    ul.social-icons li a {
        display: block;
        width: 50px;
        height: 42px;
    }
    .oneFourth {
        width: 20%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
    .oneThird {
        width: 28%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-top: 22px;
    }
    .oneFourth_ {
        width: 22.5%;
        margin: 0% 0% 2% 2%;
    }
    .oneThird_ {
        width: 29.33%;
        margin: 0% 2% 2% 2%;
    }
    .sti-menu {
        padding-top: 2%;
    }
    .graphic a.ovflwIMG {
        height: 107px;
    }
    #mon_me .half,
    #video .half {
        width: 50%;
        float: left;
    }
    #mon_me .oneFourth {
        width: 40%;
        margin-left: 5%;
        margin-right: 5%;
    }
    #video .oneFourth {
        width: 20%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
    #video .oneHalf {
        width: 40%;
        margin-left: 5%;
        margin-right: 5%;
    }
    #donators p a:first-child {
        margin-left: 0;
    }
    #donators p a:last-child {
        margin-right: 0;
    }
    #footer_ .bottomnav:first-child {
        width: 50%;
    }
    #footer_ .bottomnav {
        width: 25%;
        margin-left: 0px;
    }
    #footer_ .wide {
        width: 50%;
    }
    #footer_ .brd {
        width: calc(50% - 17px);
        border-left: 2px solid #c8c8c8;
        padding-left: 15px;
    }
    #yearBox {
        font-size: 11px;
        height: 27px;
        width: 27px;
        margin-right: 3px;
    }
    .subscribe-form > form{
       max-width: 100%;
       
    }

    .subscribe-form #button-subscribe{
        width: 75px;
        height: 100%;
        font-size: 13px;
    }

}

@media screen and (min-width: 820px) {
    .publication h3 {
        font-size: 1.1em;
    }
}

@media screen and (min-width: 1024px) {
    .logo {
        width: 347px;
        height: 57px;
        background-image: url('../img/images/system/inst_GAP_logo.png');
        background-size: 347px auto;
        background-position: 0px 0px;
    }
    #footer_ .bottomnav .logo {
        width: 250px;
        height: 57px;
        background: url('../img/images/system/GAP_logo.png') no-repeat;
        background-size: 250px auto;
    }
    #platformat .feature img {
        vertical-align: -22px;
    }
    #platformat .feature span {
        font-size: 25px;
    }
    .oneFourth {
        width: 20%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
    .newStyle {
        width: 28%;
        margin-top: 50px;
        height: 350px;
    }
    .oneThird {
        width: 28%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-top: 23px;
    }
    .mon_meTop {
        margin-top: 10px;
    }
    #publications_ .oneFourth {
        width: 20%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
    #publications_ .half {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
    .graphic a.ovflwIMG {
        height: 162px;
    }
    #mon_me .oneFourth {
        width: 40%;
        margin-left: 5%;
        margin-right: 5%;
    }
    #video .oneFourth {
        width: 20%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
    #video .oneHalf {
        width: 40%;
        margin-left: 5%;
        margin-right: 5%;
    }
    #footer_ .bottomnav:first-child {
        width: 28%;
    }
    #footer_ .bottomnav {
        width: 16%;
        margin-left: 0px;
    }
    #footer_ .wide {
        width: 20%;
    }
    #footer_ .brd {
        width: calc(72% - 17px);
        border-left: 2px solid #c8c8c8;
        padding-left: 15px;
    }
    .rightnav .half {
        width: 45%;
        margin: 6% 2.5% 0% 2.5%;
    }
}

@media screen and (min-width: 1150px) {
    .oneSixth {
        width: 154px;
        margin-left: 19px;
        margin-right: 17px;
    }
    .publication a.frame {
        width: 152px;
    }
    .publication img {
        width: 152px;
    }
    .publication a.frame {
        width: 100%;
    }
    .publication img {
        width: 100%;
    }
    .oneSixth {
        min-height: 284px;
    }
    #permbajtja .article {
        width: 790px;
        margin: 0;
    }
    #permbajtja .article .social {
        width: 105px;
        margin-left: 40px;
    }
    #permbajtja .article .article_details {
        width: 645px;
    }
    #permbajtja .article h1 {
        margin-left: 145px;
    }
    #permbajtja .article .article_details h1 {
        margin-left: 0;
    }
    #permbajtja .rightnav {
        width: 320px;
        margin: 0;
        margin-top: 0.1%;
    }
    #permbajtja .rightnav .box {
        width: 100%;
        margin: 0;
    }
    #permbajtja .list_article {
        width: 790px;
    }
}


/* OrangeApollo */

.mm figure,
.publication figure,
.graphic figure {
    position: relative;
    float: left;
    overflow: hidden;
    height: auto;
    background: #3085a3;
    text-align: center;
}

.mm figure img,
.publication figure img,
.graphic figure img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: 0.8;
}

.mm figure figcaption,
.publication figure figcaption,
.graphic figure figcaption {
    padding: 7em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mm figure figcaption::before,
.mm figure figcaption::after,
.publication figure figcaption::before,
.publication figure figcaption::after,
.graphic figure figcaption::before,
.graphic figure figcaption::after {
    pointer-events: none;
}

.mm figure figcaption,
.mm figure figcaption>a,
.publication figure figcaption,
.publication figure figcaption>a,
.graphic figure figcaption,
.graphic figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-apollo {
    background: #ffffff;
    /* #fcba63; #3498db;*/
}

figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}


/* Shine */


/* been #video .graphic.V figure */

.graphic.V figure {
    position: relative;
    background: url('../images/v-play.png') no-repeat center center;
    background-size: 20%;
}

.graphic.V figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.graphic.V figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.bigSelect {
    -webkit-appearance: none;
    width: 100%;
    border-radius: 0px;
    background: rgba(0, 0, 0, 0) url('../images/select_bg.png') repeat-x scroll 0 0;
    border: 0 none;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #e0e0e0;
    color: #666666;
    font-size: 20px;
    font-weight: normal;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bigSelect::-ms-expand {
    display: none;
}

.bigSelect option {
    font-size: 16px;
    background: #ffffff;
}

.sLabel {
    position: relative;
}

.sLabel:after {
    right: 8px;
    top: 2px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    background: url('../images/selectArrowDown.png') no-repeat;
    width: 16px;
    height: 16px;
    content: "";
}

.sLabel:before {
    content: '';
    right: 6px;
    top: 0px;
    width: 20px;
    height: 20px;
    background-color: #f8f8f8;
    position: absolute;
    pointer-events: none;
    display: block;
}

#html5-text a.more {
    float: right;
    font-weight: bolder;
    color: black;
}

#html5-text a.more:hover{
    color: #f7931d;
}

.sixteen_nine {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.four_three {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
}

.three_four {
    position: relative;
    width: 100%;
    padding-bottom: 133.33%;
    overflow: hidden;
}

.sixteen_nine .ratioChild,
.four_three .ratioChild,
.three_four .ratioChild {
    position: absolute;
    height: 100%;
    width: 100%;
}

@media (min-width: 1024px) and (max-width:1150px) {
    .newStyle {
        width: 22%;
        margin-top: 30px;
        height: 350px;
    }
}


/* @media  (min-width: 500px) and (max-width:780px){
  .oneFourth {
    width: 30%;	
  }
  .publication h3 {
    height: 10px;
  }
} */


/* Start search Blerina */

.material-icons {
    color: white;
    float: right;
    padding-top: 10px;
    background: #515052;
    padding: 6px;
    border-radius: 12%;
    cursor: pointer;
}

.material-icons:hover {
    background: #7D7D7D;
}

.content-search {
    position: fixed;
    height: 100%;
    width: 350px;
    z-index: 9999999;
    display: block;
    background: white;
    right: -450px;
    animation: 0.5s right-left ease-out 0;
    top: 0px;
    padding: 10px;
    transition: all 0.5s;
}

.floyd {
    float: left;
    font-size: 22px;
    font-family: sans-serif;
}

.content-search #btn-1 {
    position: absolute;
    top: 0px;
    right: 6px;
    font-size: 35px;
    cursor: pointer;
    color: grey;
    font-weight: bold;
    background: no-repeat;
    padding-top: 0;
}

.content-search #btn-1:hover {
    color: black;
}

.searchh-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    width: 100%;
}

input[type=text] {
    background: #ffffff;
    border: 2px solid #f79312;
    outline: none;
    width: 100%;
    height: 36px;
    font-size: 18px;
    font-weight: 300;
    padding: 0px 10px;
    font-family: 'Oswald', arial, serif;
    letter-spacing: 2px;
    color: #555;
    font-weight:200;
}

input[type=text]:focus {
    border: 2px solid #f79312;
}

::placeholder {
    color: #555;
    font-size: .8em;
}

.search-btn {
    height: 40px;
    width: 55px;
    outline: none;
    background: #f79312;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.search-btn:hover {
    transition: all 0.3s ease;
    background-color: #f79312;
}

.search-btn:hover i {
    font-size: 1.5em;
}

.search-btn i {
    font-size: 1.3em;
}

.right-menu {
    right: 0;
}

.contsearchh {
    float: left;
    padding-bottom: 10px;
    font: normal 100%/1.4 'Oswald', sans-serif, arial;
    font-stretch: ultra-condensed;
    border: 1px solid lightgray;
    padding: 10px;
    margin-top: 10px;
    transition: all .8s ease;
    font-weight:200;
}

.contsearchh .imgLBL {
    float: left;
    width: 35%;
    overflow: hidden;
    margin-right: 10px;
}

.contsearchh .span {
    float: right;
    width: 50%;
    text-decoration: none;
}

.contsearchh a {
    text-decoration: none;
}

.contsearchh .docDate {
    color: #797979;
    font-size: 11px;
    text-decoration: none;
    font-family: 'Times New Roman', Times, serif;
}

.contsearchh .docTitle {
    display: flex;
    color: #797979;
    font-size: 15px;
    text-decoration: none;
}

.contsearchh a:hover span {
    color: #f79312;
    text-decoration: none;
}

.contsearchh img {
    transition: all .8s ease;
}

.contsearchh:hover img {
    transform: scale(1.1);
}

.view {
    float: right;
    text-decoration: none;
    color: #555;
}

.view:hover {
    text-decoration: underline;
    color: #f79312;
}
/* End search Blerina */


/* newsletter */
#newsletterHeading{
    color: #555;
    font-family: 'Oswald', sans-serif, arial;
    margin: 4px;
    font-weight:200;
}

div.subscribe-form {
    display: flex;
    flex-direction: column;
}

.subscribe-form form {
    position: relative;
    width: 430px;
    height: 50px;
    margin-bottom: 20px;
}

.subscribe-form .input-subscribe {
    position: absolute;
    width: 93%;
    left: 0;
    border: 0;
    border-radius: 4px;
    border: 1px solid lightgray;
    background: white;
    outline: 0;
    padding: 15px 10px;
    color: #555;
    font-size: 1em;
    -webkit-transition: background 0.35s ease-out;
    transition: background 0.35s ease-out;
}

.subscribe-form .input-subscribe::-webkit-input-placeholder,
.subscribe-form .input-subscribe:-moz-placeholder,
.subscribe-form .input-subscribe::-moz-placeholder,
.subscribe-form .input-subscribe:-ms-input-placeholder {
    color: #fff;
    text-transform: capitalize;
}

.subscribe-form .input-subscribe:focus + .subscribe-form .label-subscribe,
.subscribe-form .label-subscribe.active {
    -webkit-transform: translateY(-17px) scale(0.8);
    transform: translateY(-17px) scale(0.8);
    color: #f7931d;
    padding: 2px 1px 12px;
}

.subscribe-form .label-subscribe {
    position: absolute;
    left: 10px;
    top: 45%;
    margin-top: -9px;
    color: #555;
    text-transform: capitalize;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: color 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: color 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out, color 0.25s ease-out;
    transition: transform 0.25s ease-out, color 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.subscribe-form #button-subscribe {
    position: absolute;
    right: 0;
    margin-right: 8px;
    width: 120px;
    height: 100%;
    border: 0;
    border-radius: 4px;
    font-size: 15px;
    background: #f7931d;
    color: white;
    cursor: pointer;
    opacity: 0;
    outline: none;
    -webkit-transition: opacity 0.35s ease-out, width 0.5s ease-out, background 0.25s ease-out;
    transition: opacity 0.35s ease-out, width 0.5s ease-out, background 0.25s ease-out;
}

.subscribe-form #button-subscribe.is-active {
    background: #f7931d;
    color: #fff;
}

.subscribe-form #button-subscribe:hover{
    background: #FF8C00;
    transition: 0.2s ease-in;
}

.subscribe-form #button-subscribe.is-done {
    width: 100%;
    opacity: 1;
}

@keyframes slidein {
    from {
        right: -250px
    }
    to {
        right: 0
    }
}

@keyframes slideout {
    from {
        right: 0
    }
    to {
        right: -250px
    }
}

.subscribe-not-container {
    position: absolute;
    right: -250px;
    top: 65px;
    background: #f7931d;
    color: #fff;
    text-align: center;
    border-radius: 6px 0px 0px 6px;
    z-index: 999999999;
    width: 250px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.subscribe-not-container.show {
    animation: slidein 1s;
    right: 0;
}

.subscribe-not-container.hide {
    right: -250px;
    animation: slideout 1s;
}
/* End of newsleter */
/* 
@media screen and (max-width: 280px){ */
    
/* } */

.bnone{
    display:none;
}
div.subfrom-publication {
    padding-top:50px !important;
}