/*--- Google Fonts ---*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,700&amp;subset=latin-ext");

/* Reset
=====================================================================*/
*{padding:0;margin:0;}
body{
	background:#ffffff;
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
	text-rendering: optimizelegibility;
    font-size: 16px;
    color: #626262 !important;
}
.padding-top{
	padding-top: 60px;
}
.padding-bottom{
	padding-bottom: 15px
}
#register1 {
    color: #fff;
}
#galerija {
    overflow: hidden;
}
.padding-bottom1{
		padding-bottom:30px
	}

.cetvrti .levo {
    padding: 3% 0;
    width: 45%;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #E31B23;
}

::selection {
    color: #fff;
    background: #E31B23;
}
.cetvrtine td {

    width: 25%;

}

.CrveniTxt {
    color: #e31b23;
}
td {
    vertical-align: middle;
}
.v-line-red {
    border-left: 6px solid #E31B23;
    padding-left: 20px;
    margin-left: 30px;
    padding-top: 15px;
    padding-bottom: 5px;
}
.certificate img {
    box-shadow: 0px 0px 1px rgba(0,0,0,.5);
    display: block;
    margin: 0 auto;
	max-width: 100%;
	padding: 20px;
}
.con-cell {
    display: table-cell;
}

.absolute {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%
}

a {
	color:#ffffff; text-decoration:none;
}
a:hover {
	color:#ffffff;text-decoration:none;
}
a:focus {
	color:#ffffff;
	outline: medium none;
	outline-offset: 0;
}

/* Headings */
h1          { font-size:2em; font-weight:normal; line-height:1.15; }
h2          { font-size:1.5em; line-height:1.25; margin-bottom:.45em; }
h3          { font-size:1.35em; line-height:1.25; margin-bottom:.45em; }
h4          { font-size:1.05em; line-height:1.35; margin-bottom:.45em; }
h5          { font-size:1.05em; line-height:1.35; margin-bottom:.45em; }
h6          { font-size:1em; line-height:1.35; margin-bottom:1em; }

h1, .h1, h2, .h2, h3, .h3 {
    color: #525454;
}

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:100; }

/* Content */
p             { margin:0 0 1em; font-weight: 300;font-size: 1.1em!important; }
strong        { font-weight:600; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small         { font-size:1em; }
big           { font-size:1.15em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

#pros-cons ul {

    list-style: none;
    /* background: rgba(64,64,64,.02); */
    padding: 30px 0 10px;
    min-height: 430px;
}
.col-md-4.bann-four-block-middle.bann-padd.paddr {
    max-width: 100% !important;
}

/* crveni boxici
=====================================================================*/
.flex-container1 {
    display: flex;
    justify-content: center;
}
.accordion {
    display: block;
    position: relative;
    width: 100%;
	margin-right: 16px;
}
.accordion__item {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    &: last-child { margin-bottom: 0; };
	text-align: center;
}
.accordion__title.active::after {
    transform: rotate(135deg);
}


.accordion__title::after {
    position: absolute;
    background: url(images/cross.png) -245px 0 no-repeat !important;
    content: "";
    height: 15px;
    width: 15px;
    right: 4%;
    top: 36%;
    transform: rotate(0deg);
    transform-origin: 48% 48%;
    transition: transform 200ms ease-in-out;
}
.accordion__title {
    background: #e21e30;
    color: #fff;
    padding: 12px 30px 10px 6px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    font-size: 18px;
}
.accordion__title.active {
    background: #E31B23 !important;
}
#welcome_section p {
    margin-top: 11px;
    min-height: 58px;
}
.accordion__content {
    display: none;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
        border-top-color: rgb(238, 238, 238);
        border-top-style: solid;
        border-top-width: 1px;
    border-top: none;
    line-height: 1.65;
    padding: 25px;
    background-color: #fff;
    font-size: 14px;
}


.accordion__title {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0px 50px 0 20px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #eee;
    overflow: hidden;
    transition: background-color .2s;
    &: hover { background-color: #fafafa; } &.active { background: hsl(95,70%,90%); & .x7 { transform: rotate(-90deg); & .btop { width: 67%; top: 2px; transform: translateY(-50%) rotate(-45deg); transform-origin: 50% 50%; } & .bmid { opacity: 0; } & .bbot { width: 67%; bottom: 2px; transform: translateY(50%) rotate(45deg); transform-origin: 50% 50%; }}};
}
}
/* Galerija
=====================================================================*/
#galerija {
    overflow: hidden;
}
#galerija img {
    width: 25%;
    float: left;
    transition: 100ms all ease-in-out;
}
#galerija img:hover {
    transform: scale(1.05);
}

/* Tabele
=====================================================================*/
.AlignCtr {
    text-align: center;
    margin: 0 auto;
}
.tabela {
    border-spacing: 0;
}
.tabela, .tabelaKont {
    border-collapse: collapse;
}
table.tabela tr:first-child td {
    border: 0;
}
.tabela tr td {
    transition: all .2s ease-in-out;
}
.tabela td {
    text-align: center;
    padding: 1%;
}
table.tabela tr:first-child {
    background: #e31b23;
    color: #fff;
}

