@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
*   Template Style
*
* ======================================================= */
body {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a, .color-red {
  color: #5284c4 ;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #5284c4 ;
  outline: none;
  text-decoration: none;
}
.upp {
  text-transform: uppercase
}

p {
  margin-bottom: 20px;
  font-weight: 300
}

h1, h2, h3, h4, h5, h6, figure {
  color: #444;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.color-wh {
  color: #fff
}
small {
  display: block
}
::-webkit-selection {
  color: #fff;
  background: #5284c4 ;
}

::-moz-selection {
  color: #fff;
  background: #5284c4 ;
}

::selection {
  color: #fff;
  background: #5284c4 ;
}

/*--- pocetak-meseca ---*/

#pocetak-meseca {
    padding: 50px 0;
    text-align: center;
    position: relative;
    margin-top: -264px;
    border-bottom: 1px solid #ccc;
  margin-bottom: 30px;

    -webkit-animation-name: anim;
    -webkit-animation-duration: 2s;
    animation-name: anim;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
#pocetak-meseca::after {
    bottom: 0;
    /*box-shadow: 0 8px 7px rgba(64, 64, 64, 0.2);*/
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
}
#pocetak-meseca p.top {
    font-size: 1.5em;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
#pocetak-meseca .btn-link {
    display: inline-block;
    padding: 1% 3%;
    margin-top: 14px;
    width: auto !important;
    font-size: 1em;
    background: #5284c4 ;
    color: #fff !important;
}

@-webkit-keyframes anim {
    0%   { margin-top: -264px }
    30%  { margin-top: -264px }
    100%  { margin-top: 0 }
}

@keyframes anim {
    0%   { margin-top: -264px }
    30%  { margin-top: -264px }
    100%  { margin-top: 0 }
}

/*--- pocetak-meseca ---*/


.gtco-container {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.gtco-nav {
  position: absolute;
  top: 0;
  margin: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  .gtco-nav {
    padding: 20px 0;
  }
}
.gtco-nav #gtco-logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.gtco-nav a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .gtco-nav .menu-1, .gtco-nav .menu-2 {
    display: none;
  }
}
.gtco-nav ul {
  padding: 17px 0;
  margin: 2px 0 0 0;
}
.gtco-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.gtco-nav ul li a {
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 600;
    padding: 30px 10px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.gtco-nav ul li a:hover, .gtco-nav ul li a:focus, .gtco-nav ul li a:active {
  color: rgba(64, 64, 64, 1);
}
.gtco-nav ul li.has-dropdown {
  position: relative;
}
.gtco-nav ul li.has-dropdown .dropdown {
  width: 130px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.gtco-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.gtco-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.gtco-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.gtco-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.gtco-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}
.gtco-nav ul li.has-dropdown:hover a, .gtco-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.gtco-nav ul li.btn-cta a {
  color: #5284c4 ;
}
.gtco-nav ul li.btn-cta a span {
  background: #fff;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.gtco-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.gtco-nav ul li.active > a {
  color: #fff !important;
}

#gtco-header,
#gtco-counter,
.gtco-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.gtco-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}

.gtco-video {
  height: 450px;
  overflow: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.gtco-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.gtco-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.gtco-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gtco-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.gtco-video:hover a {
  position: relative;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.gtco-cover {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
  min-height: 780px;
}
.gtco-cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.gtco-cover > .gtco-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
/*
  .gtco-cover {
    height: 600px;
  }
*/
}
.gtco-cover .display-t,
.gtco-cover .display-tc {
/*
  height: 940px;
  display: table;
*/
  width: 100%;
}
@media screen and (max-width: 768px) {
/*
  .gtco-cover .display-t,
  .gtco-cover .display-tc {
    height: 600px;
  }
*/
}
.gtco-cover.gtco-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-sm {
    height: 400px;
  }
}
.gtco-cover.gtco-cover-sm .display-t,
.gtco-cover.gtco-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-sm .display-t,
  .gtco-cover.gtco-cover-sm .display-tc {
    height: 400px;
  }
}


#gtco-counter .display-t, #gtco-counter .display-tc {
    padding: 20px 0 0px;
    width: 100%;
}
@media screen and (max-width: 768px) {
  #gtco-counter {
    height: inherit;
    padding: 7em 0 0;
  }
  #gtco-counter .display-t,
  #gtco-counter .display-tc {
    height: inherit;
  }
}

