@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: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #444;
  background: #fff;
}
.feature-box h4{
	text-transform: uppercase;
	font-weight: 600;
	color: #4577b7;
}
.jedna-trecina td{
	width: 33%;
}
.feature-box h4::before {
    border-right: 77px solid #4577b7;
    border-top: 4px solid #4577b7;
    position: absolute;
    content: "";
    top: -20px;
    left:15px;
}

#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: "";
}
.padding-bottom {
    padding-bottom: 64px;
    padding-top: 0px;
}

a, .color-red {
  color: #4577b7;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #4577b7;
  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: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.color-wh {
	color: #fff
}
small {
	display: block
}
::-webkit-selection {
  color: #fff;
  background: #4577b7;
}

::-moz-selection {
  color: #fff;
  background: #4577b7;
}

::selection {
  color: #fff;
  background: #4577b7;
}

/*--- 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: #4577b7;
    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 }
}


#oko_predavanja {
    background: linear-gradient(to right, #f5f5f5 0%,#f5f5f5 43%,#4577b7 56%,#4577b7 100%);
    clear: both;
}


/*--- 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;
}
.smerovi div {
    min-height: 146px;
}
@media screen and (max-width: 768px) {
	.jedna-trecina td{
		width: 100% !important;
	}
	.feature-box {

    padding: 15px 0px;

}
	.feature-box h4::before {

    border-right: 77px solid #4577b7;
    border-top: 4px solid #4577b7;
    position: absolute;
    content: "";
    top: 5px;
    left: 15px;

}
	.smerovi div img {

    width: 134px !important;

}
	.tooltip-item img {
   
    width: auto;
}
	.padding-bottom {
    padding-bottom: 0px;
    padding-top: 0px;
}
  .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: #4577b7;
}
.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 top;
  background-repeat: no-repeat;
  position: relative;
}

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

#gtco-featuresss {
  /* background: url(../images/ili_pozadina.jpg) no-repeat center center / cover; */
  padding: 2em 0
}
#gtco-featuresss p {
    padding-left: 5px;
    margin-bottom: 14px;
    font-weight: 600;
}
.mt-2 {
    margin-top: 1em;
}
img {
    max-width: 100%;
}
.icon-vs {
   width: 20px;
   vertical-align: sub;
}
.versus p {
    margin: 0 4px;
    background: rgba(255,255,255,.9);
    padding: 4px 8px;
    min-height: 58px;
    border: 1px solid #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
}
.table.versus th p {
    text-align: center;
    font-weight: 700 !important;
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.versus td,.versus th {
    padding: 0.5% 2% !important;
}


#versus1 {
  position: relative;
  padding-right: 11%;
}
#versus2 {
  position: relative;
  padding-left: 10%;
}
#versus1::after {
    content: "ili";
    position: absolute;
    top: 43%;
    right: -40px;
    bottom: 0;
    background: #4577b7;
    height: 80px;
    width: 80px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    border: 5px solid #ffffff;
    font-size: 42px;
    font-weight: 500;
}
#versus1::before {
    content: "";
    position: absolute;
    top: 10px;
    right: -3px;
    bottom: 0;
    background: #4577b7;
    height: 96%;
    width: 5px;
    text-align: center;
    color: #fff;
    border-radius: 40%;
    font-size: 42px;
}

.versus p {
    position:relative;
    z-index: 9
}
.versus td p:after {
    background: url("../images/remove.png") no-repeat center bottom / contain;
    height: 26px;
    width: 26px;
    right: 5px;
    position: absolute;
    top: 0;
    z-index: 9999999999;
    content: "";
    top: 25px;
}
.versus td:nth-child(2n) p:after {
    background: url("../images/check.png") no-repeat center bottom / contain;
    height: 26px;
    width: 26px;
    right: 5px;
    position: absolute;
    top: 0;
    z-index: 9999999999;
    content: "";
    top: 23px;
}

.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%;
}
.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: 50px 0 40px;
    width: 100%;
}
@media screen and (max-width: 768px) {
  #gtco-counter {
    height: inherit;
    padding: 7em 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: #4577b7;
  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: #4577b7;
  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 0;
  min-height: 800px;
}
#gtco-header {
   
}
.button2.raised {
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    background:#4d82c4 !important;
    box-shadow: 0px 1px 1px #ccc;
    width: 280px;
}
.button2 {
    color:  #fff !important;
    text-decoration: none;
    display: block;
}
.button2 {
    position: relative;
    margin: 12px auto;
    padding: 0px 20px;
    text-align: center;
    width: 425px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    cursor: pointer;
    color:  #fff;
    border-radius: 2px;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    transition: all 240ms ease !important;
}
/*
#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-counter .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: 66px;
    font-weight: 800;
    line-height: 1.2;    text-shadow: 0 0 40px #f8f8f8;
    margin-bottom: 20px;
}
@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-counter .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: 5px 10px;
    background: transparent;
    border: none !important;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
#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;
}

@media (min-width: 991px) {
  .big_table .mail_polje {
    padding: 0 14% !important;
  }
}
@media (min-width: 1991px) {
  #gtco-header {
    min-height: 984px;
  }
}

#gtco-counter {
    /* box-shadow: 0 0 150px inset; */
    padding: 4vw 0 6vw;
    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-testimonial,