.tabela tr td {
    transition: all .2s ease-in-out;
}
.tabela td {
    text-align: center;
    padding: 1%;
}
.tabela {
    border-spacing: 0;
    margin: 1% 0 3%;
}
.tabela, .tabela td, .tabelaKont, .tabelaKont td {
    border: 1px solid #f5f5f5;
}
.tabela, .tabelaStatistika, .tablescroll_wrapper {
    width: 100%;
}
.tabela, .tabelaKont {
    border-collapse: collapse;
}

/* Show Messages
=====================================================================*/
.gen{
	background: none repeat scroll 0 0 #fff;
	color: #008900;
	font-size: 20px;
	margin: 15px auto;
	padding: 5px;
	text-align: center;
}
.err{
	background: none repeat scroll 0 0 #FF0000;
	color: #008900;
	font-size: 20px;
	margin: 15px auto;
	padding: 5px;
	text-align: center;
}




/* box
=====================================================================*/
.cetvrtaSlika {
    background: url("images/cetvrtaSlika.png") no-repeat scroll 0 0 / cover #f7f7f7;
}
/* Video
=====================================================================*/
video#bgvid {
    position: absolute;
    top: 0%;
    left: 0%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    background: url(images/video.jpg) no-repeat;
    background-size: cover;
	background-position: center left;
}
video#bgvid {
    transition: 1s opacity;
}
.stopfade { opacity: .5; }
video { display: block; }



/* Section Title
=====================================================================*/
.section-title{
	margin-bottom: 40px !important;
	margin-top: 100px;
	text-align: center;
}
.section-title.margin-top {
    margin-top: 20px;
}
.section-title h2{
	font-size: 26px;
	font-weight: 700;
/*	letter-spacing: 0.04em;*/
	margin: 0 0 10px;
	padding: 0 0 15px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.section-title h2:before {
/*	border: 3px solid #e31b23;*/
	bottom: 0;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 300px;
}
.section-title p {

    font-size: 16px;
    margin-top: 20px;
    text-align: center;
}
.row2 {
    padding-top: 80px;
}
/* Site Header Part
=====================================================================*/
.overlay {
    /* background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0; */
height: 50vw;
    overflow: hidden;
    position: relative;
    width: 100%;


}



/*.site_logo{
	margin-top: 50px;
	text-align: center;
}*/

#head .btn-danger {
    border-color: #9c8468;
    letter-spacing: 1px;
    padding: 0.8%;
}

.btn-danger:hover {
	transform: scale(1.1);
	background-color: transparent;
	color: #9c8468
}



.notice-wrap p {
    margin-bottom: 0 !important;
}
td {
    vertical-align: middle;
}

.button {

    position: relative;
    margin: 12px auto;
    padding: 4px 10px;
    text-align: center;
    width: 345px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    cursor: pointer;
    color: #fff;
    font-weight: 300;
    border-radius: 5px;
    transition: all 240ms ease !important;
    font-size: 2em;
    float: right;
    box-shadow: 0px 3px 13px rgba(0,0,0,0.32);

}
.button.raised {
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  background: #d30b13;
  /* box-shadow: 0px 1px 1px #d30b13; */
  border-radius: 2rem;
}
.button.raised:active {
  background: #e31b23;
  box-shadow: 0px 1px 1px #d30b13;
}

#get-in-touch .button.raised {
  background: #fff;
  /* box-shadow: 0px 1px 1px #d30b13; */
	color: #444
}
.topWawe img {
    max-width: 100%;
    margin-bottom: -10px;
  
}


.button a {
    color: #fff !important;
    text-decoration: none;
    display: block;
}
.button:hover {
    background: #ccc !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;
  }
}





.site_logo {
    margin-top: 6vh;
    text-align: center;
}

.site_logo a img {
    width: 270px;
}
.menu_area{
	background: url("images/menu_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	bottom: 0;
	height: 50px;
	position: absolute;
	width: 100%;
}
.stick_menu{
	position: fixed;
	top: 0;
	z-index: 9999;
}

.header_part{
	/* background: url("images/qa_software.jpg") repeat scroll center center / cover  rgba(0, 0, 0, 0); */
	overflow: hidden;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.logo{}
.active{
	background: url("images/active-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	color: #fff !important;
}
.logo a{
	color: #ffffff !important;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
}
.site_title span {
    display: block;
    font-size: 0.5em;
    font-weight: 300;
    line-height: 1.4em;
}
.site_title h1 {

    color: #fff;
    font-size: 63px;
    font-weight: 700;
    margin: 2% auto 30px;
    text-align: right;
    text-shadow: 0 0 30px rgba(64,64,64,.1);
		clear: both;
}


section.demo {
    overflow: hidden;
    padding-bottom: 836px;
    position: relative;
		margin-top: 0vw;
}
section.demo::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 80%;
}

.demo a {
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font : normal 400 20px/1 'Josefin Sans', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	text-indent: -999999px;
	transition: opacity .3s;
}
.demo a:hover {
	opacity: .5;
}

#section10 a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
#section10 a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

#header_part h2 {

    color: #fff;
    font-weight: 300;
    font-size: 1.3em;
    margin-top: 0;
    text-align: right;

}
.site_title p {
    color: #ffffff;
    font-size: 18px;
    text-align: right;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#head .site_title p {
    font-size: 20px;
}
#header_part h3 {
    color: #fff;
    margin-top: 2%;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4px;
    letter-spacing: 1px;
		font-size: 15px;
}