.gtco-staff {
  text-align: center;
  margin-bottom: 30px;
}
.gtco-staff img {
  width: 100px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.gtco-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.gtco-staff p {
  margin-bottom: 30px;
}
.gtco-staff .role {
  color: #bfbfbf;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

.gtco-social-icons {
  margin: 0;
  padding: 0;
}
.gtco-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gtco-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #5284c4 ;
  padding-left: 10px;
  padding-right: 10px;
}
.gtco-social-icons li a i {
  font-size: 20px;
}

.gtco-contact-info ul {
  padding: 0;
  margin: 0;
}
.gtco-contact-info ul li {
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.gtco-contact-info ul li:before {
  color: #5284c4 ;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gtco-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.gtco-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.gtco-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.gtco-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

form label {
  font-weight: normal !important;
  display: block
}

#gtco-header {
  padding: 4vw 0;
}

/*
#gtco-header .display-tc,
#gtco-counter .display-tc,
.gtco-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
*/
#gtco-header .display-tc h1, #gtco-header .display-tc h2,
#gtco-counter .display-tc h1,
#gtco-counterB .display-tc h2,
.gtco-cover .display-tc h1,
.gtco-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: #545454;
  text-transform: uppercase;
}
#gtco-header .display-tc h1, #gtco-counter .display-tc h1, .gtco-cover .display-tc h1 {
  font-size: 68px!important;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #2f3742;
  line-height: 84px;
}
@media screen and (max-width: 768px) {
  #gtco-header .display-tc h1,
  #gtco-counter .display-tc h1,
  .gtco-cover .display-tc h1 {
    font-size: 40px;
  }
}
#gtco-header .display-tc h2, #gtco-counterB .display-tc h2, .gtco-cover .display-tc h2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 40px;
    text-transform: none;
}
#gtco-header .display-tc .btn,
#gtco-counter .display-tc .btn,
.gtco-cover .display-tc .btn, .dugme_prijava {
  padding: 15px 40px;
  background: #5284c4  !important;
  color: #fff;
  border: none !important;
  font-size: 18px;
  text-transform: uppercase;
}
#gtco-header .display-tc .btn:hover,
#gtco-counter .display-tc .btn:hover,
.gtco-cover .display-tc .btn:hover {
  background: #ef2b33 !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

#gtco-header .hero {
    cursor: pointer;
    position: absolute;
    bottom: 16vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    font-size: 35px;
}
/*#gtco-header .hero:hover, #gtco-header .hero:active {
  background: #1a152a !important;
    border: 2px solid rgba(255,255,255,.9) !important
}
*/

#gtco-counter {
    /*box-shadow: 0 0 150px inset;*/
    padding: 3vw 0 3vw;
    text-align: center;
}
#gtco-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
  display: block;
}
.counter.js-counter.brojac::after {
    content: "+";
}
#gtco-counter .counter-label {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #gtco-counter .feature-center {
    margin-bottom: 50px;
  }
}
#gtco-counter .icon {
  width: 70px;
  height: 70px;
  text-align: center;
/*
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
*/
  margin-bottom: 30px;
}
#gtco-counter .icon i {
  height: 70px;
  color: #fff
}
#gtco-counter .icon i:before {
  display: block;
  text-align: center;
  margin-left: 3px;
}

#gtco-features,
#gtco-features-2,
#gtco-services-3,
#gtco-services-4,
#gtco-counterd,
#gtco-testimonial,
#gtco-services,
#gtco-started,
#gtco-footer,
.bonus,
.gtco-section {
  padding: 7em 0;
  clear: both;
}
#gtco-started {
  padding: 0
}

#gtco-services {
  background: url("../images/ucionica-bg.jpg") no-repeat center center / cover;
}

.animated {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-iteration-count:infinite;

    display: inline-block;
}

@keyframes pulse {
    0% { transform: scale(1) translateY(0) }
    50% { transform: scale(1.3) translateY(-1px) }
    100% { transform: scale(1) translateY(0) }
}
.pulse {
    animation-name: pulse;
}


@media screen and (max-width: 768px) {
  #gtco-features,
  #gtco-features-2,
  #gtco-testimonial,
  #gtco-services,
  #gtco-started,
  #gtco-footer,
  .gtco-section {
    padding: 3em 0;
  }
}

#gtco-features-2 {
  background: #efefef;
  position: relative;
  float: left;
  width: 100%;
}

.feature-center {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}
.feature-center .icon {
  width: 90px;
  height: 90px;
  background: #5284c4 ;
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.feature-center .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  color: #fff;
  line-height: 40px;
}
.feature-center p, .feature-center h3 {
  margin-bottom: 30px;
}
.feature-center p {
  font-weight: 300
}
.feature-center h3 {
    color: #5d5d5d;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}

.feature-left {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.feature-left:last-child {
  margin-bottom: 0;
}
.feature-left .icon {
  float: left;
  margin-right: 5%;
  width: 54px;
  height: 54px;
  background: #fff;
  display: table;
  text-align: center;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .feature-left .icon {
    margin-right: 5%;
  }
}
.feature-left .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  color: #5284c4 ;
}
.feature-left .feature-copy {
  float: left;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .feature-left .feature-copy {
    width: 70%;
    float: left;
  }
}
.feature-left .feature-copy h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #444;
  margin-bottom: 10px;
}

.gtco-heading {
  margin-bottom: 2em;
}
.gtco-heading.gtco-heading-sm {
  margin-bottom: 2em;
}
.gtco-heading h2 {
    color: #444;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.section-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
    text-transform: uppercase;
}



.gtco-heading p {
  font-size: 20px;
  line-height: 1.5;
}

/*
#gtco-testimonial {
  background: #efefef;
}
*/
#gtco-testimonial .testimony-slide {
  text-align: center;
}
#gtco-testimonial .testimony-slide span {
    font-size: 21px;
    font-weight: 600;
}
#gtco-testimonial .testimony-slide span .color-red {
    font-weight: 300;
    font-size: 17px;
}
#gtco-testimonial .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#gtco-testimonial .testimony-slide figure img {
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    box-sizing: content-box;
    margin: 17px 20px 10px;
    width: 90px;
}
#gtco-testimonial .testimony-slide blockquote {
  border: none;
  margin: 10px auto;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 992px) {
  #gtco-testimonial .testimony-slide blockquote {
    width: 100%;
  }
}
#gtco-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#gtco-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#gtco-testimonial .arrow-thumb a:hover, #gtco-testimonial .arrow-thumb a:focus, #gtco-testimonial .arrow-thumb a:active {
  text-decoration: none;
}

