/*
	Theme Name: StandCert template
	Theme URI: http://mweb.rs
	Description: StandCert wordpress template
	Version: 1.0.0
	Author: Marko Milic (@mwebrs)
	Author URI: http://mweb.rs
	Tags: HTML5, CSS3, WP

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* html element 62.5% font-size for REM use */

html {
    font-size: 62.5%;
}

body {
    font: 300 11px/1.4 'Open Sans', sans-serif;
    color: #444;
    font-weight: 400;
}


/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

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

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

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

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* wrapper */

.wrapper {
    max-width: 1500px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}


/* header */

.header {}


/* logo */

.header-logo {
    float: left;
}

.header-logo img {
    margin: 36px 0;
}


/* header nav */

.menu-holder {
    float: right;
}

.header-nav {
    float: left;
}

.header-nav ul {
    list-style: none;
    padding: 40px 0;
    margin: 0;
}

.header-nav ul li {
    float: left;
    position: relative;
}

.header-nav ul li a {
    color: #555;
    font-size: 13px;
    font-weight: bold;
    margin-right: 30px;
    padding: 5px 0 10px 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.header-nav ul li a:hover {
    color: #04A4CC;
}

.header-nav ul li:last-child a {
    margin-right: 0;
}

.header-nav li>a:after {
    font-family: FontAwesome;
    content: '\f107';
    margin-left: 5px;
}

.header-nav li>a:only-child:after {
    content: '';
    margin-left: 0;
}

.header-nav li ul li>a:after {
    font-family: FontAwesome;
    content: '\f105';
    margin-left: 5px;
    float: right;
}

.header-nav li ul li>a:only-child:after {
    content: '';
    margin-left: 0;
}

.header-nav li ul.sub-menu {
    display: none;
    position: absolute;
    top: 20px;
    width: 260px;
    padding: 0;
    opacity: 0;
    background: #cdd1d5;
    list-style-type: none;
    text-align: left;
    z-index: -1;
    /*  Dropdown shadow */
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3);
}

.header-nav li:hover ul.sub-menu {
    top: 20px;
    display: block;
    width: 220px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.99);
    margin-top: 5px;
    z-index: 99999;
    border: 1px solid #ccc;
    -moz-animation: fadeIn .3s ease-in;
    -webkit-animation: fadeIn .3s ease-in;
    animation: fadeIn .3s ease-in;
}

.header-nav li ul.sub-menu li ul.sub-menu {
    display: none;
    z-index: 99000;
    position: absolute;
    top: 69px;
    left: 220px;
    width: 220px;
    padding: 0;
    background: #cdd1d5;
    list-style-type: none;
    text-align: left;
}

.header-nav li ul.sub-menu li:hover ul.sub-menu {
    display: block;
    width: 150px;
    left: 260px;
    background: rgba(255, 255, 255, 0.99);
    margin-top: 5px;
    left: 218px;
    top: -6px;
}

.header-nav li ul li {
    float: none;
    background: none;
    border-bottom: 1px solid #ccc;
}

.header-nav li ul li:last-child {
    border-bottom: transparent;
}

.header-nav li ul li:hover {
    float: none;
    background: none;
}

.header-nav li ul li a {
    padding: 5px 10px;
    font-size: 13px;
    height: auto;
    border: none;
    color: #000000;
    margin-right: 0;
    font-weight: 400;
}

.header-nav li ul li a:hover {
    color: #04A4CC;
}

.header-nav li ul li a {
    display: block;
}

.header-nav li ul.sub-menu li a,
.header-nav li ul li a:hover {
    border-bottom: none;
}

.nav li ul li a:hover {
    color: #FFF200;
}

.header-nav li ul.sub-menu li ul.sub-menu {
    width: 250px !important;
}

li.wpml-ls-item:hover ul.sub-menu {
    width: 50px !important;
}


/* Search */


/*
.search{
  position:relative;
  display: inline-block;
  margin-top: 32px;
}
[class^="icon-"]{
  color:#555;
  display:inline-block;
  padding:6px 7px 7px;
  font-size:16px;
  transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  cursor: pointer;
  z-index:10;
  position:relative;
}
[class^="icon-"]:hover{
   transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
}
.search_form{
 
  position:absolute;
  z-index:0;
  padding:0px 5px;
  right:0;
  top:15px;
  overflow: hidden;
  width: 20px;
  height:0px;
  transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
  -webkit-transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
}
.search_form form{
  opacity:0;
   transition:all 0.3s ease-out;
  -webkit-transition:all 0.3s ease-out;
}
.search_form input{
  background:#fff;
  border:none;
}
.search_form input[type='text']{
  border-radius:5px 0 0 5px;
  width:150px;
  margin:0px 1px 0px 0;
  padding:0px 5px 1px;
  min-height:30px;
}
.search_form input[type='submit']{
    text-transform: uppercase;
    font-size: 11px;
    padding: 0px 6px;
    min-height: 30px;
    margin: 0px 0px 0px 0;
    cursor: pointer;
    font-weight: bold;
    background: #FFF100;
    float: right;
    color: #555;
}
.search_box{
  visibility: hidden;
}
.search_box:checked~.search_form{
  width: 213px;
  height: 40px;
  padding:5px;
  top:30px;
  transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
  -webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
}
.search_box:checked~.search_form form{
	border: 1px solid #4F4B6A;
  	opacity:1;
  	transition:0.3s all ease-out 0.5s;
  	-webkit-transition:0.3s all ease-out 0.5s;
}

.icon-search:before {
	font-family: FontAwesome;
    content: "\f002";
}


*/


/* Search Style */

.search-site {
    display: table;
    padding: 38px 15px 0 20px;
    font-size: 18px;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
    -moz-animation: fadeIn .3s ease-in;
    -webkit-animation: fadeIn .3s ease-in;
    animation: fadeIn .3s ease-in;
}

#searchform {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 38px;
    font-weight: 400;
    text-align: left;
    outline: none;
    height: 60px;
}

#search input[type="search"] {
    position: absolute;
    width: 60%;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    outline: none;
    padding: 10px;
}

#search input[type="submit"] {
    width: 200px;
    background: #FFF100;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #4f4b6a;
    outline: none;
    padding: 10px;
    float: right;
    border: none;
    height: 100%;
}

#search .close {
    position: fixed;
    top: 30px;
    right: 22px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}

#search .close:before {
    font-family: FontAwesome;
    content: "\f00d";
}

#search .close:hover {
    color: #FC2121;
    cursor: pointer;
}


/* Hero */

.hero {
    width: 100%;
    height: 375px;
    display: table;
    background-size: cover !important;
}

.hero a {
    color: #fff;
    text-decoration: underline;
}

