* {
    margin: 0;
    padding: 0;
    font-weight: 400;
}
body {
    font-family: Open-Sans;
}
h1 {
    font-size: 3em;
}
h3 {
    font-size: 2.1em;
}
h4 {
    font-size: 1.7em;
}
h5 {
    font-size: 1.3em;
}
p {
    font-size: 0.8em;
}
input,
textarea,
select {
    border-radius: 2px;
    font-family: Open-Sans;
}
select {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    box-sizing: border-box;
    background-color: transparent;
    border: 1px solid #0085B2;
    color: #0085B2;
}
select:focus {
    box-shadow: 0 0 2px #FFC20D;
    outline: #FFC20D;
    border: 1px solid #FFC20D;
}
input {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    box-sizing: border-box;
    background-color: transparent;
    border: 1px solid #0085B2;
    color: #0085B2;
}
input:focus {
    box-shadow: 0 0 2px #FFC20D;
    outline: #FFC20D;
    border: 1px solid #FFC20D;
}
textarea {
    color: #0085B2;
    width: 100%;
    resize: none;
    padding: 5px;
    box-sizing: border-box;
    background-color: transparent;
    border: 1px solid #0085B2;
    height: 218px;
}
textarea:focus {
    box-shadow: 0 0 2px #FFC20D;
    outline: #FFC20D;
    border: 1px solid #FFC20D;
}
.fixed {
    position: fixed;
    top: 0;
    z-index: 1;
    background-color: white;
    border-bottom: 1px solid #20498C;
    padding-top: 9.5px!important;
}
#se_fixed {
    position: fixed;
    right: 100px;
    top: 22px;
    z-index: 100;
    display: none;
}
#en_fixed {
    position: fixed;
    right: 45px;
    top: 22px;
    z-index: 100;
    display: none;
}
#header {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #20498C;
    position: relative;
}
#zname img {
    width: 90px;
    position: absolute;
    bottom: 0;
    right: 7%;
}
#en {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 9px;
    right: 7.4%;
}
#se {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 9px;
    right: 11.3%;
}
#logo {
    width: 100%;
    text-align: center;
}
#logo img {
    width: 14%;
    margin-top: 2px;
}
#header-navigation {
    width: 100%;
    padding: 0 17%;
    box-sizing: border-box;
    font-weight: 100!important;
}
#header-navigation:after {
    clear: both;
    display: block;
    content: '';
}
@media screen and (max-width: 1035px) {
    #header-navigation {
        padding: 0 15%;
    }
    #zname img {
        right: 3%;
    }
    #se {
        right: 8.3%;
    }
    #en {
        right: 3.8%;
    }
}
@media screen and (max-width: 975px) {
    #header-navigation {
        padding: 0 14%;
    }
}
#mobile_header {
    display: none;
}
.meni_dugme {
    float: left;
    padding: 10px 0;
    text-align: center;
    font-size: 1.3em;
    box-sizing: border-box;
    width: 16.666667%;
    -webkit-transition: .3s;
            transition: .3s;
    color: #39393E;
    font-weight: 100;
}
.active {
    border-bottom: 7px solid yellow;
    color: #20498C;
}
.meni_dugme:hover {
    border-bottom: 7px solid yellow;
    color: #20498C;
    -webkit-transition: .3s;
            transition: .3s;
}
#mobile-header {
    display: none;
}
@media screen and (max-width: 955px) {
    #mobile-navigation {
        display: none;
    }
    #header {
        display: none;
    }
    #mobile-header {
        padding: 8px 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        position: fixed;
        top: 0;
        z-index: 9999;
        width: 100%;
        background-color: white;
    }
    #mobile-header:after {
        clear: both;
        display: block;
        content: '';
    }
    #mobile-header-logo {
        margin-left: 10px;
    }
    #mobile-header-logo img {
        width: 115px;
    }
    .header-menu-btn {
        width: 43px;
        height: 43px;
        margin-left: auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        cursor: pointer;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        border-radius: 3px;
        -webkit-transition: .5s all;
        transition: .5s all;
        margin-right: 10px;
    }
    .header-menu-btn span {
        height: 2px;
        display: block;
        width: 80%;
        background-color: #B7B7B7;
        position: relative;
        transition: .5s all;
    }
    .header-menu-btn span:before,
    .header-menu-btn span:after {
        top: 10px;
        position: relative;
        content: "";
        height: 2px;
        display: block;
        width: 100%;
        background-color: #B7B7B7;
        transition: .5s all;
    }
    .header-menu-btn span:after {
        top: -12px;
    }
    #mobile-navigation {
        width: 100%;
    }
    .meni_dugme {
        width: 100%;
        padding: 8px 0px;
    }
    .active,
    .meni_dugme:hover {
        border-bottom: 1px solid yellow;
    }
    .header-menu-btn-active span {
        background-color: #0085B2;
    }
    .header-menu-btn-active span:before,
    .header-menu-btn-active span:after {
        background-color: #FFE100;
    }
    .mobile-header-top {
        position: static !important;
    }
    #se_fixed,
    #en_fixed {
        display: none;
    }
    #mobile-languages {
        text-align: center;
        margin-top: 8px;
        margin-bottom: 6px;
    }
    #mobile-languages a {
        display: inline-block;
    }
}
#cover {
    width: 100%;
    display: block;
}
#under_cover {
    width: 100%;
    padding: 0 7%;
    box-sizing: border-box;
    background-color: #f4f3ef;
}
#naslov_slide {
    border-top: 7px solid #20498C;
    padding-top: 20px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: grey;
}
#naslov_slide h3 {
    float: left;
}
#naslov_slide:after {
    clear: both;
    display: block;
    content: '';
}
.linija {
    width: 17%;
    float: left;
    margin: 25px 5px 0 5px;
    height: 1px;
    background-color: grey;
}
@media screen and (max-width: 1270px) {
    #under_cover {
        padding: 0 3%;
    }
    #naslov_slide {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .linija {
        margin: 0px;
    }
    #naslov_slide h3 {
        font-size: 2.7vw;
    }
    #tekst_slide {
        font-size: 1.3vw;
    }
}
@media screen and (max-width: 900px) {
    .linija {
        display: none;
    }
    #naslov_slide h3 {
        font-size: 1.8em;
        width: 100%;
        text-align: center;
    }
    #tekst_slide {
        font-size: .9em;
    }
}
#tekst_slide {
    text-align: center;
    width: 85%;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 27px;
    box-sizing: border-box;
    color: grey;
}
#under_cover:after {
    clear: both;
    display: block;
    content: '';
}
#dejnosti {
    width: 100%;
    color: grey;
    padding: 20px 5%;
    box-sizing: border-box;
    text-align: center;
}
.testemonials {
    width: 33.33333%;
    float: left;
    padding-right: 2%;
    box-sizing: border-box;
}
.testemonials img {
    float: left;
    width: 12%;
    margin-right: 1%;
}
.testemonials_tekst {
    float: left;
    width: 69%;
}
@media screen and (max-width: 700px) {
    .testemonials {
        width: 100%;
        padding-right: 0px;
    }
    .testemonials:after {
        clear: both;
        display: block;
        content: '';
    }
    .testemonials img {
        float: none;
        margin: 0 auto;
        display: block;
    }
    .testemonials_tekst {
        float: none;
        width: 100%;
        margin: 10px 0px 20px 0px;
    }
}
#dejnosti:after {
    clear: both;
    display: block;
    content: '';
}
#copyright {
    text-align: center;
    color: grey;
    font-size: .9em;
    padding: 5px 0px;
}
.raboti {
    width: 25%;
    float: left;
    padding: 25px 0;
    text-align: center;
    box-sizing: border-box;
}
.raboti:last-child {
    border-right: none;
}
.broj {
    font-size: 1.8em;
}
#paketi {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    background-color: #20498C;
    padding: 1px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#sredina {
    width: 100%;
    margin: 20px auto;
    margin-top: 20px;
}
#sredina:after {
    clear: both;
    display: block;
    content: '';
}
#paketi #naslov_slide {
    border: none;
}
.produkti {
    float: left;
    width: 33.333333%;
    padding: 0 5%;
    box-sizing: border-box;
    text-align: center;
    color: #d3d3fb;
}
.produkti h4,
.produkti p {
    padding: 0 11%;
    box-sizing: border-box;
}
.produkt_img {
    width: 100%;
    border-radius: 50%;
    box-sizing: border-box;
}
.produkt_img img {
    width: 40%;
}
#seo_img {
    width: 62%;
}
@media screen and (max-width: 880px) {
    .produkti h4 {
        font-size: 3vw;
    }
}
@media screen and (max-width: 570px) {
    .produkti {
        width: 100%;
        margin-bottom: 30px;
    }
    #sredina {
        margin-top: 50px;
    }
    .produkti h4 {
        font-size: 5.5vw;
    }
    #seo_img {
        width: 48%;
    }
}
#footer {
    width: 100%;
    padding: 10px 5%;
    box-sizing: border-box;
    background-color: grey;
}
#googleMap {
    width: 100%;
    height: 400px;
    position: relative;
}
#googleMap img {
    width: 100%;
    height: 100%;
}
#contactslika img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.pok {
    position: absolute;
    width: 80px;
    height: 59px;
    z-index: 199;
}
#us {
    top: 41%;
    left: 18%;
}
#ger {
    top: 3%;
    right: 14%;
}
#sw {
    top: 13%;
    right: 17%;
}
.inf {
    position: relative;
    top: -39px;
    background-color: red;
    opacity: .6;
    filter: alpha(opacity=60);
    width: 50px;
    height: 39px;
    display: none;
}
.pok:hover .inf {
    display: block;
}
#call {
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 1;
}
#forma {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    color: #0085B2;
    box-shadow: 0px 0px 5px lightgrey;
}
#forma:after {
    clear: both;
    display: block;
    content: '';
}
#levo {
    width: calc(30% - 15px);
    float: left;
    margin-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
}
#desno {
    width: 70%;
    float: left;
    box-sizing: border-box;
}
#forma button {
    float: right;
    margin-top: 20px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: lightgrey;
    border: 1px solid #6D6D6D;
}
#forma button:hover {
    cursor: pointer;
    opacity: .7;
    filter: alpha(opacity=70);
}
@media screen and (max-width: 768px) {
    #levo {
        width: 100%;
    }
    #desno {
        width: 100%;
    }
}
div.fileinputs {
    position: relative;
}
div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.fakefile img {
    height: 30px;
    margin-left: 5px;
}
input.file {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2;
    width: 100%;
}
#nie {
    color: grey;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    box-sizing: border-box;
}
#ponuda {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
    position: relative;
}
#ponuda img {
    width: 70%;
    display: block;
}
#ponuda:after {
    clear: both;
}
#slika {
    width: 30%;
    float: left;
}
#slika img {
    width: 100%;
}
#tekst {
    position: absolute;
    padding: 0px 10px;
    text-align: center;
    width: 48%;
    top: 0;
    right: -5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    box-sizing: border-box;
}
@media screen and (max-width: 1175px) {
    #tekst {
        position: static;
        float: left;
        width: 100%;
        margin: 15px 0px;
        padding: 0px;
    }
    #tekst p {
        text-align: left;
    }
    #ponuda img {
        margin: 0 auto;
        float: none;
    }
}
#nas {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.nas_tekst {
    width: calc(33.33333% - 20px);
    margin-right: 30px;
    padding: 20px 0;
    box-sizing: border-box;
}
.nas_tekst:last-child {
    margin-right: 0;
}
@media screen and (max-width: 565px) {
    #nas {
        display: block;
    }
    .nas_tekst {
        width: 100%;
    }
    .nas_tekst h5 {
        text-align: center;
    }
}
#nas_slika {
    width: 100%;
    background-image: url("images/who-we.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    height: 461px;
    padding: 80px 1%;
    box-sizing: border-box;
    padding-right: 60%;
}
#nas_slika .rm {
    background-color: black;
    margin-top: 15px;
}
#hosting {
    width: 100%;
    position: relative;
    text-align: center;
}
#hosting img {
    width: 100%;
}
#host_t {
    position: absolute;
    top: 30%;
    text-align: center;
    color: yellow;
    background-color: rgba(57, 57, 62, .8);
    right: 22%;
    left: 22%;
    padding: 30px 0;
    box-sizing: border-box;
}
#pak {
    width: 100%;
    background-image: url("images/slider4.jpg");
    background-repeat: no-repeat;
    background-size: cover 100%;
    padding: 30px 10%;
    box-sizing: border-box;
    text-align: center;
}
#pak:after {
    clear: both;
    display: block;
    content: '';
}
.host {
    width: calc(33% - 23.3333333333px);
    float: left;
    line-height: 35px;
    font-size: 1.3em;
    margin-right: 35px;
    opacity: .87;
    filter: alpha(opacity=87);
    -webkit-transition: .3s all;
            transition: .3s all;
    color: #2c2828;
}
.host:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.host:last-child {
    margin-right: 0;
}
.host_h {
    padding: 20px 0;
    box-sizing: border-box;
    background-color: #CAFCD8;
    -webkit-transition: .5s all;
            transition: .5s all;
}
.host_d {
    padding: 40px 0;
    box-sizing: border-box;
    border-top: 1px solid #2c2828;
    -webkit-transition: .5s all;
            transition: .5s all;
    background-color: #04BFBF;
    line-height: 50px;
}
.host_d span {
    color: white;
    -webkit-transition: .5s all;
            transition: .5s all;
}
@media screen and (max-width: 1100px) {
    #pak {
        padding: 30px 5%;
    }
}
@media screen and (max-width: 970px) {
    #pak {
        padding: 30px 2%;
    }
}
@media screen and (max-width: 900px) {
    .host {
        width: 50%;
        margin: 20px auto 20px auto !important;
        float: none;
    }
}
@media screen and (max-width: 700px) {
    .host {
        width: 80%;
    }
}
/*.host:hover .host_h{
  background-color: #BBBBBB;
}

.host:hover .host_d{
  background-color: #DFE3EF;
}

.host:hover .host_d span{
  color: #2F3B47;
}

.host:nth-child(2) .host_h{
  background-color: #BBBBBB;
  margin-top: -10px;
}

.host:nth-child(2) .host_d{
  background-color: #DFE3EF;
  padding-top: 60px;  
}

.host:nth-child(2) .host_d span{
  color: #2F3B47;
}

.host:nth-child(2):hover .host_h{
  background-color: #DFE3EF;
  color: #2F3B47;
}

.host:nth-child(2):hover .host_d{
  background-color: #BBBBBB;
  padding-top: 60px;  
}

.host:nth-child(2):hover .host_d span{
  color: white;
}

.host:nth-child(2):hover .get{
  background-color: #2F3B47;
}

.host:nth-child(2):hover .get a{
  color: #DFE3EF;
}*/