#gtco-testimonial .gtco-container {
    background: #f5f5f5;
    padding: 30px 0 10px;
    overflow: hidden;
}


.button {
    position: relative;
    margin: 12px auto;
    font-size: 24px;
    padding: 4px 10px;
    text-align: center;
    width: 400px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    cursor: pointer;
    color: #fff;
    font-weight: 300;
    transition: all 240ms ease !important
}
.button.raised {
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  background: #5284c4 ;
  box-shadow: 0px 1px 1px #5284c4 ;
}
.button.raised:active {
  background: #5284c4 ;
  box-shadow: 0px 1px 1px #5284c4 ;
}

.button a {
    color: #fff !important;
    text-decoration: none;
    display: block;
}
.button:hover {
    background: #5284c4 !important;
    transform: translateY(-3px);
}

.anim {
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}
.anim:before {
  position: relative;
  content: '';
  display: block;
  margin-top: 100%;
}
.anim:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}


.anim {
/*  -moz-animation: anim-out 0.75s;
  -webkit-animation: anim-out 0.75s;*/
  animation: anim-out 2s linear 2s infinite forwards;
}
.anim:after {
/*  -moz-animation: anim-out-pseudo 0.75s;
  -webkit-animation: anim-out-pseudo 0.75s;*/
  animation: anim-out-pseudo 2s linear 2s infinite forwards;
}


@-webkit-keyframes anim-out {
  0% {
    width: 0%;
  }
  50% {
    width: 100%;
  }
}
@-moz-keyframes anim-out {
  0% {
    width: 0%;
  }
  50% {
    width: 100%;
  }
}
@-ms-keyframes anim-out {
  0% {
    width: 0%;
  }
  50% {
    width: 100%;
  }
}
@keyframes anim-out {
  0% {
    width: 0%;
  }
  50% {
    width: 100%;
  }
}


@-webkit-keyframes anim-out-pseudo {
  0% {
    background: rgba(255, 255, 255, 0.25);
  }
  50% {
    background: transparent;
  }
}
@-moz-keyframes anim-out-pseudo {
  0% {
    background: rgba(255, 255, 255, 0.25);
  }
  50% {
    background: transparent;
  }
}
@-ms-keyframes anim-out-pseudo {
  0% {
    background: rgba(255, 255, 255, 0.25);
  }
  50% {
    background: transparent;
  }
}
@keyframes anim-out-pseudo {
  0% {
    background: rgba(255, 255, 255, 0.25);
  }
  50% {
    background: transparent;
  }
}

.gtco-tabs .gtco-tab-nav {
  clear: both;
  margin: 0 0 3em 0;
  padding: 3px;
  float: left;
  width: 100%;
  background: #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gtco-tabs .gtco-tab-nav li {
  float: left;
  margin: 0;
  padding: 0;
  width: 16.6%;
  text-align: center;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gtco-tabs .gtco-tab-nav li .icon {
  font-size: 30px;
}
.gtco-tabs .gtco-tab-nav li a {
    border-radius: 4px;
    color: #555;
    float: left;
    font-size: 15px;
    padding: 20px 3px;
    width: 100%;
}
.gtco-tabs .gtco-tab-nav li a:hover {
  color: #4d4d4d;
}
.gtco-tabs .gtco-tab-nav li.active a {
  background: #fff;
  color: #5284c4 ;
}
.gtco-tabs .gtco-tab-content-wrap {
  clear: both;
  position: relative;
  top: 70px;
}
.gtco-tabs .gtco-tab-content-wrap .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.gtco-tabs .gtco-tab-content-wrap .tab-content.active {
  opacity: 1;
  visibility: visible;
}
.gtco-tabs .icon-xlg {
    text-align: center;
}
@media screen and (max-width: 768px) {
  .gtco-tabs .icon-xlg {
    font-size: 300px;
  }
}
@media screen and (max-width: 480px) {
  .gtco-tabs .icon-xlg {
    font-size: 200px;
  }
}
.gtco-tabs .icon-xlg i {
  color: #5284c4 ;
}

#getting-started {
    color: #fff;
    font-size: 68px;
    font-weight: 400;
    line-height: 82px;
}
#dani td {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    width: 25%;
    color: #fff
}

/*
#gtco-started {
background: #aa1417;
background: -moz-linear-gradient(top, #aa1417 0%, #5284c4  100%);
background: -webkit-linear-gradient(top, #aa1417 0%,#5284c4  100%);
background: linear-gradient(to bottom, #aa1417 0%,#5284c4  100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa1417', endColorstr='#5284c4 ',GradientType=0 );
}
#gtco-started .gtco-heading h2 {
  color: #fff;
}
*/
 
select option {
  color: #444
}
#gtco-started .form-control::-webkit-input-placeholder {
  color: #acacac;
}
#gtco-started .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #acacac;
}
#gtco-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #acacac;
}
#gtco-started .form-control:-ms-input-placeholder {
  color: #acacac;
}
#gtco-started .form-control:focus {
  background: rgba(64, 64, 64, 0.1) none repeat scroll 0 0;
}

#gtco-started .btn {
    /* background: #5284c4  none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    height: 54px;
    letter-spacing: 1px;
    margin: 30px auto 0;
    padding-left: 50px;
    padding-right: 50px;
    text-transform: uppercase; */
}
#gtco-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#gtco-started .form-inline .form-group .form-control {
  width: 100%;
}
#gtco-started .gtco-heading {
  margin-bottom: 30px;
}
#gtco-started .gtco-heading h2 {
  margin-bottom: 0;
}