.hero.page {
    background: url(images/hero/hero-contact.jpg);
    padding: 40px 100px 40px 100px;
    height: 200px;
}

.hero.page h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.hero.page p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    max-width: 700px;
}

.hero.kontakt {
    background: url(images/hero/hero-contact.jpg);
    padding: 40px 100px 40px 100px;
}

.hero.kontakt h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.hero.kontakt p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    max-width: 700px;
}

.hero.about-us {
    background: url(images/hero/hero-about-us.jpg);
    padding: 40px 100px 40px 100px;
}

.hero.about-us h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.hero.about-us p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    max-width: 700px;
}

.hero.news {
    background: url(images/hero/hero-news.jpg);
    padding: 40px 100px 40px 100px;
}

.hero.news h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.hero.news p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    max-width: 700px;
}

.hero.sertifikacija-sistema {
    background: url(images/hero/hero-sertifikacija-sistema-menadzmenta.jpg);
    padding: 40px 100px 40px 100px;
}

.hero.sertifikacija-sistema h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.hero.sertifikacija-sistema p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    max-width: 700px;
}

.hero.sertifikacija-osoba {
    background: url(images/hero/hero-sertifikacija-osoba.jpg);
    padding: 40px 100px 40px 100px;
}

.hero.sertifikacija-osoba h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.hero.sertifikacija-osoba p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    max-width: 700px;
}

.hero.odobravanje-organizacija {}

.hero.odobravanje-organizacija h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.hero.odobravanje-organizacija p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    max-width: 700px;
}

.hero.izvodjenje-obuka-hero {
    background: url(images/hero/hero-izvodjenje-obuka.jpg);
    padding: 40px 100px 40px 100px;
}

.hero.izvodjenje-obuka-hero h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.hero.izvodjenje-obuka-hero p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    max-width: 700px;
}


/* sidebar */

.sidebar {}


/* footer */

.footer {}


/* Slider */

.home-hero {
    width: 100%;
    height: 450px;
    display: table;
}

.home-hero .slider {
    width: 100%;
    height: 100%;
}

.home-hero .slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}

.home-hero .slider ul li {
    width: 100%;
    height: 450px;
    background-size: cover;
    display: table;
}

.home-hero .slider h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin: 10px 0;
}

.home-hero .slider p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    max-width: 680px;
    margin: 0 0 30px 0;
}

.home-hero .slider .item-warpper {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    display: table;
    margin: 0 auto;
    padding-top: 90px;
}


/* Buttons */

.btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 14px 15px;
    display: table;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.btn.center {
    margin: 0 auto;
    display: table;
}

.btn-small {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    float: left;
}

.btn-small.blue {
    color: #04A4CC;
}

.btn.transparent.white {
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #fff;
}

.btn.transparent-purple {
    background: none;
    color: #4f4b6a;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #4f4b6a;
}

.btn.ghost-purple-white {
    background: none;
    color: #4f4b6a;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #4f4b6a;
}

.btn.ghost-purple-white:hover {
    background: #4f4b6a;
    color: #FFF;
}

.btn.purple {
    background: #4f4b6a;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #4f4b6a;
}

.btn.purple:hover {
    opacity: 0.8;
}

.btn.white-blue {
    background: #fff;
    color: #04A4CC;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #fff;
}

.btn.white-blue:hover {
    opacity: 0.8;
}

.btn.ghost-white-blue {
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #fff;
}

.btn.ghost-white-blue:hover {
    background: #FFF;
    color: #04A4CC;
}

.btn.ghost-white-purple {
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #fff;
}

.btn.ghost-white-purple:hover {
    background: #FFF;
    color: #4F4B6A;
}

.btn.blue {
    background: #04A4CC;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #04A4CC;
}

.btn.blue:hover {
    opacity: 0.8;
}

.btn.yellow {
    background: #FFF100;
    color: #4f4b6a;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #FFF100;
}

.btn.yellow:hover {
    opacity: 0.8;
}

a.download:before {
    font-family: FontAwesome;
    content: "\f019";
    margin-right: 10px;
    font-weight: 400;
}

a.calendar:before {
    font-family: FontAwesome;
    content: "\f073";
    margin-right: 10px;
    font-weight: 400;
}

a.bold-white {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    display: table;
}

a.bold-purple {
    font-size: 16px;
    color: #4F4B6A;
    font-weight: bold;
    margin-top: 15px;
    display: table;
}

.btn.next:after {
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 5px 0 18px;
    font-weight: 400;
}

.btn.next-right:after {
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 5px 0 18px;
    float: right;
    font-weight: 400;
}

.btn-small.next-right:after {
    font-family: FontAwesome;
    content: "\f105";
    padding: 0px 0px 0 10px;
    float: right;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}

.btn.download-right:after {
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 5px 0 18px;
    font-weight: 400;
}

.btn.download-right-down:after {
    font-family: FontAwesome;
    content: "\f019";
    float: right;
    padding: 0 5px 0 18px;
    font-weight: 400;
}

.btn.see-article {
    width: 240px;
}

.btn.see-article:after {
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 5px 0 18px;
    float: right;
    font-weight: 400;
}


/* Page */

main.page {
    display: table;
    margin: 0 auto;
    max-width: 870px;
    float: left;
}

main.page p {
    font-size: 16px;
    line-height: 28px;
}

main.page a {
    color: #04A4CC;
}

.def-page {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.def-page .hero h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.def-page .hero p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    max-width: 700px;
}

.def-page .wrapper {
    width: 100%;
    max-width: 1200px;
    display: table;
    margin: 0 auto;
    padding-top: 50px;
}

.page-template-default main.page {
    padding-right: 20px;
}

.page-template-default main.page table {
    max-width: 100% !important;
    width: initial !important;
}

.page-template-default main.page td,
.page-template-default main.page th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.page-template-default main.page th {
    background: #04A4CC;
    color: #fff;
}

.page-template-default main.page td,
.page-template-default main.page td p {
    font-size: 14px;
    line-height: 18px;
}


/* Tipografija */

main.page h2 {
    font-size: 24px;
}

main.page h3 {
    font-size: 16px;
}

main.page h4 {
    font-size: 12px;
    font-weight: normal;
}

main.page ul li,
main.page ol li {
    font-size: 16px;
    margin-bottom: 5px;
}


/* Single post */

main.single {
    width: 100%;
    background-color: #F5F5F5;
}

main.single section {
    margin: 0 auto;
    display: table;
    width: 100%;
    max-width: 750px;
    padding: 30px 0;
}

main.single section article h1 {
    color: #4f4b6a;
    font-size: 24px;
    line-height: 32px;
}

main.single section article p {
    color: #555555;
    font-size: 16px;
    line-height: 24px;
}