.get {
    margin: 0 auto;
    margin-top: 40px;
    background-color: #2F3B47;
    /*! border: 1px solid #2F3B47; */
    /*! border-radius: 5px; */
    
    -webkit-transition: .5s all;
    
            transition: .5s all;
    display: inline-block;
    padding: 0 3%;
    background-color: rgb(255, 226, 0);
}
.get a {
    text-decoration: none;
    color: #2c2828;
}
/*.host:hover .get{
  background-color: rgb(255, 226, 0);
  border: 1px solid #2F3B47;
}

.host:hover .get a{
  color: #2F3B47;
}

.get:hover{
  background-color: rgb(255, 226, 0);
  border: 1px solid #2F3B47;
}

.get:hover a{
  color: #2F3B47;
}

.host:nth-child(2) .get{
  background-color: rgb(255, 226, 0);
  /*! border: 1px solid #2F3B47; 
}

.host:nth-child(2) .get a{
  color: #3f3b3b;
}*/

#sup {
    width: 100%;
    text-align: center;
}
#sup img {
    width: 100%;
    display: block;
}
#txtsup {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    width: 60%;
    text-align: center;
    height: 120px;
    line-height: 35px;
    font-size: 1.2em;
}
@media screen and (max-width: 1075px) {
    #txtsup {
        height: auto;
        width: 80%;
    }
}
#seo {
    position: relative;
}
#seo img {
    width: 100%;
    display: block;
}
#seo_text {
    position: absolute;
    right: 0;
    top: 80px;
    width: 40%;
    text-align: right;
}
@media screen and (max-width: 970px) {
    #seo_text {
        top: 40px;
    }
}
@media screen and (max-width: 900px) {
    #seo_text {
        position: relative;
        display: block;
        width: 95%;
        top: 0;
        margin: 20px auto;
        text-align: center;
    }
}
#lin {
    width: 100%;
    height: 15px;
    background-image: url("images/crti.png");
    background-repeat: repeat-x;
}
/*SLIDER*/