#gtco-footer .gtco-footer-links {
  padding: 0;
  margin: 0;
}
#gtco-footer .gtco-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#gtco-footer .gtco-footer-links li a {
  color: #000;
  text-decoration: none;
}
#gtco-footer .gtco-footer-links li a:hover {
  text-decoration: underline;
}
#gtco-footer .gtco-widget {
  margin-bottom: 30px;
}
#gtco-footer .gtco-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #gtco-footer .copyright .pull-left,
  #gtco-footer .copyright .pull-right {
    float: none !important;
    text-align: center;
  }
}
#gtco-footer .copyright .block {
  display: block;
}

.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #5284c4 ;
}
.owl-item .col-sm-10.text-left {
    padding-right: 30px;
}

#gtco-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #gtco-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#gtco-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#gtco-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#gtco-offcanvas ul {
  padding: 0;
  margin: 0;
}
#gtco-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#gtco-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.gtco-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.gtco-nav-toggle.active i::before, .gtco-nav-toggle.active i::after {
  background: #444;
}
.gtco-nav-toggle:hover, .gtco-nav-toggle:focus, .gtco-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.gtco-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.gtco-nav-toggle i::before, .gtco-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.gtco-nav-toggle.gtco-nav-white > i {
  color: #fff;
  background: #fff;
}
.gtco-nav-toggle.gtco-nav-white > i::before, .gtco-nav-toggle.gtco-nav-white > i::after {
  background: #fff;
}

.gtco-nav-toggle i::before {
  top: -7px;
}

.gtco-nav-toggle i::after {
  bottom: -7px;
}

.gtco-nav-toggle:hover i::before {
  top: -10px;
}

.gtco-nav-toggle:hover i::after {
  bottom: -10px;
}

.gtco-nav-toggle.active i {
  background: transparent;
}

.gtco-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.gtco-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.gtco-nav-toggle {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .gtco-nav-toggle {
    display: block;
  }
  #gtco-offcanvas {
    display: block;
  }
}

.btn {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #5284c4 ;
  color: #fff;
  border: 2px solid #5284c4 ;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #c30003 !important;
  border-color: #c30003 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #5284c4 ;
  border: 2px solid #5284c4 ;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #5284c4 ;
  color: #fff;
}


.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  /* background: #dfdfdf !important;
  border-color: #d43f3a !important; */
}
.btn-danger:hover{
  transform: translateY(-5px);
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}
#smer .smer_half label{
  vertical-align: middle;
  line-height: 0.9em;
}
.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  /* height: 54px; */
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px!important;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #5284c4 ;
}
.gornja-prijava input, .gornja-prijava select {
    background: #fff;
}
.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}
.dugme-gore {
    font-size: 20px;
    font-weight: 700;
    padding: 14px 40px;
    margin-top: 0px;
}
.gtco-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}
#uspesna_prijava1 {
    clear: both;
    color: green;
}

/*# sourceMappingURL=style.css.map */



/* Custom */
/* Navigacija */
nav {
  float: left;
  height: 60px;
  margin: 0 auto;
}
nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
nav li {
  float: left;
}
.clear {
  clear: both;
}
.color-white {
  color: #FFFFFF;
}
.orange {
  color: #ff781f
}
a {
  text-decoration: none !important;
}
nav li a {
    border-left: 1px solid #82a5d2;
    border-right: 1px solid #ba2a2a;
    display: block;
    font-size: 0.85em;
    font-weight: 500;
    line-height: 19px;
    padding: 20px 17px;
    text-decoration: none;
    transition: all 300ms ease 0s;
}
nav li:first-child a {
  border-left: 0 none;
}
nav li:last-child a {
  border-right: 0 none;
}
#navigacija {
  margin: 0 auto;
}
#logo {
  padding: 0 12px 0 0;
  overflow: hidden;
  float: left;
}
nav li a:link {
  color: #fff;
  height: 60px;
}
nav li a:visited {
  color: #fff;
}
nav li a:hover {
  color: #444 !important;
  background: #fff;
}
nav li a:active {
  color: #444;
}
#logo p {
  text-align: center;
}
.fixed_size {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  zoom: 1;
  display: block;
}
.full_size {
  box-sizing: border-box;
  zoom: 1;
  display: block;
}
.oko_nav {
  height: 60px;
}
.bg_red {
  background: #5284c4 ;
}
.garan img {
    margin-top: -64px;
}
nav li.garan a:hover {
    background: #5284c4  none repeat scroll 0 0;
}
#header #slogan {
    float: right;
    width: 49%;
}
#slogan > p {
    color: #646464;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 17px;
    padding: 12px 0 0;
}


/*--- nav ---*/
.mobile {
  display: none;
  width: 100%;
  top: 0;
}
.mobile div {
  display: none;
}
.mobile button {
    background: transparent url(../images/menu.png) no-repeat scroll center center / contain ;
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    height: 50px;
    margin: 0 auto;
    outline: medium none;
    overflow: hidden;
    text-indent: -999px;
    transition: all 400ms ease 0s;
    width: 50px;
}
.mobile button.expanded {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border: 0;
}
.mobile button:hover {
background: transparent url(../images/menu.png) no-repeat scroll center center / contain ;
}
.mobile button:active {
background: transparent url(../images/menu.png) no-repeat scroll center center / contain ;
}
.mobile a {
  display: block;
  color: #fff !important
}