main.single section article span.date {
    color: #4f4b6a;
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
}

main.single .thumb-photo {
    display: table;
    width: 100%;
    margin: 20px 0;
}

main.single .thumb-photo img {
    display: table;
    width: 100%;
}


/* Page Wide */

.wide-page main.page {
    max-width: 1200px;
    float: none;
}


/* Category - News */

main.news-cat {
    width: 100%;
    background-color: #F5F5F5;
    padding: 75px 0;
}

main.news-cat section {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}

main.news-cat .news-item {
    width: 100%;
    background-color: #FFF;
    padding: 34px;
    display: table;
}

main.news-cat .news-item .news-image {
    float: left;
    width: 100%;
    max-width: 263px;
    margin-right: 40px;
}

main.news-cat .news-item h2 {
    margin: 0;
}

main.news-cat .news-item h2 a {
    font-size: 24px;
    line-height: 32px;
    color: #4f4b6a;
    font-weight: bold;
    margin: 0;
}

main.news-cat .news-item span.date {
    font-size: 16px;
    line-height: 32px;
    color: #4f4b6a;
    font-weight: bold;
}

main.news-cat .news-item p {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
}

.pagination {
    margin: 40px auto 0 auto;
    display: table;
    font-size: 18px;
    color: #555555;
    opacity: 0.75;
}

.pagination span.current {
    color: #04a4cc;
    font-weight: bold;
    margin-right: 5px;
    font-size: 18px;
    opacity: 1;
}

.pagination a {
    color: #555555;
    margin: 0 5px;
}


/* Page - Kontakt */

main.contact {
    width: 100%;
    display: table;
    padding: 100px 0 80px 0;
    border-bottom: 1px solid #ccc;
}

main.contact .inner-wrapper {
    display: table;
    width: 100%;
    max-width: 1033px;
    margin: 0 auto;
}

.contact .contact-form {
    width: 100%;
    max-width: 570px;
    float: left;
    margin-right: 80px;
}

.contact .contact-form p {
    margin: 0 0 20px 0;
}

.contact .contact-form input {
    width: 100%;
    background-color: #EBEBEB;
    border: 1px solid #EBEBEB;
    font-size: 16px;
    color: #acacac;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px;
}

.contact .contact-form textarea {
    width: 100%;
    background-color: #EBEBEB;
    border: 1px solid #EBEBEB;
    font-size: 16px;
    color: #acacac;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px;
    max-height: 200px;
    max-width: 570px;
}

.contact .contact-form input.wpcf7-submit {
    width: inherit;
    background-color: #04A4CC;
    border: 1px solid #04A4CC;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px;
}


/* Page Sertifikacija sistema menadžmenta */

.prijava-ssm {
    display: table;
    width: 100%;
    min-height: 335px;
    background-color: #F5F5F5;
    padding: 55px 0 94px 0;
}

.prijava-ssm h2 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    color: #4f4b6a;
}

.prijava-ssm p {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    text-align: center;
    max-width: 720px;
    margin: 0 auto 25px auto;
}

.prijava-ssm .btn {
    width: 250px;
}

.registar-ssm {
    display: table;
    width: 100%;
    min-height: 335px;
    background-color: #F5F5F5;
    padding: 55px 0 94px 0;
}

.registar-ssm h2 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    color: #4f4b6a;
}

.registar-ssm p {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    text-align: center;
    max-width: 720px;
    margin: 0 auto 50px auto;
}

.registar-ssm .link-registra {
    margin: 0 auto;
    display: table;
    width: 1000px;
}

.registar-ssm .link-registra .btn {
    float: left;
    margin-right: 75px;
    min-width: 275px;
}

.registar-ssm .link-registra .btn:last-child {
    margin-right: 0;
}

.row-ssm {
    display: table;
    width: 100%;
}

.row-ssm .left-content {
    background-color: #FFF100;
}

.row-ssm h2 {
    font-size: 24px;
    line-height: 32px;
    color: #4f4b6a;
}

.row-ssm p {
    font-size: 16px;
    line-height: 24px;
    color: #4f4b6a;
}

.row-ssm .left-content .inner-content {
    padding: 70px 0px 112px 0;
    margin-right: 120px;
    float: right;
    width: 100%;
    max-width: 500px;
}

.row-ssm .right-content .inner-content {
    padding: 70px 0px 112px 0;
    margin-left: 120px;
    float: left;
    width: 100%;
    max-width: 500px;
}

.row-ssm .btn {
    max-width: 329px;
    width: 100%;
}

.row-pravila-postupak {
    display: table;
    width: 100%;
}

.row-pravila-postupak .left-content {}

.row-pravila-postupak h2 {
    font-size: 24px;
    line-height: 32px;
    color: #4f4b6a;
}

.row-pravila-postupak p {
    font-size: 16px;
    line-height: 24px;
    color: #4f4b6a;
}