#head #forma > form > div {
    width: 100%;
    margin: 0;
    padding: 0 0 0 30px;
    color: #fff;
}
#head #forma > form > div label {

    font-weight: 400;
    margin-bottom: 0px;
    font-size: 0.9em;

}
#head #forma > form > div input, #head #forma > form > div select {

    border-radius: 2px;
    border: 0 none;
    background: rgba(255,255,255,.7);
    

}
.button.raised.hoverable {

    padding-top: 0;
		float: none;
}
#head .button.raised.hoverable {
		float: right !important;
		margin-right: 5px;
}
#register, .regg {
    width: 100%;
    background: transparent;
    font-size: 1.2rem;
    font-weight: 300;
    padding: 0 10px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    /* height: 3.125rem; */
    border-radius: 2rem;

}

/*button*/
.btn-danger {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 1);
    box-shadow: -1px -1px 1px rgba(255,255,255,.4), 1px 1px 1px rgba(64,64,64,.9);
    color: #8c7458;
    font-size: 1.7em;
    font-weight: 600;
	border-width: 2px;
    text-transform: uppercase;
    width: 200px;
	transition: 150ms ease-in-out;
}

#uspesna_prijava, #uspesna_prijava1 {
   text-align: center;
   font-size: 1.4em !important;
   clear: both;
}
#uspesna_prijava1 h3 {
   font-size: 1.4em;
   color: #fff !important;
   text-align: right;
}
.veliki{
    font-size: 1.4em !important;
    font-weight: 500;
}

/* Site Countdown Part
=====================================================================*/
.countdown {
    color: #393939;
    margin: 0px auto 21px;
        margin-top: 0px;
 width: 500px;
 
    left: 14px;
    bottom: 10px;
    z-index: 99999;
    background: #fff;
 
    padding-bottom: 0px;
    margin-top: 3px;
    border-radius: 5px;
	padding-top: 3px;
}
.countdown_row{
	display: block;
	overflow: hidden;
	width: 100%;
}
.countdown_section {
display: block;
float: left;
font-size: 17px;
margin: 5px;
padding: 0px 5px;
text-align: center;
/*width: 80px;*/
color: #444;
}
.countdown_amount {
    font-size: 59px;
    font-weight: 300;
    text-shadow: 1px 1px 4px rgba(0,0,0,.1);
    letter-spacing: 1px;
  background: #E31B23;
    border-radius: 50%;
    width: 100px;
    display: inline-block;
    height: 100px;
    padding: 6px;
	color: #fff
}



/* second Section
=====================================================================*/
.bann-frs-block-left {
    padding: 3em 1em 1em 0em;
}
.bann-frs-block-left h4 {
    color: #000000;
    font-size: 1.5em;
    margin-bottom: 0.3em;
}
.bann-frs-block-left h2 {
    /* color: #e31b23; */
    font-size: 2em;
		margin-bottom: 0.7em;
}
span.drop {
    background: rgba(0, 0, 0, 0) url("images/drop.png") no-repeat scroll 0 0;
    display: block;
    height: 30px;
    margin: 1em auto;
    width: 30px;
}
.bann-frs-block-left p {
    color: #757575;
    font-size: 1.1em;
    line-height: 1.7em;
    margin: 0 auto;
    width: 100%;
}
.bann-frs-block-right {
/*    background: rgba(0, 0, 0, 0) url("images/b2.jpg") no-repeat scroll 0 0 / cover ;*/
    min-height: 500px;
	float: right;
	margin-right: 33px;
}
.leva-slika{
margin-left: -16px;
}
.desna-slika{
	
}



/* third Section
=====================================================================*/
.bann-sen-block-right {
    padding: 1em 0em 1em 1em;
    text-align: right;
}
.bann-sen-block-right h4 {
    color: #000;
    font-size: 1.5em;
    margin-bottom: 0.3em;
}
.bann-sen-block-right h2 {
    /* color: #e31b23; */
    font-size: 2em;
		margin-bottom: 0.7em;
}
.bann-sen-block-right p {
    color: #757575;
    font-size: 1.1em;
    line-height: 1.7em;
    margin: 0 auto;
	margin-left: 60px;
}
.bann-sen-block-left {
/*    background: rgba(0, 0, 0, 0) url("images/b3.jpg") no-repeat scroll 0 0 / cover ;*/
    min-height: 500px;
}
.img-box.first-img {
    background: rgba(0, 0, 0, 0) url("images/b7.jpg") no-repeat scroll center center / cover ;
min-height: 390px;
}
.ban-four-block-text h4 {
    color: #000;
    font-size: 1.3em;
}
.ban-four-block-text h3 {
    color: #e31b23;
    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/b8.jpg") no-repeat scroll center center / cover ;
    height: 390px;
}
.bann-padd {
    background: #f5f5f5 none repeat scroll 0 0;
    min-height: 260px;
    width: 100% !important;
}
.bann-padd.paddl {
    padding: 3em 2em 3em 0em;
	}
	.bann-padd.paddr {
	    padding: 3em 0em 3em 2em;
		}
.bann-four-block-middle {
    background: #e31b23 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;
}



/* About Section
=====================================================================*/
.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;
}



/* About Section
=====================================================================*/
.welcome_section {
    overflow: hidden;
    padding-bottom: 40px;
}
.about{
	margin: 0 auto;
	padding: 60px 20px;
}
.about h2{
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}
.about p{
	margin: 20px;
	text-align: center;
}
/*.welcome_part{
	margin: 50px auto 80px;
}*/

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