.mobile li {
    display: block;
    float: none;
    text-align: center;
}
.desktop {
    display: block;
}
.desktop a:last-child {
  border-right: none;
}
/* #logo img {
    width: 100%;
} */
.garan {
    float: right;
    position: relative;
    z-index: 999;
}
.garan a {
  border: 0 none
}




.owl-theme .owl-controls {
    margin-top: 0;
}
#gtco-features-2 .row .col-md-6:first-child {
    padding-top: 50px;
}
#get-in-touch {
/*    color: #fff;*/
    padding: 100px 0;
}
/*
#get-in-touch h1, #get-in-touch h2 {
    color: #fff;
}
*/
.table.kurs td {
    border: 1px solid rgba(64, 64, 64, 0.1);
  background: #f8f8f8 none repeat scroll 0 0
}
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    border-top: 0 none;
}
.table {
    margin-bottom: 10px;
}
.big_table td {
    padding-bottom: 12px;
}
.radio > label {
    font-weight: 600 !important;
    text-transform: uppercase;
}
.radio label, .checkbox label {
    padding-left: 25px;
}
.tabela.table.kurs tr:first-child td {
    background: #5284c4  none repeat scroll 0 0;
    color: #fff;
    padding: 14px 7px;
}
.gornji-radio .radio {
    background: #fff;
}
.gornja-prijava label {
    font-size: 15px;
    margin: 0;
}
#footer {
    background: #2e2e2e none repeat scroll 0 0;
    color: #fff;
    padding-bottom: 30px;
    padding-top: 30px;
}
#footer p {
    font-size: 14px;
    margin: 0;
}

.bann-third-block-left {
    padding: 0;
}
.grid-waves-effect {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
    position: relative;
    transition: all 0.6s ease-in-out 0s;
}
.img-box {
    position: relative;
}
.img-box, .text-box {
    backface-visibility: hidden;
    display: block;
    height: 100%;
    transform: scale(1, 1);
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
}
.img-box img, .text-box img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
}
/* third Section
=====================================================================*/
.bann-third-block {
  padding: 0
}
.bann-sen-block-right {
    padding: 2em 1em;
    text-align: center;
}
.bann-sen-block-right h4 {
    color: #000;
    font-size: 1.5em;
    margin-bottom: 0.3em;
}
.bann-sen-block-right h2 {
    color: #5284c4 ;
    font-size: 2em;
}
.bann-sen-block-right p {
    color: #757575;
    font-size: 1.1em;
    line-height: 1.7em;
    margin: 0 auto;
    width: 77%;
}
.bann-sen-block-left {
    background: rgba(0, 0, 0, 0) url("../images/b7.jpg") no-repeat scroll 0 0 / cover ;
    min-height: 450px;
}
.img-box.first-img {
    background: rgba(0, 0, 0, 0) url("../images/b8.jpg") no-repeat scroll center center / cover ;
    height: 360px;
}
.skolovanje {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    color: #747474;
    display: block;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0 auto;
    padding: 10px 3%;
    text-align: center;
    width: 44%;
}
.ban-four-block-text {
    float: left;
    width: 70%;
}
.ban-four-block-text h4 {
    color: #000;
    font-size: 1.3em;
}
.ban-four-block-text h3 {
    color: #5284c4 ;
    font-size: 2.2em;
    margin-top: 0.2em;
}
.ban-four-block-icon {
    float: right;
    width: 30%;
}
.img-box.second-img {
    background: rgba(0, 0, 0, 0) url("../images/b7.jpg") no-repeat scroll center center / cover ;
    height: 360px;
}
.bann-padd {
    background: #f5f5f5 none repeat scroll 0 0;
    min-height: 344px;
    padding: 3em 2em;
    width: 100%;
}
.bann-four-block-middle {
    background: #5284c4  none repeat scroll 0 0;
}
.bann-third-block .bann-four-block-middle, .bann-four-block-middle .ban-four-block-text h4, .bann-four-block-middle .ban-four-block-text h3 {
    color: #fff;
}


.smerovi div img {
    width: 210px;
}
.smerovi div h4 {
    font-weight: 600;
    text-transform: uppercase;
}
.smerovi div {
    padding-bottom: 40px;
}


#galerija a img {
    width: 25%;
  float: left;
  transition: 100ms all ease-in-out;
}
#galerija a img:hover {
    transform: scale(1.05);
}

#kursevi {
    width: 100%;
}
#kursevi td {
    display: block;
    margin: 0 auto;
    width: 440px;
}
#kursevi select {
    text-align: center;
    text-transform: uppercase;
}
.radio {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid rgba(64, 64, 64, 0.1);
    border-radius: 4px;
    color: #444;
    display: block;
    font-size: 14px;
    padding: 3%;
    vertical-align: super;
}
.third-in {
    margin-bottom: 10px;
}
.poruka {
    display: block;
    font-size: 11px;
    line-height: 13px;
  color: #5284c4 ;
    margin-top: -10px;
    position: absolute;
    transition: all 300ms ease 0s;
}

.notice-item.notice p, .notice-item.crna p, .notice-item.siva p {
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    margin-bottom: 0 !important;
}




@media screen and (max-width: 1121px) {
  .gtco-tabs .gtco-tab-nav li a {
    min-height: 90px;
  }
  .gtco-tabs .gtco-tab-nav {
    margin: 0;
  }
  .poruka {
    margin-top: -7px;
    position: static
  }
  .third-in {
    padding: 0 0.75rem;
  }
}