.row-pravila-postupak .left-content .inner-content {
    padding: 30px 40px 55px 50px;
    margin: 40px 20px 40px 0;
    float: right;
    width: 100%;
    background-color: #FFF100;
    max-width: 550px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.row-pravila-postupak .right-content .inner-content {
    padding: 30px 40px 55px 50px;
    margin: 40px 0px 40px 20px;
    float: left;
    width: 100%;
    max-width: 550px;
    background-color: #4F4B6A;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.row-pravila-postupak .right-content h2 {
    font-size: 24px;
    line-height: 32px;
    color: #FFF;
}

.row-pravila-postupak .right-content p {
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
}

.row-pravila-postupak .btn {
    width: 100%;
    max-width: 329px;
}

.sertifikati-ssm {
    width: 100%;
    display: table;
    margin: 30px 0;
}

.sertifikati-ssm .wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.sertifikati-ssm .sertifikati-items {
    width: 100%;
    display: table;
    text-align: center;
}

.sertifikati-ssm .sertifikat-item {
    display: inline-table;
    float: none!important;
    position: relative;
    padding-bottom: 50px;
    width: 32%;
    margin-bottom: 30px;
    margin-right: 2%;
}

.sertifikati-ssm .sertifikat-item h3 {
    font-size: 20px;
    line-height: 32px;
    color: #4f4b6a;
    margin-bottom: 20px;
    text-align: left;
}

.sertifikati-ssm .sertifikat-item h3:before {
    content: url(images/sertifikat-ikonica.png);
    margin: 0 11px 0 0;
    display: table;
    float: left;
}

.sertifikati-ssm .sertifikat-item p {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    margin-bottom: 20px;
    text-align: left;
}

.sertifikati-ssm .sertifikat-item .btn {
    max-width: 320px;
    width: 100%;
    text-align: left;
}

.sertifikati-ssm .sertifikat-item:nth-child(3),
.sertifikati-ssm .sertifikat-item:nth-child(6),
.sertifikati-ssm .sertifikat-item:nth-child(9),
.sertifikati-ssm .sertifikat-item:nth-child(12),
.sertifikati-ssm .sertifikat-item:nth-child(15),
.sertifikati-ssm .sertifikat-item:nth-child(18)   {
    margin-right: 0;
}


/* Page Sertifikacija Osoba */

.sertifikati-osoba {
    width: 100%;
    display: table;
    padding: 30px 15px;
}

.sertifikati-osoba .wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.sertifikati-osoba .sertifikat-item {
    float: left;
    width: 32%;
    margin-bottom: 30px;
    margin-right: 2%;
}

.sertifikati-osoba .sertifikat-item:nth-child(3),
.sertifikati-osoba .sertifikat-item:nth-child(6),
.sertifikati-osoba .sertifikat-item:nth-child(9),
.sertifikati-osoba .sertifikat-item:nth-child(12) {
    margin-right: 0;
}

.sertifikati-osoba .sertifikat-item h3 {
    font-size: 20px;
    line-height: 32px;
    color: #4f4b6a;
}

.sertifikati-osoba .sertifikat-item h3:before {
    content: url(images/sertifikat-ikonica-plava.png);
    margin: 0 11px 0 0;
    display: table;
    float: left;
}

.sertifikati-osoba .sertifikat-item p {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    margin-bottom: 20px;
}

.sertifikati-osoba .sertifikat-item .btn {
    width: 100%;
    max-width: 320px;
}

.sertifikacija-osoba {}

.sertifikacija-osoba .row-ssm .left-content {
    background-color: #04A4CC;
}

.sertifikacija-osoba .row-ssm .left-content h2 {
    color: #FFF;
}

.sertifikacija-osoba .row-ssm .left-content p {
    color: #FFF;
}

.sertifikacija-osoba .row-ssm .right-content {}

.sertifikacija-osoba .row-ssm .right-content h2 {
    color: #4f4b6a;
}

.sertifikacija-osoba .row-ssm .right-content p {
    color: #555555;
}

.sertifikacija-osoba .row-pravila-postupak .left-content .inner-content {
    background-color: #04A4CC;
}

.sertifikacija-osoba .row-pravila-postupak .left-content .inner-content h2 {
    color: #FFF;
}

.sertifikacija-osoba .row-pravila-postupak .left-content .inner-content p {
    color: #FFF;
}

.sertifikati-osoba.podstrana .sertifikati-items {
    width: 100%;
    display: table;
    text-align: center;
}

.sertifikati-osoba.podstrana .sertifikati-items .sertifikat-item {
    display: inline-table;
    float: none!important;
    position: relative;
    padding-bottom: 50px;
}

.sertifikati-osoba.podstrana .sertifikati-items .sertifikat-item h3,
.sertifikati-osoba.podstrana .sertifikati-items .sertifikat-item p {
    text-align: left;
    max-width: 300px;
}

.sertifikati-osoba.podstrana .sertifikat-item .btn {
    /* min-width: 200px!important; */
    position: absolute;
    bottom: 0;
}


/* Page Odobravanje organizacija */

.odobravanje-organizacija .row-ssm .left-content {
    background-color: #04A4CC;
}

.odobravanje-organizacija .row-ssm .left-content h2 {
    color: #FFF;
}

.odobravanje-organizacija .row-ssm .left-content p {
    color: #FFF;
}

.odobravanje-organizacija .row-ssm .right-content {}

.odobravanje-organizacija .row-ssm .right-content h2 {
    color: #4f4b6a;
}

.odobravanje-organizacija .row-ssm .right-content p {
    color: #555555;
}

.white-row {
    background-color: #fff;
}

.odobravanje-organizacija .contact-block {
    background-color: #FFF;
}


/* Page Izvodjenje obuka */

.izvodjenje-obuka .sertifikat-item h3:before {
    content: url(images/sertifikat-ikonica-ljubicasta.png);
    margin: 0 11px 0 0;
    display: table;
    float: left;
}

.izvodjenje-obuka .row-ssm .left-content {
    background-color: #4F4B6A;
}

.izvodjenje-obuka .row-ssm .left-content h2 {
    color: #FFF;
}

.izvodjenje-obuka .row-ssm .left-content p {
    color: #FFF;
}

.slika-obuke {
    margin: 0 auto;
    display: table;
    max-width: 450px;
}


/* 
Izvodnje obuka - Obuke tabela 
*/

.tabela-obuka {
    margin-bottom: 70px;
}

.tabela-obuka table {
    width: 100% !important;
    border-collapse: collapse;
}

.tabela-obuka th,
.tabela-obuka thead {
    background: #4F4B6A;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
}

.tabela-obuka td,
.tabela-obuka th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.tabela-obuka .head-sert .head-item {
    float: left;
    width: 20%;
}

.tabela-obuka table table td {
    border: none;
    border-bottom: 1px solid #ccc;
}

.tabela-obuka table table tr {
    border: none;
    border-bottom: 1px solid #ccc;
}

.tabela-obuka table table tr:last-child,
.tabela-obuka table table tr:last-child td {
    border-bottom: none;
}

.tabela-obuka a {
    color: #04A4CC;
}


/* Page - O nama */

main.about-us {
    padding: 50px 0 50px 0;
}

main.about-us .inner-wrapper {
    margin: 0 auto;
    max-width: 800px;
}

main.about-us .inner-wrapper h2 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    color: #4f4b6a;
}

main.about-us .inner-wrapper p {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    max-width: 780px;
    margin: 0 auto 25px auto;
}

main.about-us ul li {
    font-size: 16px;
}

.izjava-o-nepristrasnosti-blok {
    display: table;
    width: 100%;
    min-height: 335px;
    background-color: #4F4B6A;
    padding: 45px 0 45px 0;
}

.izjava-o-nepristrasnosti-blok h2 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    color: #FFF;
}

.izjava-o-nepristrasnosti-blok p {
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    text-align: center;
    max-width: 515px;
    margin: 0 auto 25px auto;
}

.izjava-o-nepristrasnosti-blok.ssm {
    background-color: #FFF100;
}

.izjava-o-nepristrasnosti-blok.ssm h2,
.izjava-o-nepristrasnosti-blok.ssm p {
    color: #4F4B6A;
}

.izjava-o-nepristrasnosti-blok.so {
    background-color: #04A4CC;
}


/* Home Scope */

.scope {
    width: 100%;
    height: 420px;
}


/* Footer */

.footer .copyright {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    margin: 24px 0 50px 0;
    line-height: 26px;
}

.footer .footer-row {
    display: table;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}

.footer .footer-nav ul {
    list-style: none;
    margin: 30px 0;
    padding: 0;
    display: table;
    float: left;
}