.welcome_icon{
	background: none repeat scroll 0 0 transparent;
	border: 2px solid #e31b23;
	border-radius: 100%;
	color: #e31b23;
	margin: 0 auto;
	padding: 35px;
	text-align: center;
	width: 140px;
}
.welcome_part h2{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-align: center;
}
.welcome_part p{
	color: #9c9c9c;
	font-size: 14px;
	text-align: center;
}
#welcome_section .section-title {
    margin-bottom: 0;
}

/* Email Subscribe Section
=====================================================================*/
.email_subscribe_section{
	background: #f3f3f3 url(images/koferi2W.png) no-repeat scroll center right / contain;
	color: #000;
	box-shadow: 0 0 40px rgba(68, 68, 68, 0.1) inset;
	height: auto;
	overflow: hidden;
	width: 100%;
}
.email_subscribe_section h2 {
	color: #444;
}
.email_subscribe_section p {
    color: #444;
    font-size: 1.1em;
}
.email_subscriber_head{
	margin: 100px auto 30px;
}
.email_subscriber_head h2{
	font-size: 35px;
	text-align: center;
}
.email_subscriber_head p{
	text-align: center;
}
.email_subscribe_form_part{
	margin-bottom: 80px;
	text-align: center;
}
.email_input_box{
	background: none repeat scroll 0 0 #fff;
	border-radius: 30px;
	color: #000;
	display: inline;
	font-size: 15px;
	height: auto;
	margin: 20px 30px;
	padding: 15px;
	width: 40%;
}
.email_submit_box{
	border-radius: 30px;
	margin-top: -5px;
	padding: 15px 40px;
}
.email_submit_box:focus, .email_submit_box:active:focus, .email_submit_box.active:focus {
  outline: medium none;
  outline-offset: -2px;
}
#email_subscribe_section .kofer {
    padding: 0em 4em 4em;
}
.koferi {
	padding: 0em 6em 2em;
}
.email_subscribe_section .container .row p {
    text-align: left;
}
#email_subscribe_section p {
    padding:  0;
}
#email_subscribe_section .section-title {
    margin-bottom: 2em;
}
#btnn {
    margin-bottom: 0px;
}


/* Contact Section
=====================================================================*/
.contact_section{
	overflow: hidden;
	color: #fff;
}
.contact_head{
	padding: 80px 0 30px;
	text-align: center;
}
.contact_head h2{
	font-size: 35px;
	font-weight: bold;
}
.contact_head p{}
.address_part{}
.address{
	margin: 10px auto;
	font-weight: 600;
}
.phone{
	margin: 10px auto;
	font-weight: 600;
}
.email{
	margin: 10px auto;
	font-weight: 600;
}
.social_icons{}
.social_icons ul{}
.social_icons ul li{
	display: inline;
	font-size: 20px;
	margin-right: 10px;
}
.social_icons ul li a{
	font-size: 40px;
}
.contact_form{
	margin-bottom: 60px;
}
.contact_input_box{
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #666;
	border-radius: 30px;
	color: #fff;
	height: auto;
	margin-bottom: 30px;
	padding: 15px;
	resize: none;
}
.contact_button{
	border-radius: 30px;
	font-size: 18px;
	height: auto;
	padding: 10px 25px;
}
.contact_button:focus, .contact_button:active:focus, .contact_button.active:focus {
	outline: medium none;
	outline-offset: -2px;
}


.welcome_section .row .welcome_part h2 a {
    color: #444 !important;
}


/*pros-cons*/
#pros-cons {
    background: rgba(0, 0, 0, 0) url("images/pros-cons-bg.jpg") no-repeat fixed center center / cover ;
}
#pros-cons .row div li {
    font-size: 14px;
    line-height: 1.3em;
    margin: 0 auto 14px;
    width: 93%;
    list-style: none;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.pros i {
    color: #e31b23;
    font-size: 1.5em;
    padding-right: 10px;
    display: table-cell;
    vertical-align: top;
    width: 40px;
		text-align: center;
}
.pros.cons i {
    color: #E31B23;
}
#pros-cons .left li {
    float: left;
}
#pros-cons .right li {
    float: right;
}
.show-hide span {
    display: table-cell;
}
#pros-cons .row div li:last-of-type {
    border-bottom: 0 none;
}

/* #pros-cons .section-title h2 {
	color: #fff;
} */
.btn.btn-danger.dugme {
    background-color: #e31b23;
    border-color: #efefef;
    border-width: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0.04em;
    position: relative;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
    margin-bottom: 3.3em;
		box-shadow:none
}

/* .btn.btn-danger.dugme::before {
    border: 2px solid #e31b23;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100px;
} */

.btn.btn-danger.dugme i {
    color: #fff;
}

.show-hide {
	display: none;
}

#arrow {
	transition: all 200ms ease-in-out;
}
.rotateAr {
	transform: rotate(90deg);
}