@media screen and (max-width: 768px) {
  #gtco-header {
    padding: 140px 0 19vw;
  }
  #gtco-header .display-tc h1, #gtco-counter .display-tc h1, .gtco-cover .display-tc h1 {
    font-size: 32px!important;
    line-height: 45px!important;
    font-weight: 800!important;
}
h1 span {
    font-size: 32px !important;
}
.oko_nav {
    height: 50px;
}
nav {
    height: 40px;
}
#header {
    padding: 0;
}
#slogan > p {
    font-size: 14px;
}
#gtco-header .hero {
    position: absolute;
    margin: 0 auto;
    font-size: 25px;
    width: 86%;
    margin: 0 auto !important;
    display: block;
    top: auto;
    bottom: 20vw;
}
#gtco-header {
    padding: 40px 0 0vw;
}
.gtco-cover {
    min-height: 500px;
}
#gtco-header {
    background-size: 830px auto;
    background-position: right -150px top !important;
  }
  
  
  
  
  
  
.button {
    width: 100% !important;
    }
  #getting-started {
    font-size: 58px;
  }
  #dani {
    width: 335px !important
  }
  #dani td {
      font-size: 14px;
  }
  #gtco-features, #gtco-features-2, #gtco-services-3, #gtco-testimonial, #gtco-services, #gtco-started, #gtco-footer, .gtco-section {
    padding: 6em 0 3em;
  }
  #gtco-services {
    text-align: center;
  }
  #gtco-services .gtco-tab-nav span img {
    height: 40px !important;
    width: 40px !important
  }
  .gtco-heading h2, .section-title {
    font-size: 26px;
    line-height: 1.2;
}
  #get-in-touch {
    padding: 0 0 50px;
  }
  .tabela.table.kurs td {
    font-size: 11px;
  }
  .big_table, .big_table tbody, .big_table tr, .big_table td {
    display: block;
  }
  select {
    margin-bottom: 10px;
  }
  /* .form-control {
    padding: 10px
  } */
  #galerija a img {
    width: 50%;
  }
  .skolovanje {
    width: 94%;
}
.title > span > img {
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
  opacity: 1 !important;
}
.owl-item .col-sm-10.text-left {
    padding-left: 30px;
}

.garan{
  display: none!important;
}

}











/*------------------------------------------------------------------
[Stylesheet]
Responsiveness Fixes
-------------------------------------------------------------------*/

@media (max-width: 337px){
  .navigation_desktop ul {
      margin-top:-2rem;
  }

  #navigacija {
    margin: 0 auto;
    width: 100%;
}
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  nav li a {
    border-top: 0 none;
  }
  nav {
    padding: 0;
  }
  #logo {
    float: none;
    margin: 0 auto;
  }

  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  nav ul {
    background: #fff none repeat scroll 0 0;
    position: relative;
    z-index: 9999;
  }
  .mobile a {
    border: 0 none;
    color: #444 !important;
    font-size: 0.9em;
    height: auto !important;
    line-height: normal;
    padding: 9px 0 !important;
  }

  #logo {
    float: none;
    padding: 0;
  }
  #logo > a {
    display: block;
    text-align: center;
  }
  #header #slogan {
    float: none;
    width: 100%;
  }
  #slogan > p {
    text-align: center;
  }
}


@media (max-width: 479px) {

  #navigacija {
    margin: 0 auto;
    width: 100%;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  nav ul {
    background: #fff none repeat scroll 0 0;
    position: relative;
    z-index: 9999;
  }
  .mobile a {
    border: 0 none;
    color: #444 !important;
    font-size: 1.2em;
    height: auto !important;
    line-height: normal;
    padding: 9px 0 !important;
  }
  nav li a {
    border-top: 0 none;
  }
  nav {
    padding: 0;
  }
  #logo {
    float: none;
    margin: 0 auto;
  }

  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }

  nav ul {
    background: #fff none repeat scroll 0 0;
    position: relative;
    z-index: 9999;
  }
  .mobile a {
    border: 0 none;
    color: #444 !important;
    font-size: 0.9em;
    height: auto !important;
    line-height: normal;
    padding: 9px 0 !important;
  }

  #logo {
    float: none;
    padding: 0;
  }
  #logo > a {
    display: block;
    text-align: center;
  }
  #header #slogan {
    float: none;
    width: 100%;
  }
  #slogan > p {
    text-align: center;
  }

}

@media (min-width: 480px) and (max-width: 767px) {

  .navigation_desktop ul li, .menu_bar_navigation ul li { float:right; }

  #navigacija {
    margin: 0 auto;
    width: 100%;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  nav li a {
    border-top: 0 none;
  }
  nav {
    padding: 0;
  }

  nav ul {
    background: #fff none repeat scroll 0 0;
    position: relative;
    z-index: 9999;
  }
  .mobile a {
    border: 0 none;
    color: #444 !important;
    font-size: 0.9em;
    height: auto !important;
    line-height: normal;
    padding: 9px 0 !important;
  }
  #logo {
    float: none;
    margin: 0 auto;
  }

  nav li a {
     padding: 20px 11px !important
  }

  #logo {
    float: none;
    padding: 0;
  }
  #logo > a {
    display: block;
    text-align: center;
  }
  #header #slogan {
    float: none;
    width: 100%;
  }
  #slogan > p {
    text-align: center;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .navigation_desktop ul li, .menu_bar_navigation ul li { float:right; }

  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  nav ul {
    background: #fff none repeat scroll 0 0;
    position: relative;
    z-index: 9999;
  }
  .mobile a {
    border: 0 none;
    color: #444 !important;
    font-size: 0.9em;
    height: auto !important;
    line-height: normal;
    padding: 9px 0 !important;
  }
  /* .form-control {
    padding: 10px 5px
  } */
}