.footer .footer-nav ul li {
    float: left;
    font-size: 14px;
    font-weight: bold;
}

.footer .footer-nav ul li a {
    color: #5050505;
}

.footer .footer-nav ul li:after {
    content: '|';
    float: right;
    margin: 0 3px;
}

.footer .footer-nav ul li:last-child:after {
    content: ' ';
    float: right;
    margin: 0;
}

.social-icons {
    display: table;
    margin: 15px 0;
    float: right;
}

.social-icons ul {
    list-style: none;
    padding: 0;
}

.social-icons ul li {
    float: left;
    margin: 0 5px;
}

.social-icons a {
    font-size: 14px;
    color: #fff;
    display: table;
    width: 25px;
    height: 25px;
    background-color: #4F4C6A;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.social-icons a:hover {
    background-color: #FFF100;
    color: #4F4C6A;
}

.social-icons .fa {
    display: table;
    margin: 0 auto;
    padding-top: 5px;
    font-size: 14px;
}


/* Contact Block */

.contact-block {
    display: table;
    min-height: 450px;
    background-color: #F5F5F5;
    width: 100%;
}

.contact-block h2 {
    font-size: 24px;
    line-height: 32px;
    color: #4f4b6a;
}

.contact-block p {
    font-size: 16px;
    line-height: 24px;
    color: #4f4b6a;
}

.left-content {
    float: left;
    width: 50%;
}

.left-content .inner-content {
    padding: 50px 40px 40px 200px;
}

.left-content p {
    margin-bottom: 30px;
}

.right-content {
    float: right;
    width: 50%;
}

.right-content .map {
    width: 100%;
    height: 450px;
}

.right-content .map-wrap {
    position: relative;
}

.right-content .overlay {
    width: 100%;
    min-height: 500px;
    position: absolute;
    top: 0;
}


/* Partners Block */

.partners-block {
    padding: 40px 0 40px 0;
}

.partners-block h2 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    color: #4f4b6a;
}

.partners-block .logotips {
    max-width: 1000px;
    text-align: center;
    margin: 40px auto 40px auto;
}

.partners-block .logotips .logotip-item {
    display: inline;
    margin: 10px;
    max-width: 120px;
}

.partners-block .logotips .logotip-item img {
    max-width: 160px;
    max-height: 100px;
    vertical-align: middle;
}

.partners-block #iaf-cs-mark {
    display: flex!important;
    justify-content: center;
}


/* News Block */

.news-block {
    margin-bottom: 74px;
    margin-top: 67px;
    padding: 0 15px;
}

.news-block h2 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    color: #4f4b6a;
}

.news-block .news-items {
    display: table;
    margin: 40px auto 70px auto;
    max-width: 600px;
}

.news-block .news-item {
    margin-bottom: 40px;
    clear: both;
    display: table;
    width: 100%;
}

.news-block .news-item:last-child {
    margin-bottom: 0px;
}

.news-block .news-image {
    float: left;
    margin-right: 20px;
}

.news-block .text-content {
    display: table;
    border-bottom: 1px solid #ccc;
}

.news-block .text-content h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.news-block .text-content h3 a {
    color: #04a4cc;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.news-block .text-content h3 a:hover {
    border-bottom: 2px solid #FFF100;
}

.news-block .text-content .info-date {
    color: #959595;
    font-size: 12px;
    margin-bottom: 3px;
}

.news-block .view-article {
    display: none;
}


/* Scope of activities */

.scope {
    min-height: 420px;
    display: table;
    width: 100%;
}

.scope-items {
    height: 100%;
}

.scope-item {
    width: 33.33%;
    height: 420px;
    display: table;
    float: left;
}

.scope-item .inner {
    display: table-cell;
    vertical-align: middle;
}

.scope-item.menadzment {
    background-color: #FFF100;
    padding: 40px;
}

.scope-item.menadzment .fa {
    font-size: 30px;
    color: #4f4b6a;
}

.scope-item h2 {
    margin: 15px 0;
}

.scope-item p {
    margin-bottom: 24px;
}

.scope-item .btn {
    min-width: 270px;
}

.scope-item.menadzment h2 {
    font-size: 24px;
    line-height: 36px;
    color: #4f4b6a;
}

.scope-item.menadzment p {
    font-size: 16px;
    line-height: 24px;
    color: #4f4b6a;
}

.scope-item.izvodjenje-obuka {
    background-color: #4F4B6A;
    padding: 40px;
}

.scope-item.izvodjenje-obuka .fa {
    font-size: 30px;
    color: #fff;
}

.scope-item.izvodjenje-obuka h2 {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
}

.scope-item.izvodjenje-obuka p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.scope-item.sertifikacija-osoba {
    background-color: #04A4CC;
    padding: 40px;
}

.scope-item.sertifikacija-osoba .fa {
    font-size: 30px;
    color: #fff;
}

.scope-item.sertifikacija-osoba h2 {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
}

.scope-item.sertifikacija-osoba p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}


/* Kalendar */

.timely {
    font-family: 'Open Sans', sans-serif !important;
}

.single-event {
    width: 100%;
    display: table;
    background-color: #FFF;
}

.single-event .wrapper {
    width: 100%;
    max-width: 1000px;
}

.single-event section {
    margin: 0 auto;
    display: table;
    width: 100%;
    max-width: 670px;
    padding: 30px 0;
    float: left;
}

.single-event section article p {
    color: #555555;
    font-size: 16px;
    line-height: 24px;
}

.detail_box {
    display: table;
    width: 100%;
    margin-top: 20px;
}

.detail_box h3 {
    font-size: 18px;
}

.sidebar-event {
    width: 300px;
    float: right;
    margin-top: 30px;
}

.sidebar-event a.btn {
    font-size: 14px;
    padding: 6px;
    margin-top: 10px;
    font-weight: 400;
}

a.ai1ec-calendar-link {
    display: none !important;
}

.sidebar-event .side-menu,
.page-template-page-calendar .side-menu,
.parent-pageid-5727 .side-menu {
    background-color: #4F4B6A;
}

.single-ai1ec_event {}

.hero.dogadjaj h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}


/* Calendar override */

#ai1ec-calendar {
    margin-top: 0px;
}

.ai1ec-allday-badge {
    display: none!important;
}

.ai1ec-field-label {
    color: #555 !important;
}

.ai1ec-pagination {
    margin-left: 0!important;
}

.ai1ec-agenda-widget-view .ai1ec-date,
.ai1ec-agenda-view .ai1ec-date {
    background: transparent !important;
    border-top: none !important;
}

.ai1ec-calendar-toolbar {
    border: none!important;
}