#gtco-services,
#gtco-started,
#gtco-footer,
.gtco-section {
  padding: 7em 0;
  clear: both;
}
#gtco-started {
	padding: 0
}
@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: #4577b7;
  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: 16px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
}

.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: #4577b7;
}
.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.3;
    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: 18px;
  line-height: 1.5;
}

/*
#gtco-testimonial {
  background: #efefef;
}
*/
#gtco-testimonial .testimony-slide {
  /* text-align: center; */
}
#gtco-testimonial .testimony-slide span {
    display: block;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
#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: 0%;
    box-shadow: 0 0 25px rgba(64, 64, 64, 0.2);
    box-sizing: content-box;
    margin: 17px 20px 10px;
    width: 90px;
}
#gtco-testimonial .testimony-slide blockquote {
  border: none;
  margin: 20px 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;
}

.crveniTxtCrta {
  text-decoration: line-through;
}

.owl-nav {
    display: flex;
    justify-content: center;
}
.owl-nav div {
	    display: inline-block;
	    box-sizing: border-box;
	    width: 57px;
	    height: 57px;
	    border: 2px solid #4577b7 !important;
	    cursor: pointer;
	    border-radius: 30px !important;
	    background: #4577b7 !important;
	    position: relative;
	    overflow: hidden;
			text-decoration: none;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
text-indent: -999px;
margin: 4px;
}
.owl-nav div:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: url('../images/arrow-right.svg') no-repeat center;
        background-size: auto;
    background-size: 23px;
		top: 0
}
.owl-nav div:first-child:after {
    background: url('../images/arrow-left.svg') no-repeat center;
        background-size: auto;
    background-size: 23px;
		top: 0
}
.owl-nav div:hover {
    width: 100px;
}


.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: #4577b7;
}
.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: #4577b7;
}

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

/*
#gtco-started {
background: #aa1417;
background: -moz-linear-gradient(top, #aa1417 0%, #4577b7 100%);
background: -webkit-linear-gradient(top, #aa1417 0%,#4577b7 100%);
background: linear-gradient(to bottom, #aa1417 0%,#4577b7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa1417', endColorstr='#4577b7',GradientType=0 );
}
#gtco-started .gtco-heading h2 {
  color: #fff;
}
*/
#gtco-started .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: 10px 15px;
}
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: #4577b7 none repeat scroll 0 0;
    border: medium none;
    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 #4577b7;
}

#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;
  }
}

#text-main {
    font-size: 1.2em;
    text-align: center;
    line-height: 1.4em;
    text-shadow: 1px 1px 15px #fff;
}

.btn {
  font-family: 'Montserrat', 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: #4577b7;
  color: #fff;
  border: 2px solid #4577b7;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #c30003 !important;
  border-color: #c30003 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #4577b7;
  border: 2px solid #4577b7;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #4577b7;
  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;
}

.popust {
  animation-duration: .5s;
  animation-delay: 2s;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #255797 !important;
  border-color: #d43f3a !important;
}
.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;
}

.form-control {
    box-shadow: none;
    background: transparent;
    border: 1px solid #d7d7d7;
    height: 44px;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 8px;
    border-radius: 2px;
    margin-bottom: 5px;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #4577b7;
}

/* @media screen and (min-width: 1121px) {
  .table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
      padding: 1px;
  }
} */

.gornja-prijava input, .gornja-prijava select {
    background: rgba(255,255,255,.9);
}
.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: 10px;
    margin-bottom: 90px;
}
.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 #3567a7;
    border-right: 1px solid #ba2a2a;
    display: block;
    font-size: 0.78em;
    font-weight: 500;
    line-height: 19px;
    padding: 20px 10px;
    text-decoration: none;
    transition: all 300ms ease 0s;
    text-transform: uppercase;
}
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: #4577b7;
}
.garan img {
    margin-top: -64px;
}
nav li.garan a:hover {
    background: #4577b7 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: 15px;
    padding: 16px 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
}


/*=======================================================
			FOOTER:
========================================================*/
footer {
  padding: 25px 0;
  background: #444
}

footer p {
  margin: 0;
  color: #cfcfcf
}