/*prijava*/
#get-in-touch h2, #get-in-touch h3 {
    color: #fff;
}
#get-in-touch .section-title {
    margin-bottom: 50px;
}
#get-in-touch {
/*    padding: 0 0 50px;*/
background: rgba(0, 0, 0, 0) url("images/top-wave-pixel.jpg") no-repeat scroll center center / cover;
	color: #fff;
}
.table.kurs tr:first-child {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
}
.table.kurs {
    color: #fff;
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    font-size: 16px;
    margin-bottom: 0;
}
.table.kurs tr:first-child td {
    border: 0 none;
    font-weight: 700;
    padding: 1.4% 1%;
}
#get-in-touch .section-title h2::before {
    border: 2px solid #fff;
}
.table {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}
table {
    background-color: transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table.kurs td {
    font-size: 0.9em;
    text-align: center;
}
.table.kurs tr td:first-child {
    text-align: left;
}
.big_table td {
    border: 0 none !important;
	padding: .20rem;
}
.telefon-label {
    clear: both !important;
    width: 100%;
}

.skolovanje {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    display: block;
    font-size: 1.1em;
    margin: -30px auto;
    padding: 6px 2%;
    text-align: center;
    width: 32%;
    color: #747474;
    font-weight: 400;
}

.bg_btn {
	background: #d30b13 !important
}


/*flip*/
.flip {
  -webkit-perspective: 800;
          perspective: 800;
        position: relative;
        text-align: center;
}
.flip .card.flipped {
  -webkit-transform: rotatey(-180deg);
          transform: rotatey(-180deg);
}
.flip .card.flipped .front {
	opacity: 0;
}
.flip .card {
    width: 100%;
    height: 244px;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
    background-color: #fff;
}
.flip .card .face {
  -webkit-backface-visibility: hidden ;
    backface-visibility: hidden ;
   z-index: 2;
}
.flip .card .front {
   position: absolute;
   width: 100%;
   transition: 300ms ease-in-out;
   z-index: 1;
   padding: 16% 0;
   background:#FFFFFF;
}
.flip .card .front a {
    color: #444444;
    display: block;
    font-size: 0.8em;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: uppercase;
}
.flip .card .img {
   position: relaitve;
   width: 250px;
   height: 178px;
   z-index: 1;
   border: 2px solid #000;
}
.flip .card .back {
  height: 100%;
  -webkit-transform: rotatey(-180deg);
          transform: rotatey(-180deg);
    background: #e31b23 none repeat scroll 0 0;
}
.flip .card .back li {
    color: #ffffff;
    font-size: 0.8em;
    margin-bottom: 5px;
    padding: 0 3% 6%;
	position: relative
}
.inner{margin:0px !important;}

.flip .card .back li::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 5px;
}

.flip .card .back li:last-of-type:after {
	display: none;
}
.program {
	padding-top: 3%;
}
.dizajn {
	padding-top: 38%;
}
.admin {
	padding-top: 36%;
}
.cad {
	padding-top: 38%;
}
.itP {
	padding-top: 54%;
}
.mobileR {
	padding-top: 40%;
}



/** Footer **/
.footer h2, .footer p {
    color: #fff;
}
.mid {
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0 20px;
    width: 840px;
}
#logo_futer {
    float: left;
    width: 200px;
}
#txt_futer {
    float: right !important;
    width: 71%;
}
.footer .left {
    float: right;
    font-size: 13px !important;
    font-weight: 400;
    margin-left: 11px;
}
.footer .right {
    float: right;
    font-size: 13px !important;
    font-weight: 400;
}
#listFooter {
    display: inline-block;
    float: right;
}
#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: 6px;
    padding: 4px;
}
#listFooter a:link {
    color: #fff;
}
#listFooter a:visited {
    color: #fff;
}
#listFooter a:hover {
    background: #fff none repeat scroll 0 0;
    color: #444;
}
#listFooter a:active {
    color: #fff;
}
#listFooter li {
    display: initial;
    list-style: outside none none;
}
#futer {
    background: #444 none repeat scroll 0 0;
    overflow: hidden;
    padding: 20px 0;
}
#futer li {
    float: left;
    list-style: outside none none;
}
#futer li a {
    color: #fff;
    float: left;
    font-size: 0.8em;
    padding-right: 6px;
}
#futer li:last-child a {
    border-right: 0 none;
}
#futer ul {
    margin: 5px;
    overflow: hidden;
}


.form-control {
	padding: 6px;
}




.grid {
	/* padding: 20px 20px 100px 20px;
	max-width: 1300px; */
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid li {
	display: inline-block;

	margin: 0;

	text-align: left;
	position: relative;
}
/*

.grid figure {
	margin: 0;
	position: relative;
	background: #fbfbfb;
	border: 1px solid #ececec;
}
*/

.grid figure img {
 width: 340px;
margin: 0 auto;
}

.grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.8vw;
    background: #8e8e8e;
    color: #ddd;
}

.grid figcaption h3 {

    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 10px;

}

.grid ul li {
    padding: 2% 2% 2% 3%;
    font-size: 0.7em;
    color: #ededed;
    padding-top: 0 !important;
		line-height: 21px;
display: block;
}

.grid figcaption span:before {
	content: 'by ';
}

.grid figcaption a {
	text-align: center;
	padding: 5px 20px;
	border-radius: 2px;
	display: inline-block;
	background: #e31b23;
	color: #fff;
	font-size: 0.9em;
}

.naziv {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #747474;
    font-weight: 700;
    padding-bottom: 12%;
}

/* Individual Caption Styles */

/* Caption Style 1 */
.cs-style-1 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.no-touch .cs-style-1 figure:hover figcaption,
.cs-style-1 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translate(15px, 15px);
	-moz-transform: translate(15px, 15px);
	-ms-transform: translate(15px, 15px);
	transform: translate(15px, 15px);
}