.ai1ec-agenda-widget-view .ai1ec-month,
.ai1ec-agenda-view .ai1ec-month {
    background: #4F4B6A !important;
}

.ai1ec-allday-badge {
    background: #4F4B6A !important;
}

.ai1ec-map {
    padding-right: 0!important;
}

.single-event .dt-duration {
    font-size: 14px !important;
}

.sidebar-event h3 {
    display: table;
    padding: 5px 0 5px 10px;
    background-color: #4F4B6A;
    width: 100%;
    color: #FFF;
    font-weight: 400;
    font-size: 16px;
}

@media (min-width: 992px) {
    .ai1ec-col-md-5 {
        width: 100px !important;
    }
}


/* Page template - Sertifikat */

.sertifikat {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.sertifikat .wrapper {
    width: 100%;
    max-width: 1200px;
    display: table;
    margin: 0 auto;
    padding-top: 50px;
}

.sertifikat .hero {}

.sertifikat main.content {
    width: calc(100% - 350px);
    max-width: 820px;
    float: left;
    margin-right: 50px;
    margin-bottom: 50px;
    display: table;
}

.sertifikat .hero h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.sertifikat .hero p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    max-width: 700px;
}

.sertifikat main.content p {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
}

.sertifikat main.content h2 {
    font-size: 24px;
}

.sertifikat main.content h3 {
    font-size: 22px;
}

.sertifikat main.content ul li {
    font-size: 16px;
    margin-bottom: 5px;
}

.sertifikat-popup h3 {
    font-size: 18px;
    color: #4F4B6A;
}

.sertifikat-popup .contact-form {
    width: 100%;
    max-width: 570px;
    float: left;
    margin-right: 80px;
}

.sertifikat-popup .contact-form p {
    margin: 0 0 20px 0;
}

.sertifikat-popup .contact-form input {
    width: 100%;
    background-color: #EBEBEB;
    border: 1px solid #EBEBEB;
    font-size: 16px;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px;
}

.sertifikat-popup .contact-form textarea {
    width: 100%;
    background-color: #EBEBEB;
    border: 1px solid #EBEBEB;
    font-size: 16px;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px;
    max-height: 200px;
    max-width: 570px;
}

.sertifikat-popup ::-webkit-input-placeholder {
    color: #acacac;
}

.sertifikat-popup :-moz-placeholder {
    /* Firefox 18- */
    color: #acacac;
}

.sertifikat-popup ::-moz-placeholder {
    /* Firefox 19+ */
    color: #acacac;
}

.sertifikat-popup :-ms-input-placeholder {
    color: #acacac;
}

.sertifikat-popup .contact-form input.wpcf7-submit {
    width: inherit;
    background-color: #04A4CC;
    border: 1px solid #04A4CC;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px;
}

#fancybox-overlay {
    background-color: rgb(0, 0, 0) !important;
    opacity: 0.9 !important;
}


/* Registar */

.registar h2 {
    font-size: 22px;
}

.custom_search label {
    display: none;
}

.custom_search input#ms {
    height: 40px;
    border: 1px solid #ccc;
    padding: 10px;
    float: left;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.custom_search .searchform-input-wrapper {
    width: 100%;
    max-width: 50%;
    margin-right: 10px;
}

.custom_search .searchform-controls {
    clear: inherit;
    text-align: left;
}

.custom_search .searchform-controls input {
    border: none;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFF100;
    color: #4F4B6A;
    width: 100px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
}


/* 
Generic Styling, for Desktops/Laptops 
*/

.sert-organizacije table {
    width: 100%;
    min-width: 500px;
    border-collapse: collapse;
}


/* Zebra striping */

.sert-organizacije tr:nth-of-type(odd) {}

.sert-organizacije th:nth-of-type(1) {
    width: 15%;
}

.sert-organizacije th:nth-of-type(2) {
    width: 20%;
}

.sert-organizacije th:nth-of-type(3) {
    width: 25%;
}

.sert-organizacije th {
    background: #04A4CC;
    color: #FFF;
    font-size: 14px;
}

.sert-organizacije td,
.sert-organizacije th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
}

.sert-organizacije td {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
    font-size: 14px;
}

.sert-organizacije .head-sert .head-item {
    float: left;
    width: 33%;
}

.sert-organizacije td .head-item {
    padding: 20px 0;
}

.sert-organizacije td:nth-child(4n) {
    padding: 0;
}

.sert-organizacije .head-sert .head-item.standard {
    float: left;
    width: 50%;
}

.sert-organizacije .head-sert td td .head-item.standard {
    padding-left: 10px;
}

.sert-organizacije .head-sert .head-item.broj {
    float: left;
    width: 30%;
}

.sert-organizacije .head-sert .head-item.vazi-do {
    float: left;
    width: 20%;
}

.sert-organizacije td table td {
    padding: 0px;
    border: none;
    text-align: left;
    font-size: 14px;
}

.sert-organizacije td table tr {
    border-bottom: 1px solid #ccc;
}

.sert-organizacije td table tr:last-child {
    border-bottom: none;
}

.sert-organizacije td table td .standard {
    padding-left: 10px;
}

.search .full-page {
    width: 100%;
    max-width: 1280px;
    display: table;
    margin: 0 auto 60px auto;
}

.search .full-page section {
    margin: 40px 0;
}

.search .new-search {
    width: 100%;
    max-width: 700px;
    margin: 30px 0;
}


/* Side menu */

.side-bar {
    width: 300px;
    display: table;
    float: right;
    margin-top: 20px;
}

.side-menu {
    background-color: #04A4CC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
}

.side-menu h3 {
    color: #FFF;
    font-size: 18px;
    margin-top: 0;
}

.side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-menu ul li {
    line-height: 24px;
}

.side-menu ul li a {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.side-menu ul li a:hover {
    color: #FFF100;
}

.side-menu ul li.current_page_item a {
    color: #FFF100;
}

.side-menu ul li a:after {
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 5px 0 10px;
}


/* Registar osoba */
.page-id-5788 .hero {
	max-height: 280px;
}


.registar-tabela {
	text-align: left;
	font-size: 14px;
	border: 1px solid #ccc;
}

.registar-tabela th{
	padding: 5px 10px;
	font-weight: 400;
	border: 1px solid #ccc;
	background-color: #4F4B6A;
	color: #fff;
}

.registar-tabela td{ 
	padding: 5px 10px;
	font-weight: 400;
	border: 1px solid #ccc;
}

#search-filter-form-20675 ul {
	display: flex;
    margin-left: 0;
    padding-left: 0;
}

#search-filter-form-20675  .sf-input-text {
	border: 1px solid #ccc;
	height: 50px;
	padding-left: 10px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 16px;
}