footer a {
  color: #c30003;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

footer a:hover,
footer a:focus,
footer a:active {
  color: #555;
  text-decoration: line-through;
}

footer ul {
    padding: 0;
    text-align: center;
}
footer ul li {
    list-style: none;
		padding: 0 1%;
    float: left;
}
footer ul li a {
    list-style: none;
    text-decoration: none !important;
    color: #fff !important;
    font-size: 0.8em;
}



small, .small {
    font-size: 65%;
}

.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: 7em 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;
  vertical-align: middle;
}
.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: #4577b7 none repeat scroll 0 0;
    color: #fff;
    padding: 14px 7px;
}
.gornji-radio .radio {
    background: #fff;
}
.gornja-prijava label {

    font-size: 15px;
    margin: 0;
    font-weight: 500 !important;
    text-shadow: 1px 1px 4px rgba(255,255,255,.4);
    color: #333 !important;

}
#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: block;
    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
=====================================================================*/
#features {
    padding: 6em 0;
}

.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: #4577b7;
    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: -30px auto;
    padding: 10px 2%;
    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: #4577b7;
    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%;
    min-height: 350px;
}
.bann-four-block-middle {
    background: #4577b7 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;
    color: #4577b7;
/*    padding: 0.3em;*/
    margin-bottom: 0;
    transition: all 300ms ease;
    font-size: 1.3em;
}
.smerovi div h4:hover {

    color: #444
}
.smerovi div {
/*    padding-bottom: 30px;*/
}
.button3.raised {
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    background: #4d82c4;
    box-shadow: 0px 1px 1px #418ae6;
    width: 280px;
}
.button3 {
    position: relative;
    margin: 12px auto;
    padding: 0px 20px;
    text-align: center;
    width: 425px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    transition: all 240ms ease !important;
}

#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: #4577b7;
    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 5px;
	}
  #gtco-header {
    min-height: 560px;
}
#gtco-counter .display-t {

    height: 220px !important;
    overflow: hidden;

}
#gtco-counte2r {
  min-height: 320px
}
#oko_predavanja {
    background: none;
  }
  .skolovanje {
    width: 95%;
}
.smerovi > div {

    text-align: center;

}
#gtco-testimonial .owl-item {

    text-align: center;

}
}


@media screen and (max-width: 768px) {
	#gtco-header {
		padding: 140px 0 19vw;
    min-height: 280px;
	}
	#gtco-header .display-tc h1, #gtco-counter .display-tc h1, .gtco-cover .display-tc h1 {
		font-size: 34px;
	}
	#getting-started {
		font-size: 58px;
	}
	#dani {
		width: 335px !important
	}
	#dani td {
    	font-size: 14px;
	}
	img {
		width: 100%
	}
	#gtco-features, #gtco-features-2, #gtco-testimonial, #gtco-services, #gtco-started, #gtco-footer, .gtco-section {
		padding: 3em 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: 25px;
		line-height: 1.2;
	}
	#get-in-touch {
		padding: 0 0 50px;
	}
	.tabela.table.kurs td {
		font-size: 13px;
	}
	.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%;
	}
  #gtco-featuresss {
      padding: 0;
  }
  #gtco-counter .display-tc {
      display: none;
  }
  #gtco-counter {
    background-size: 690px auto;
    min-height: 180px;
  }
	#features{
		padding: 0px
	}
  #gtco-featuresss p {
    font-weight: 400;
    padding-left: 0;
    font-size: 13px;
}
#versus1, #versus2 {
    padding: 0 3%;
    text-align: center;
}
#versus1::before {
    right: -2px;
    width: 3px;
  }
  #versus1::after {
    top: 40%;
    right: -21px;
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
    font-size: 22px;
    font-weight: 400;
}
#features img {
    width: auto;
/*    margin-bottom: 3em;*/
}
#gtco-counte2r.gtco-bg {
    min-height: 170px !important
}
.feature-center {
  display: none
}
.ban-four-block-text h3 {
    font-size: 1.4em;
    margin-top: 0em;
    margin-bottom: 0.4em;
}
.bann-padd {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 2em 1em 1em;
    width: 100%;
    min-height: auto;
}
#oko_predavanja .bann-four-block-middle.bann-padd.paddr {

    background: #4577b7;

}
.skolovanje {
    width: 94%;
}
.smerovi div h4 {
    font-size: 1em;
}
.smerovi div {
    padding-bottom: 15px;
    text-align: center;
}
#gtco-testimonial .owl-item {
    text-align: center;
}
.tabela.table.kurs tr td:last-child {
    display: none !important
}
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 1%;
  }
  .tabela.table.kurs td {

    font-size: 11px;

}
}











/*------------------------------------------------------------------
[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%;
    display: none;
	}
	#slogan > p {
		text-align: center;

	}
  .oko_nav, nav {
    height: 50px;
}

}

@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;
	}

}

@media screen and (max-width: 768px) {
  #oko_predavanja .container {
      padding: 0;
  }
  #oko_predavanja {
      background: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #oko_predavanja {
      background: none;
  }
  #oko_predavanja .container {
      padding: 0;
  }

}



#pocetak-meseca {
  display: none;
}

.prijava-forma {
  display: block;
}