@media (min-width: 992px) and (max-width: 1199px) {
  nav li a {
     padding: 20px 8px !important;
  }

}
@media (min-width: 1200px) and (max-width: 1367px) {

nav li a {
     padding: 20px 16px !important;
  }

}



#pocetak-meseca {
  display: none;
}

.prijava-forma {
  display: block;
}


h6 {
    font-size: 1.3em;
    font-weight: 900;
    letter-spacing: 0rem;
    line-height: 1.5em;
    color: #5284c4 ;
    margin: 20px 0 0;
    opacity: 1;
    text-transform: uppercase;
}

#feature3 {
    /*background: url("../images/ucionica-bg.jpg") no-repeat center center / cover;*/
    padding: 1em 0 2em;
}
#feature3 .feature_content > p, #feature3 .feature_content a p {
    color: #444;
    font-size: 20px;
    font-weight: 300;
    line-height: 29px;
    opacity: 0.9;
    margin-bottom: 30px;
}


#video-img {
  cursor: pointer;
}
iframe {
  width: 100% !important;
  height: 655px;
  border: 0 none;
  cursor: pointer;
}




div[id^="fragment-"]{
    display: none;
    overflow: hidden;
}

#accordion {
    margin: 0;
    min-height: 100px;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
     cursor: pointer;
}
#accordion h3 {
    margin: 20px 0;
}

#accordion ul {
    list-style: outside none none;
    overflow: hidden;
    padding: 0;
    margin: 10px 0 40px;
}

#accordion li { float: left; cursor: pointer; }
#accordion li a{ color: black; }
#accordion #fragments { clear: both; }


.bonus .fixed_size > ul {
    clear: both;
    overflow: hidden;
}

#fragments p img {
    display: block;
}

.title > span > img {
  -webkit-filter: grayscale(.7);
  filter: grayscale(.7);
  opacity: .6;
  transition: all 200ms ease-in-out 0s;
}

.title:hover img, .active-title {
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
  opacity: 1 !important;
}


#nacin p {
    font-size: 19px;
}
.text-center.skolovanje {
    font-size: 16px !important;
}


h4, .h4 {
    font-size: 20px;
}


/*footer*/

.footer {
  background: none repeat scroll 0 0 #444;
  color: #fff !important;
  overflow: hidden;
  margin-top: 50px;
}
.footer h2, .footer p {
  color: #fff;
}
.mid {
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0 20px;
  width: 840px;
}
#logo_futer {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 200px;
}
#txt_futer {
  float: right;
  width: 69%;
  margin: 15px 0px 0px;
}
.left_footer {
  float: right;
  font-size: 13px;
  font-weight: 400;
  margin-left: 11px;
}
.right_footer {
  float: right;
  font-size: 13px;
  font-weight: 400;
}
#listFooter > ul {
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  overflow: hidden;
  padding-left: 0;
}
#listFooter a {
  display: block;
  float: left;
  font-size: 12px;
  margin-left: 3px;
  padding: 4px;
}
#listFooter a:link {
  color: #fff;
}
#listFooter a:visited {
  color: #fff;
}
#listFooter a:hover {
  background: none repeat scroll 0 0 #fff;
  color: #444;
}
#listFooter a:active {
  color: #fff;
}
li {
  list-style: inside none none;
}
/*//footer*/


.accordion2 li {
    /*width: 20%;*/
}

.js-gtco-nav-toggle.gtco-nav-toggle.gtco-nav-white {
    display: none !important;
}

#accordions li {
  margin-bottom: 40px
}

/* .form-control {
    padding: 10px 14px;
} */


@media screen and (max-width: 1200px) {
  .fixed_size {
    width: 960px
  }
}
@media screen and (max-width: 988px) {
  .fixed_size {
    width: 740px
  }
  .more_info_anim7 {
    min-height: 172px;
  }
  #accordion li {
    width: 25%;
}

}

#smer .smer_half label {
  font-size: 0.8em;
  margin-bottom: 5px;
  padding: 6px 2px;
  vertical-align: middle;
  width: 90%;
  text-align: left;
}
input[type="radio"], input[type="checkbox"] {
margin: 2px 0 3px;
line-height: normal;
float: left;
width: 8%;
}

.col-xs-12.col-sm-4.smer_half:nth-child(2){
  margin-bottom: 30px;
}
#registerForm1 .col-xs-12.col-lg-6.offset-lg-3{
  text-align:center;
}
@media screen and (max-width: 768px) {
  .fixed_size {
    width: 100%
  }
  input[type="radio"], input[type="checkbox"] {
    margin: 5px 0 3px;
    line-height: normal;
    float: left;
    width: 8%;
    }
  .col-xs-12.col-sm-4.smer_half:nth-child(3){
    margin-bottom: 30px;
  }
  .col-xs-12.col-sm-4.smer_half:nth-child(2){
    margin-bottom: 0px;
  }
  .more_info_anim7 {
    min-height: 172px;
  }
  #accordion li, #accordions li, #accordions2 li {
    width: 50%;
    text-align: center;
    float: left;
    margin-bottom: 40px;
}
.prijava-forma {
    padding: 0;
}
#forma_dole .container {
    padding: 0;
}