#search-filter-form-20675  input[type="submit"] {
	height: 50px;
	border-radius: 0;
	border: 1px solid #ccc;
	background-color: #00A5CC;
	padding: 0 35px;
    color: #fff;
    font-weight: bold;
	transition: 0.5s all;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 16px;
}

#search-filter-form-20675  input[type="submit"]:hover {
	background-color: #4F4B6A;
}

.registar-lp-forma {
	justify-content: center;
    align-items: center;
    padding: 0 15px;
    display: flex;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

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


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:100px) and (max-width:480px) {
    .wrapper {
        padding: 0 15px;
    }
    /* Home */
    .home-hero {
        width: 100%;
        height: 300px;
    }
    .bx-wrapper {
        height: 380px;
        margin: 0 auto 0px;
    }
    .bx-viewport {
        height: 380px !important;
    }
    .home-hero .slider .item-warpper {
        padding-top: 10px;
    }
    .home-hero .slider h2 {
        font-size: 28px;
    }
    .home-hero .slider p {
        font-size: 16px;
        line-height: 24px;
    }
    .search-site {
        position: relative;
        right: 30px;
    }
    .scope-item {
        width: 100%;
    }
    .scope-item.menadzment,
    .scope-item.izvodjenje-obuka,
    .scope-item.sertifikacija-osoba {
        padding: 15px;
    }
    .left-content {
        width: 100%;
    }
    .left-content .inner-content {
        padding: 15px 15px 30px 15px;
    }
    .right-content {
        float: left;
        width: 100%;
        display: table;
    }
    /* Sertifikacija sistema menadžmenta */
    .hero.sertifikacija-sistema {
        width: 100%;
        height: 300px;
        padding: 15px;
    }
    .hero.sertifikacija-sistema h1 {
        font-size: 28px;
    }
    .hero.sertifikacija-sistema p {
        font-size: 16px;
        line-height: 24px;
    }
    .sertifikati-ssm {
        padding: 0 15px;
    }
    .sertifikati-ssm .wrapper {
        padding: 0;
    }
    .sertifikati-ssm .sertifikat-item {
        width: 100%;
        margin-bottom: 0;
    }
    .sertifikati-ssm .sertifikat-item .btn {
        min-width: 170px;
    }
    .registar-ssm {
        padding-left: 15px;
        padding-right: 15px;
    }
    .registar-ssm .link-registra {
        width: 100%;
        padding: 0 15px;
    }
    .registar-ssm .link-registra .btn {
        margin: 0 auto 20px auto;
        float: none;
    }
    .registar-ssm .link-registra .btn:last-child {
        margin: 0 auto 0px auto;
    }
    .row-ssm .left-content .inner-content {
        width: initial;
        padding: 20px 15px 40px 15px;
        margin: 0;
    }
    .row-ssm .right-content .inner-content {
        padding: 20px 15px 40px 15px;
        margin-left: 0px;
    }
    .row-pravila-postupak .left-content .inner-content {
        padding: 15px 15px 30px 15px;
        margin: 0;
    }
    .row-pravila-postupak .right-content .inner-content {
        margin: 0;
        padding: 30px 15px 30px 15px;
    }
    .row-ssm .left-content.zalbe .inner-content {
        width: 100%;
    }
    /*registri*/
    .sert-organizacije table .head-sert {
        min-width: 400px;
    }
    /* Izbvođenje obuka */
    .hero.izvodjenje-obuka-hero {
        width: 100%;
        height: 300px;
        padding: 15px;
    }
    .hero.izvodjenje-obuka-hero h1 {
        font-size: 28px;
    }
    .hero.izvodjenje-obuka-hero p {
        font-size: 16px;
        line-height: 24px;
    }
    /* Sertifikacija osoba */
    .hero.sertifikacija-osoba {
        width: 100%;
        height: 300px;
        padding: 15px;
    }
    .hero.sertifikacija-osoba h1 {
        font-size: 28px;
    }
    .hero.sertifikacija-osoba p {
        font-size: 16px;
        line-height: 24px;
    }
    .sertifikati-osoba .sertifikat-item {
        width: 100%;
    }
    /* Odobravanje organizacija */
    .hero.odobravanje-organizacija {
        width: 100%;
        height: 300px;
        padding: 15px;
    }
    .hero.odobravanje-organizacija h1 {
        font-size: 28px;
    }
    .hero.odobravanje-organizacija p {
        font-size: 16px;
        line-height: 24px;
    }
    /* Novosti */
    .hero.news {
        width: 100%;
        height: 300px;
        padding: 15px;
    }
    .hero.news h1 {
        font-size: 28px;
    }
    .hero.news p {
        font-size: 16px;
        line-height: 24px;
    }
    main.news-cat .news-item h2 a {
        font-size: 18px;
        line-height: 24px
    }
    main.news-cat .news-item p {
        font-size: 14px;
        line-height: 22px;
    }
    /* O nama */
    .hero.about-us {
        width: 100%;
        height: 300px;
        padding: 15px;
    }
    .hero.about-us h1 {
        font-size: 28px;
    }
    .hero.about-us p {
        font-size: 16px;
        line-height: 24px;
    }
    main.about-us .inner-wrapper {
        padding: 0 15px;
    }
    /* O kontakt */
    .hero.kontakt {
        width: 100%;
        height: 300px;
        padding: 15px;
    }
    .hero.kontakt h1 {
        font-size: 28px;
    }
    .hero.kontakt p {
        font-size: 16px;
        line-height: 24px;
    }
    main.contact {
        padding: 50px 0 80px 0;
    }
    main.contact .inner-wrapper {
        padding: 0 15px;
    }
    .contact .contact-form {
        margin: 0;
    }
    .contact-map iframe {
        width: 100%;
    }
    /* Sertifikat */
    .sertifikat .hero {
        width: 100%;
        height: 300px;
        padding: 15px;
    }
    .sertifikat .hero .wrapper {
        padding-top: 0;
    }
    .sertifikat .hero h1 {
        font-size: 28px;
    }
    .sertifikat .hero p {
        font-size: 16px;
        line-height: 24px;
    }
    .sertifikat main.content {
        padding: 0 15px;
    }
    /* Pages */
    .hero {
        width: 100%;
        height: 300px;
        padding: 15px;
    }
    .hero .wrapper {
        padding-top: 0;
    }
    .def-page .wrapper {
        padding: 30px 15px;
    }
    .def-page .hero h1 {
        font-size: 28px;
    }
    .def-page p {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    /* Sidebar */
    .side-bar {
        padding: 0 15px;
        width: inherit;
        float: none;
    }
    /*Footer */
    .footer .footer-nav ul {
        float: none;
        margin: 0 auto;
    }
    .footer .footer-nav ul li {
        float: none;
        text-align: center;
        margin: 10px 0;
    }
    .footer .footer-nav ul li:after {
        content: ' ';
    }
    .social-icons {
        margin: 0 auto;
        float: none;
    }
    .sertifikat main.content {
        width: 100%;
    }
    .side-bar {
        width: 300px;
        float: none;
        margin: 20px auto;
    }
}

@media only screen and (min-width:480px) and (max-width:768px) {
    /* Home */
    .home-hero {
        width: 100%;
        height: 300px;
    }
    .bx-wrapper {
        height: 380px;
        margin: 0 auto 0px;
    }
    .bx-viewport {
        height: 380px !important;
    }
    .home-hero .slider .item-warpper {
        padding-top: 40px;
    }
    .home-hero .slider h2 {
        font-size: 28px;
    }
    .home-hero .slider p {
        font-size: 16px;
        line-height: 24px;
    }
    .search-site {
        position: relative;
        right: 30px;
    }
    .left-content {
        width: 100%;
    }
    .left-content .inner-content {
        padding: 15px 15px 30px 15px;
    }
    .right-content {
        float: left;
        width: 100%;
        display: table;
    }
    /* Sertifikacija sistema menadžmenta */
    .hero.sertifikacija-sistema {
        width: 100%;
        height: 350px;
        padding: 30px 15px;
    }
    .hero.sertifikacija-sistema h1 {
        font-size: 32px;
    }
    .hero.sertifikacija-sistema p {
        font-size: 16px;
        line-height: 24px;
    }
    .scope-item {
        width: 100%;
    }
    .scope-item.menadzment,
    .scope-item.izvodjenje-obuka,
    .scope-item.sertifikacija-osoba {
        padding: 15px;
    }
    .sertifikati-ssm .sertifikat-item {
        width: 420px;
        margin: 0 auto;
    }
    .row-ssm .left-content .inner-content {
        width: initial;
        padding: 20px 15px 40px 15px;
        margin: 0;
        max-width: initial;
    }
    .row-ssm .right-content .inner-content {
        padding: 20px 15px 40px 15px;
        margin-left: 0px;
    }
    .row-pravila-postupak .left-content .inner-content {
        padding: 15px 15px 30px 15px;
        margin: 0;
        float: left;
        max-width: initial;
    }
    .row-pravila-postupak .right-content .inner-content {
        margin: 0;
        padding: 30px 15px 30px 15px;
        float: left;
        max-width: initial;
    }
    .registar-ssm {
        padding-left: 15px;
        padding-right: 15px;
    }
    .registar-ssm .link-registra {
        width: 470px;
    }
    .registar-ssm .link-registra .btn {
        margin: 0 auto 20px auto;
        float: none;
    }
    .registar-ssm .link-registra .btn:last-child {
        margin-right: auto;
    }
    /*Sertifikacija osoba */
    .hero.sertifikacija-osoba {
        width: 100%;
        height: 300px;
        padding: 15px;
    }
    .hero.sertifikacija-osoba h1 {
        font-size: 32px;
    }
    .hero.sertifikacija-osoba p {
        font-size: 16px;
        line-height: 24px;
    }
    .sertifikati-osoba .sertifikat-item {
        width: 100%;
    }
    .sertifikat main.content {
        width: 100%;
    }
    .side-bar {
        width: 300px;
        float: none;
        margin: 20px auto;
    }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    /* Sertifikacija sistema menadžmenta */
    .sertifikati-ssm .sertifikat-item {
        width: 45%;
        margin-right: 5%
    }
    .sertifikati-ssm .sertifikat-item :nth-child (2n) {
        width: 45%;
        margin-right: 5%
    }
    .scope-item.menadzment,
    .scope-item.izvodjenje-obuka,
    .scope-item.sertifikacija-osoba {
        padding: 15px;
    }
    .registar-ssm .link-registra {
        width: 736px !important;
    }
    .registar-ssm .link-registra .btn {
        margin-right: 15px;
        min-width: 200px;
        font-size: 14px;
    }
    .row-pravila-postupak .right-content .inner-content {
        margin: 0;
    }
    .row-pravila-postupak .left-content .inner-content {
        margin: 0;
    }
    .row-ssm .left-content .inner-content {
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .row-ssm .right-content .inner-content {
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    /* Sertifikati osoba */
    .sertifikati-osoba .sertifikat-item {
        width: 45%;
        margin-right: 5%
    }
    .sertifikati-osoba .sertifikat-item:nth-child(3),
    .sertifikati-osoba .sertifikat-item:nth-child(6),
    .sertifikati-osoba .sertifikat-item:nth-child(9),
    .sertifikati-osoba .sertifikat-item:nth-child(12) {
        margin-right: 5%;
    }
    .sertifikati-osoba .sertifikat-item :nth-child (2n) {
        width: 45%;
        margin-right: 5%
    }
    /*Kontakt blok */
    .contact-block .left-content .inner-content {
        padding: 15px 15px 30px 15px;
    }
}

@media only screen and (min-width: 1025px) and (max-width:1280px) {
    /* Sertifikacija sistema menadžmenta */
    .registar-ssm .link-registra {
        width: 900px !important;
    }
    .registar-ssm .link-registra .btn {
        margin-right: 50px;
        min-width: 250px;
        font-size: 16px;
    }
    .row-pravila-postupak .right-content .inner-content {
        margin: 0;
    }
    .row-pravila-postupak .left-content .inner-content {
        margin: 0;
    }
    .row-ssm .left-content .inner-content {
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .row-ssm .right-content .inner-content {
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}

@media only screen and (min-width: 1025px) {
    .sertifikati-osoba .sertifikat-item:nth-child(3n+1) {
        clear: both;
    }
}

@media only screen and (min-width:768px) {
    .mean-container .mean-nav {
        float: right;
        width: 300px;
    }
}

@media only screen and (min-width:768px) and (max-width:1170px) {
    .mean-container .mean-nav {
        float: right;
        width: 300px;
    }
    .search-site {
        position: relative;
        right: 30px;
    }
    .scope-item.menadzment,
    .scope-item.izvodjenje-obuka,
    .scope-item.sertifikacija-osoba {
        padding: 15px;
    }
    .scope-item .btn {
        min-width: initial;
    }
}

@media only screen and (min-width:1170px) and (max-width:1270px) {
    .header-nav ul li a {
        margin-right: 10px;
    }
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* Sertifikacija Osoba filter */
.registar-lp-forma .searchandfilter ul li {
    padding: 0!important;
}

.registar-lp-forma .helper-btn.disabled{
    display: none;
}


.mm-search-form {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 600px;
}

.mm-search-form__input {
    flex-grow: 1;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.mm-search-form__submit {
    border: none;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFF100;
    color: #4F4B6A;
    width: 100px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
}