.bx-wrapper .bx-viewport {
    border: 0px !important;
    left: 0px !important;
}
.bxslider {
    width: 100%;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    z-index: 0;
    text-align: center;
}
.bxslider img {
    width: 90%;
    margin-left: 5%;
}
.bx-wrapper {
    margin: 0 auto 60px;
    padding: 0;
    position: relative;
}
.bx-wrapper img {
    display: block;
    max-width: 100%;
}
.bx-wrapper .bx-viewport {
    background: #fff none repeat scroll 0 0;
    border: 5px solid #fff;
    /*box-shadow: 0 0 5px #ccc;*/
    
    left: -5px;
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: -30px;
    position: absolute;
    width: 100%;
}
.bx-wrapper .bx-loading {
    background: #fff url("images/bx_loader.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    min-height: 50px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}
.bx-wrapper .bx-pager {
    color: #666;
    font-family: Arial;
    font-size: 0.85em;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666 none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    height: 10px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000 none repeat scroll 0 0;
}
.bx-wrapper .bx-prev {
    background: rgba(0, 0, 0, 0) url("images/controls.png") no-repeat scroll 0 -32px;
    left: 10px;
}
.bx-wrapper .bx-next {
    background: rgba(0, 0, 0, 0) url("images/controls.png") no-repeat scroll -43px -32px;
    right: 10px;
}
.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
    height: 32px;
    margin-top: -16px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 32px;
    z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    background: rgba(0, 0, 0, 0) url("images/controls.png") no-repeat scroll -86px -11px;
    display: block;
    height: 11px;
    margin: 0 3px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    background: rgba(0, 0, 0, 0) url("images/controls.png") no-repeat scroll -86px -44px;
    display: block;
    height: 11px;
    margin: 0 3px;
    outline: 0 none;
    text-indent: -9999px;
    width: 9px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
.bx-wrapper .bx-caption {
    background: rgba(80, 80, 80, 0.75) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    display: block;
    font-family: Arial;
    font-size: 0.85em;
    padding: 10px;
}
#sub_potpis {
    width: 90%;
    margin: 0 auto;
}
#sub_potpis:after {
    clear: both;
    display: block;
    content: '';
}
#potpis_tekst {
    width: calc(100% - 325px);
    float: left;
    overflow: hidden;
    position: relative;
}
@-webkit-keyframes sliding_text {
    from {
        right: -2560px;
    }
    to {
        right: 2560px;
    }
}
@keyframes sliding_text {
    from {
        right: -2560px;
    }
    to {
        right: 2560px;
    }
}
#potpis_tekst p {
    margin: 0;
    width: 2560px;
    position: relative;
    -webkit-animation-name: sliding_text;
            animation-name: sliding_text;
    -webkit-animation-duration: 45s;
            animation-duration: 45s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    font-size: 1em;
}
#sub_potpis span {
    float: left;
    margin-right: 5px;
}
@media screen and (max-width: 800px) {
    #sub_potpis {
        width: 95%;
    }
}
@media screen and (max-width: 650px) {
    #sub_potpis span {
        float: none;
        display: block;
        margin: 0 auto;
    }
    #potpis_tekst {
        width: 100%;
        margin: 8px 0px;
    }
    #call {
        width: 52px;
    }
}