#logo_futer {
  width: 100%;
  margin-bottom: 5px;
}
#txt_futer {
  float: none;
  width: 100%;
  clear: both;
  margin: 15px 0px 0px;
  text-align: center;
}
#listFooter > ul {
  margin: 0px 0px 10px;
}
#listFooter a {
  float: none;
  text-align: center;
}
.left_footer {
  float: none;
  text-align: center;
}
.right_footer {
  float: none;
  text-align: center;
}
.footer a, .footer img {
    display: block;
    margin: 0 auto;
}
/*NOVO*/
#gtco-header .hero {
    font-size: 21px;
}
#gtco-header .hero {
    width: 96%;
    bottom: 8vw;
  }
  #feature3 {
    text-align: center;
}

.radioz.row .col-md-5.col-lg-6.col-lg-offset-0.col-md-offset-1{
  padding: 0!important;
}

.radio{
  padding: 1% 3%;
}

}



/* NOVO */
.owl-bih .owl-item figure {
    display: block !important;
    margin: 0 auto;
    float: none;
    text-align: center;
}
.owl-bih .owl-item figure img {
    display: block !important;
    margin: 0 auto !important;
    float: none;
    text-align: center;
}
.close {
  font-size: 25px;
}
.owl-item {
    padding: 0 30px;
}
.modal-title {
    font-weight: 700;
    font-size: 1.8em;
    color: #555;
}
.modal-open .modal {
    text-align: center;
}
#usp-prijava .btn {
  border-radius: 0 !important
}
#usp-prijava .btn {
    border-radius: 0 !important;
    margin: 0 auto;
    display: block;
    width: 180px;
}
@media screen and (min-width:768px){
  .mail_polje {
    padding: 0 22% !important;
  }
  #accordions2 ul li{
    margin: 0 10px;
  }
}




/*DODATNI CSS NAKON BOOTSTRAPA 4*/




.full_size.bg_red.oko_nav{
  clear: both;
}

#nacin {
  position: relative;
}

@media (max-width:500px){
  #nacin .row{
    bottom: -3%!important;

  }
  .testimony-slide.active.text-center .col-sm-2{
    float:none!important;
  }
}

#nacin  .row{
  position: absolute;
  bottom: -5%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  margin: 0 auto;
}

#nacin  .row .col-xs-12{
  margin: 0 auto;
}

#nacin .col-md-6.bann-third-block-left:nth-child(3) .bann-padd{
background: #5284c4 !important;
color: white!important;
}

#nacin .col-md-6.bann-third-block-left:nth-child(3) .bann-padd h3{

  color: white!important;
  }

.col-md-8.col-md-offset-2.text-center.gtco-heading{
  margin: 0 auto;
}

.bann-third-block-main,.col-md-6.bann-third-block-left{
  display: flex!important;
  flex-wrap: wrap!important;
  align-items: stretch!important;
}

#accordion ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.feature_image img{
  width: 100%;
}


/*FORME*/
div#forma .col-xs-12.col-lg-6.offset-lg-3{
text-align: center;
}
#register1,#register2,#register{
  margin-left: 50%;
  transform: translateX(-50%);
}

.radio label, .checkbox label{
  padding-left: 5px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.radioz.row.gornji-radio2, .radioz.row.gornji-radio{
  margin-left: 0!important;
  margin-right: 0!important;

}
.radio label .rInfo, .checkbox label .rInfo{
  margin-right: 5px;
}

h4.noMar.text-center{
  margin-top: 15px;
}
.form-control {
  background: #f8f8f8 none repeat scroll 0 0;
  border: 1px solid rgba(64, 64, 64, 0.1) !important;
  color: #444;
  font-size: 16px !important;
  font-weight: 600;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 5px 9px;

}

/*ikonice*/

.txt {
  display: block;
}
.tablet-img{
  margin-bottom: 45px;
  text-align: center;

}
.tablet-img img{
  vertical-align: middle;
  /* width:100%; */
}

img[src="images/1.png"],img[src="images/2.png"],img[src="images/3.png"],img[src="images/4.png"]{
  margin-bottom: 15px!important;
}
/*TESTEMONIALI*/

.testimony-slide .col-sm-2,.testimony-slide .col-sm-10{
  margin:0 auto!important;
}

/* .testimony-slide.active.text-center .col-sm-2{
  float: left;
  shape-outside: circle();
} */

#gtco-header .display-tc h1, #gtco-counter .display-tc h1, .gtco-cover .display-tc h1 {
  font-size: 68px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #2f3742;
  line-height: 84px;
}


.img{
  width:80px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.img img{
  width: 100%;
}

@media (max-width:760px){
  .img{
    width:80px;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .tablet-img{
   display: none;
  
  }
  .img img{
    width: 100%;
  }
  .button.raised.hoverable{
    font-size: 19px;
    font-weight: 800;
  }
  .button{
    padding: 5px 5px;
  }
}
.button.raised.hoverable{
  font-size: 20px;
    font-weight: 700;
    padding: 14px 40px;
    margin-top: 0px;
    border-radius: 30px;
    text-transform: uppercase;
}
.icons .col-md-6{
  margin-bottom: 20px;
}

.icons .col-md-6 h4{
  margin-bottom: 5px;
}


/*TABELA*/

.crveniTxtCrta {
  color: #e31b23;
  text-decoration: line-through;
}

button.btn.btn-default{
  margin: 0 auto;
}

.modal-title{
  margin: 0 auto!important;
}

#accordions2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px!important;
}
.error.form-control{
  border: 1px solid red!important;
}

.txt_futer a,.left_footer a,.right_footer a{
  color:white!important;
}