.cs-style-1 figcaption h3 {
	margin-top: 70px;
}

.cs-style-1 figcaption span {
	display: block;
}

.cs-style-1 figcaption a {
	margin-top: 30px;
}

/* Caption Style 2 */
.cs-style-2 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-2 figure:hover img,
.cs-style-2 figure.cs-hover img {
	-webkit-transform: translateY(-90px);
	-moz-transform: translateY(-90px);
	-ms-transform: translateY(-90px);
	transform: translateY(-90px);
}

.cs-style-2 figcaption {
	height: 90px;
	width: 100%;
	top: auto;
	bottom: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cs-style-2 figcaption a {
	position: absolute;
	right: 20px;
	top: 30px;
}

/* Caption Style 3 */
.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cs-style-3 figcaption {
	height: 100px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* Caption Style 4 */
.cs-style-4 li {
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	perspective: 1700px;
	-webkit-perspective-origin: 0 50%;
	-moz-perspective-origin: 0 50%;
	perspective-origin: 0 50%;
}

.cs-style-4 figure {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cs-style-4 figure > div {
	overflow: hidden;
	margin-top: 15px;
}

.cs-style-4 figure img {
transition: transform 0.6s;
}

.no-touch .cs-style-4 figure:hover img,
.cs-style-4 figure.cs-hover img {
	-webkit-transform:scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
transform: scale(1.1);
}

.cs-style-4 figcaption {
	height: 100%;
	width: 68%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-4 figure:hover figcaption,
.cs-style-4 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-4 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* Caption Style 5 */
.cs-style-5 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-5 figure:hover img,
.cs-style-5 figure.cs-hover img {
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	transform: scale(0.4);
}

.cs-style-5 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.no-touch .cs-style-5 figure:hover figcaption,
.cs-style-5 figure.cs-hover figcaption {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.cs-style-5 figure a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* Caption Style 6 */
.cs-style-6 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-6 figure:hover img,
.cs-style-6 figure.cs-hover img {
	-webkit-transform: translateY(-50px) scale(0.5);
	-moz-transform: translateY(-50px) scale(0.5);
	-ms-transform: translateY(-50px) scale(0.5);
	transform: translateY(-50px) scale(0.5);
}

.cs-style-6 figcaption {
	height: 100%;
	width: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cs-style-6 figcaption h3 {
	margin-top: 60%;
}

.cs-style-6 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* Caption Style 7 */
.cs-style-7 li:first-child { z-index: 6; }
.cs-style-7 li:nth-child(2) { z-index: 5; }
.cs-style-7 li:nth-child(3) { z-index: 4; }
.cs-style-7 li:nth-child(4) { z-index: 3; }
.cs-style-7 li:nth-child(5) { z-index: 2; }
.cs-style-7 li:nth-child(6) { z-index: 1; }

.cs-style-7 figure img {
	z-index: 10;
}

.cs-style-7 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	-moz-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	box-shadow: 0 0 0 0px #2c3f52;
}

.no-touch .cs-style-7 figure:hover figcaption,
.cs-style-7 figure.cs-hover figcaption {
	pointer-events: auto;
	opacity: 1;
	height: 130%;
	box-shadow: 0 0 0 10px #2c3f52;
}

.cs-style-7 figcaption h3 {
	margin-top: 86%;
}

.cs-style-7 figcaption h3,
.cs-style-7 figcaption span,
.cs-style-7 figcaption a {
	opacity: 0;
	-webkit-transition: opacity 0s;
	-moz-transition: opacity 0s;
	transition: opacity 0s;
}

.cs-style-7 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.no-touch .cs-style-7 figure:hover figcaption h3,
.no-touch .cs-style-7 figure:hover figcaption span,
.no-touch .cs-style-7 figure:hover figcaption a,
.cs-style-7 figure.cs-hover figcaption h3,
.cs-style-7 figure.cs-hover figcaption span,
.cs-style-7 figure.cs-hover figcaption a {
	-webkit-transition: opacity 0.3s 0.2s;
	-moz-transition: opacity 0.3s 0.2s;
	transition: opacity 0.3s 0.2s;
	opacity: 1;
}
#oko_predavanja

@media screen and (max-width: 51.5em) {
	

	.row2 {
    padding-top: 0px;
}
	.skolovanje {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    display: block;
    font-size: 1.1em;
    margin: 0px auto;
        margin-left: auto;
    padding: 0;
    text-align: center;
    width: 100%;
    color: #747474;
    font-weight: 400;
    margin-left: 15px;
}

	.grid {
		padding: 0;
	}
	.grid li {
		width: 100%;
		min-width: 300px;
	}
	.cetvrtine td {

    width: 100%;

}
	.bann-sen-block-right p {
    color: #757575;
    font-size: 1.1em;
    line-height: 1.7em;
    margin: 0 auto;
	margin-left: 0px;
}
	.bann-sen-block-right img {
   width: 100%;
}
		.grid figure img {
 width: 100%!important;
margin: 0 auto;
}
	.leva-slika{
margin-left: 0px;
		width: 100%
}
.desna-slika{
	width: 100%
	
}
	.bann-frs-block-right {

    min-height: auto;
    float: none;
    margin-right: 0px;
}
	.bann-sen-block-left{
		min-height: auto;
		margin-bottom: 50px
	}
	.topWawe img {
    max-width: 100%;
    margin-bottom: -10px;
}
	.topWawe img {
    max-width: 100%;
    margin-bottom: 0px;
}
	.welcome_section {
    overflow: hidden;
    padding-bottom: 0px;
}
	

}



/*=============  Animation  ================*/
.spiner {
    vertical-align: baseline;
    font-size: 0.8em;
		animation: spinn 2s linear 0s infinite forwards;
		display: none;
}
.spiner.show_sp {
	display: inline-block;
}

@-webkit-keyframes spinn {
	0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinn {
	0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes spinn {
	0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@charset "utf-8";
/* CSS Document */

.notice-wrap {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 300px !important;
	z-index: 9999;
}

* html .notice-wrap {
	position: absolute;
}

.notice-item {
border-radius: 0 !important;
overflow: hidden;
background: #e31b23;
color: #fff !important;
padding: 10px 20px 10px 15px !important;
/*font-family: lucida Grande;*/
font-size: 12px;
border: 0 none;
display: block;
position: relative;
margin: 0 0 12px 0;
	
}

.notice-item.crna {
	background: #e3e3e3 !important;
	color: #303030 !important;
}

.notice-item.siva {
	background: #e3e3e3 !important;
	color: #303030 !important;
}

.notice-item-close {
	position: absolute;
	font-family: Arial;
	font-size: 15px !important;
	font-weight: bold;
	right: 8px !important;
	top: 2px !important;
	cursor: pointer;
	z-index: 9999;
}

.notice-item.notice p, .notice-item.crna p, .notice-item.siva p {
       font-size: 15px !important;
    line-height: 1;

}

.notice-item-wrapper {
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.2) !important;
	border-radius: 0 !important;
}

.icon-tooltip {
    color: #e31b23;
    font-size: 20px !important;
	position: absolute;
	top: 10px;
	left: 7px;
	z-index: 999;
}

.span-txt {
	font-size: 15px;
	line-height: 1.2;
	border-left: 0 !important;
	padding-left: 0 !important;
	margin: 0 auto;
	margin-left: 30px !important;
}

.notice-item::before {
	content: ' ';
	width: 90px;
	height: 25px;
	border-bottom: 2px solid #e31b23;
	border-left: 2px solid #e31b23;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.notice-item::after {
	content: ' ';
	width: 90px;
	height: 25px;
	border-top: 2px solid #e31b23;
	border-right: 2px solid #e31b23;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}
@media only screen and (min-width: 180px) and (max-width: 767px) {

.accordion {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 0 !important;
}
	.flex-container1 {
    display: block !important;
}
	.cetvrti .levo {
    padding: 3% 0;
    width: 100%;
}
/*
	.col-xs-12.col-sm-12.col-md-12.col-lg-10.offset-lg-1 {

    margin-left: 15px;
    margin-right: 15px;

}
*/
	.levo {

    text-align: center;

}
	h2 {

    text-align: center !important;

}
	.feature-box {

    text-align: center;

}
	.col-xs-12.col-sm-12.col-md-12.col-lg-10.offset-lg-1 p {
    margin-left: 0px !important;
    margin-right: 15px;
}
	.section-title {


    margin-top: 30px !important;

}
	.tabela {

    font-size: 10px !important;
		margin: 0 auto !important;

}

	#register, .regg {
    background: transparent;
    font-size: 22px;
    font-weight: 300;
    padding: 0 10px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
	
/*
	.tabela td {


    padding-left: 2% !important;
    padding-right: 2% !important;
		 font-size: 13px !important;

}
*/
	.veliki{
	font-size: 1.1em !important;
		font-weight: 400;
}
	.tabela td {
    text-align: center;
    padding: 2% 9px;
}
	.padding-top{
		padding-top: 0px
	}
	.padding-bottom{
		padding-bottom: 0px
	}
	.cetvrtaSlika {
   
    background: none;
}
	.section-title h2{
		padding: 0px;
	}
	.con-cell {

    padding-bottom: 30px;
}
	#galerija img {
    width: 33%;
    float: left;
    transition: 100ms all ease-in-out;
}
	.padding-bottom1{
		padding-bottom:0px
	}
	#galerija {
    margin-bottom: 30px;
}
	.section-title h2 {
    padding-bottom: 15px;
}
	.col-xs-12.col-sm-12.col-md-12.col-lg-10.offset-lg-1 tabela {
    margin-left: 15px;
    margin-right: 15px;
}
}
input.error{
    border: 1px solid #e31b23 ;
}
.error{
    color: #e31b23;
    font-size: 0.8rem;
}


.kurs {
    border-collapse: collapse;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0px 3px 13px rgba(0,0,0,.12);
    bottom: 0px;
    transition: .3s all ease-in-out;
    background: #fff;
    font-weight: 100;
    margin-bottom: 30px !important;
}


.feature-box {
    text-align: center !important;
    padding: 2rem 1.5rem 1.5rem;
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0px 3px 13px rgba(0,0,0,.12);
    border: 1px solid #f5f5f5;
    bottom: 0px;
    transition: .3s all ease-in-out;
    margin-bottom: 20px;
    /* min-height: 420px; */
}


img.img-tab {
    margin-bottom: 15px;
}

.senka {
    filter: drop-shadow(0px 2px 15px rgba(0,0,0,0.32));
    -webkit-filter: drop-shadow(0px 2px 15px rgba(0,0,0,0.32));
}


.senkaDozivotno {
    filter: drop-shadow(0px 2px 6px rgba(0,0,0,0.22)); 
    -webkit-filter: drop-shadow(0px 2px 6px rgba(0,0,0,0.22));
}

@media screen and (max-width: 1100px) {
	body {
     font-size: 0.8rem;
    }
}


.panel-title {
    /* border: 0px solid #c4d8dc;
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0px 3px 13px 1px rgba(0,0,0,.12); */
    bottom: 0px;
    display: block;
    /* padding: 15px;
    margin: 0 25px; */
    padding: 15px 0;
    margin: 0;
}

.panel {
    /* padding: 15px; */
    text-align: left;
    display: block;
    margin: auto;
}

.imagePanel, .imgBigPanel {
    position: relative;
    height: 100%;
}

.imagePanel img, .imgBigPanel img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
}
.imagePanel img {
    /* width: 100px;
    height: auto; */
}





@media screen and (max-width: 991px) {
    .imagePanel img{
        position: relative;
        height: 100px;
    }
    .imgBigPanel img {
        position: relative;
    }
    .imagePanel, .imgBigPanel {
        height: auto;
    }
    .panel {
        /* padding: 15px; */
        text-align: center;
    }
}


.row {
    margin-right: 0;
    margin-left: 0;
}


.znanjaImgBig {
    position: absolute; 
    height: 97%;
    right: 20%;
}

.znanjaImg {
    display: none;
}

.mt1 {
    margin-top: 1.5rem !important;
}
.mt60 {
    margin-top: 60px !important;
}

.mt35 {
    margin-top: 0px !important;
}

.m2 {
    /* margin: 0; */
}
.h150 {
    height: 180px;
}
.h75 {
    height: 130px;
}
.h120 {
    height: 160px;
}

.h190 {
    height: 210px;
}

.rightB {
    text-align: right;
}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
    .mt35{
        margin-top: 35px !important;
    }
    .znanjaImgBig {
        height: 95%;
    }
    .mt60 {
        margin-top: 50px !important;
    }
    .h150 {
        height: 105px;
    }
    .h75 {
        height: 80px;
    }
    .h120 {
        height: 120px;
    }
    .znanjaImgBig {
        right: 20%;
    }
    .h190 {
        height: 175px;
    }
    
}


@media screen and (min-width: 991px) and (max-width: 1100px) {
    .mt35{
        margin-top: 0px !important;
    }
    .znanjaImgBig {
        height: 95%;
        right: 19%;
    }
    .mt60 {
        margin-top: 60px !important;
    }
    .h150 {
        height: 160px;
    }
    .h75 {
        height: 105px;
    }
    .h120 {
        height: 130px;
    }
    .h190 {
        height: 185px;
    }

    
}



@media screen and (max-width: 991px) {
    .znanjaImgBig {
        position: relative; 
        height: 400px;
        display: none;
    }
    .znanjaImg {
        display: initial;
        padding: 10px;
    }
    .znanjaEmp {
        display: none;
    }
    .znanjaBox {
        /* border-radius: 0.5rem;
        background: #fff;
        box-shadow: 0px 3px 13px rgba(0,0,0,.12);
        border: 1px solid #f5f5f5; */
    }
    .mt1, .mt60, .mt35 {
        margin-top: 0 !important;
    }
    .m2 {
        margin: 0 0 1em;
    }
    .rightB {
        text-align: center;
    }
    
}


.vidljivoD {
    display: block;
}
.vidljivoM {
    display: none;
}


@media (max-width: 991px){
    .vidljivoD {
        display: none!important;
    }
    .vidljivoM {
        display: block!important;
        max-width: 720px;
    }
    .panel-title {
        padding: 0;
    }
    .znanjaBox img.img-tab {
        margin-bottom: 0;
    }
}


.certificate img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 20px;
    text-align: center !important;
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0px 3px 13px rgba(0,0,0,.12);
    border: 1px solid #f5f5f5;
    bottom: 0px;
    transition: .3s all ease-in-out;
    /* margin-bottom: 20px; */
}


.mail_polje {
    padding: 0 15% !important;
}


@media (max-width: 1199px) {
	.graf {
	margin-left: -40px;
	}
}


.neew {
    background: #a30000;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    padding: 0px 4px;
    vertical-align: super;
    text-decoration: none !important;
    margin-left: 5px;
    -webkit-animation: neww 0.6s ease infinite alternate;
    animation: neww 0.6s ease infinite alternate;
    border-radius: 5px;
  }
  @-webkit-keyframes neww {
    0% {
      background-color: #730000;
    }
    100% {
      background-color: #e31b23;
    }
  }
  @keyframes neww {
    0% {
      background-color: #730000;
    }
    100% {
      background-color: #e31b23;
    }
  }


  .neew-mobile {
    background: #a30000;
    color: #fff;
    font-size: 8px;
    font-weight: 100;
    padding: 0px 4px;
    vertical-align: super;
    text-decoration: none !important;
    margin-left: 5px;
    -webkit-animation: neew-mobile 0.6s ease infinite alternate;
    animation: neew-mobile 0.6s ease infinite alternate;
    border-radius: 5px;
  }
  @-webkit-keyframes neew-mobile {
    0% {
      background-color: #730000;
    }
    100% {
      background-color: #e31b23;
    }
  }
  @keyframes neew-mobile {
    0% {
      background-color: #730000;
    }
    100% {
      background-color: #e31b23;
    }
  }