/* GLOBAL */
html, body { height: 100%; }

body { position: relative; font-family: 'Muli', Arial, sans-serif; font-size: 15px; font-weight: 400; background: #fff; color: #232323; line-height: 1.5em; letter-spacing: 0; overflow-x: hidden; }

a { color: #232323; text-decoration: none; }
a:hover { color: #232323; text-decoration: none; }
a:focus, a.active { color: #232323; outline: none; text-decoration: none; }

strong { font-weight: 700; }

a, button { transition: all 0.3s ease; }
button { border: 0; outline: none; }
input[type=text], input[type=password] { outline: 0; }

h1, h2, h3, h4, h5, h6 { margin: 0; }
h1 { font: 35px 'Mukta Vaani', Arial, sans-serif; font-weight: 700; line-height: 40px; letter-spacing: -0.5px; }
h2 { font: 25px 'Mukta Vaani', Arial, sans-serif; font-weight: 700; line-height: 30px; margin-top: 20px; margin-bottom: 20px; letter-spacing: -0.5px; }  
h3 { font-size: 20px; margin-top: 20px; margin-bottom: 20px; font-weight: 800; }

.req { color: #fb3c3c; font-family: Arial, sans-serif; font-size: 130%; font-weight: 700; margin-left: 8px; }

.img-responsive, .img_responsive, .imgresponsive { width: auto !important; height: auto !important; max-width: 100%; }

.textbox, textarea { background: #fff; border: 1px solid #bababa; border-radius: 0; padding: 12px 16px; line-height: 24px; transition: all 0.3s ease; }
.textbox:focus, textarea:focus, .select-list:focus { background: #fff; border-color: #7e8289; box-shadow: 0 0 10px rgba(49,56,68,0.3); }

.btn { display: inline-block; font-weight: 800; padding: 12px 24px; margin: 0; color: #fff; transition: all 0.3s ease; text-transform: uppercase; text-align: center; border-radius: 0; line-height: 24px; border: 1px solid #555; background: #555; }
.btn:hover { background: #FCD400; color: #fff; border-color: #FCD400; }
.btn:focus { background: #FCD400; color: #fff; border-color: #FCD400; outline: none; }

.btn-action { background: #FCD400; color: #232323; border-color: #FCD400; }
.btn-action:hover,
.btn-action:focus { background: #232323; color: #FCD400; border-color: #232323; }

.btn-special { background: #fff; text-transform: none; box-shadow: 0 16px 48px rgba(0,0,0,0.2); border-color: #fff; color: #232323; font-size: 16px; }
.btn-special span { position: relative; top: 1px; font-size: 13px; margin-left: 10px; color: #FCD400; }
.btn-special:hover, .btn-special:focus { background: #555; color: #FCD400; border-color: #555; }

.btn-grey { background: #555; color: #fff; border-color: #555; }
.btn-grey:hover,
.btn-grey:focus { background: #FCD400; color: #232323; border-color: #FCD400; }

.btn-yellow { background: #FCD400; color: #232323; border-color: #FCD400; text-transform: none; }
.btn-yellow:hover,
.btn-yellow:focus { background: #232323; color: #fff; border-color: #232323; }

.btn-empty { background: none; color: #232323; border-color: #555; }
.btn-empty:hover,
.btn-empty:focus { background: #555; color: #fff; border-color: #555; }

.align-object { display: inline-block; vertical-align: middle; }
.align-helper { display: inline-block; height: 100%; vertical-align: middle; }

.link-arrow { font-weight: 700; color: #006eae; }
.link-arrow::after { position: relative; top: 2px; font-family: 'hck'; content: '\67'; margin-left: 16px; }

.link-underlined,
.quick-searches a { border-bottom: 2px solid #FCD400; }
.link-underlined:hover,
.quick-searches a:hover { border-color: #888; }

.text-mali { font-size: 13px; line-height: 20px; }

.float-left { float: left; }
.float-right { float: right; }

.poravnaj-lijevo { float: left; margin: 10px 40px 20px 0; }
.poravnaj-desno { float: right; margin: 10px 0 20px 40px; }

.sl-overlay { opacity: 1; z-index: 8000; background: #f1e7de; }
.sl-wrapper,
.sl-wrapper .sl-close,
.sl-wrapper .sl-counter,
.sl-wrapper .sl-navigation button,
.sl-spinner { z-index: 9000; }

.sl-wrapper .sl-counter { left: 40px; top: 30px; }
.sl-wrapper .sl-close { top: 30px; right: 40px; }
.sl-wrapper .sl-navigation button { top: auto; bottom: 30px; margin-top: 0; }
.sl-wrapper .sl-navigation button.sl-prev { left: 40px; }
.sl-wrapper .sl-navigation button.sl-next { right: 40px; }

.linkBold { font-weight: 800; }
.picLeft img { float: left; margin: 0 20px 10px 0; max-width: 100%; }
.picRight img { float: right; margin: 0 0 10px 20px; max-width: 100%; }
.picMiddle img { display: block; margin: 0 auto; max-width: 100%; }




/* CUSTOM CHECKBOXES */
label { display: inline-block; vertical-align: middle; cursor: pointer; margin-bottom: 0; }
input[type=checkbox] { display: none; background: #fff; }
input[type=checkbox] + label:before { position: relative; top: 3px; display: inline-block; width: 17px; height: 17px; background: #fff; border: 1px solid #c0c5ca; box-shadow: inset 0 0 2px rgba(0,0,0,0.15); font-family: 'posta'; content: ' '; font-size: 11px; line-height: 15px; text-align: center; margin-right: 14px; overflow: hidden; color: #232323; }
input[type=checkbox]:checked + label:before { content: '\46'; } 

input[type=radio] { display: none; }
input[type=radio] + label { position: relative; }
input[type=radio] + label:before { position: relative; top: 2px; display: inline-block; width: 18px; height: 18px; background: #fff; border: 1px solid #c0c5ca; box-shadow: inset 0 0 2px rgba(0,0,0,0.15); content: ' '; text-align: center; margin-right: 10px; overflow: hidden; border-radius: 10px; }
input[type=radio]:checked + label:after { position: absolute; display: inline-block; left: 5px; top: 8px; width: 8px; height: 8px; background: #3b4b56; border-radius: 8px; content: ' '; text-align: center; }




/* SELECTPICKER OVERRIDE */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){ width: 100%; }
.bootstrap-select .btn { text-transform: none; padding: 10px 32px 10px 16px; transition: all 0.3s ease-in-out; color: #000; text-shadow: none; border-color: transparent; border-radius: 0; line-height: 24px; background: #fff; box-shadow: none; border: 1px solid #fff; } 
.bootstrap-select .btn .filter-option { font-size: 16px; font-weight: 400; color: #333; }
.bootstrap-select .btn:hover, .bootstrap-select .btn:focus, .bootstrap-select .btn:hover .filter-option { color: #333; }
.bootstrap-select .btn:hover { background: #ddd; border-color: #ddd; }
.bootstrap-select .btn:focus { background: #ddd; border-color: #ddd; }
.bootstrap-select.btn-group.open .dropdown-toggle { box-shadow: none; }
.bootstrap-select .btn-default:active, .bootstrap-select .btn-default.active, .bootstrap-select.open > .dropdown-toggle.btn-default { background: #ddd; border-color: #7e8289; color: #333; }
.bootstrap-select.btn-group .dropdown-menu { z-index: 2000; }
.bootstrap-select.btn-group .dropdown-toggle .caret { margin-top: -12px; right: 25px; top: 50%; border: 0; }
.bootstrap-select.btn-group .dropdown-toggle .caret::before { display: inline-block; font-family: 'posta'; content: '\61'; font-size: 10px; color: #333; }
.bootstrap-select.btn-group .btn.dropdown-toggle:hover .caret::before { color: #333; }

.bootstrap-select .dropdown-menu { border-radius: 0; border: 0; padding: 0; margin: 0; overflow-x: hidden; box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.3); font-weight: 300; z-index: 9999; }
.bootstrap-select .dropdown-menu > li > a { padding: 10px 15px; }
.bootstrap-select .dropdown-menu > li > a:hover { background: #ddd; }
.bootstrap-select .dropdown-menu > li.selected a { background: none; color: #fb3c3c; }




/* MAIN MENU */

.pushy { width: 300px; background: #232323; }
.pushy a { color: #fff; opacity: 0.6; padding: 0; }
.pushy a:hover,
.pushy .main-menu .active > a { opacity: 1; }
.pushy .main-menu .active > a { color: #FCD400; }
.pushy a.link-special { color: #FCD400; opacity: 1; }
.pushy a.link-special:hover { color: #fff; }

.pushy ul { margin: 0; padding: 0; }
.pushy ul:first-child { margin-top: 40px; }
.pushy .main-menu { margin: 60px 0 0 0; padding: 0; list-style: none; line-height: 30px; }
.pushy .main-menu > li { position: relative; margin-top: 30px; }
.pushy .main-menu > li > a { font-size: 19px; font-weight: 800; }

.pushy .main-menu ul { display: none; }
.pushy .main-menu ul li { position: relative; display: block; line-height: 20px; font-weight: 700; }
.pushy .main-menu li a { position: relative; display: block; padding-left: 30px; z-index: 5; }
.pushy .main-menu > li > ul { background: rgba(255,255,255,0.1); margin-top: 15px; padding-bottom: 1px; }
.pushy .main-menu > li > ul > li > a { border-top: 1px solid #232323; padding-top: 20px; padding-bottom: 20px; padding-right: 50px; }
.pushy .main-menu > li > ul > li:first-of-type > a { border-top: 0; }
.pushy .main-menu > li > ul > li > ul { margin-bottom: 20px; padding-left: 20px; }
.pushy .main-menu > li > ul > li > ul li { font-weight: 400; padding-top: 10px; padding-bottom: 10px; padding-right: 20px; }

.pushy-left { transform: translate3d(-300px,0,0); }
.pushy-right { transform: translate3d(300px, 0, 0); }
.pushy-open-left #container { transform: none !important; }
.pushy-open-left .push { transform: translate3d(300px, 0, 0); }

/*.pushy-open-left #container,
.pushy-open-left .push { transform: translate3d(300px, 0, 0); }
.pushy-open-right #container,
.pushy-open-right .push { transform: translate3d(-300px, 0, 0); }*/

.pushy-open-left .site-overlay, 
.pushy-open-right .site-overlay { background-color: rgba(0,0,0,0.7); z-index: 9000 !important; }

.pushy-open-left .pushy { box-shadow: 20px 0 30px rgba(0,0,0,0.2); }

.social { font-size: 18px; padding: 0; list-style: none; display: inline-block; width: 100%;}
.social li { float: left; margin-left: 30px; }
.social li:first-child { margin-left: 0; }

.pushy .social { margin: 60px 0 40px 30px; }

.pushy .expand-sub { position: absolute; right: 20px; top: 0; width: 25px; height: 25px; font-size: 12px; color: #FCD400; cursor: pointer; transition: 0.3s all ease; text-align:center; z-index: 10; }
.pushy .expand-sub.open { transform: rotate(90deg); }
.pushy .main-menu ul .expand-sub { top: 22px; }

.pushy .lang { display: none; }



.main-nav-8 a:hover, 
.pushy .main-menu .main-nav-8.active > a,
.pushy .main-menu .main-nav-8 .active > a,
.pushy .main-nav-8 .expand-sub:hover { color: #A58855; }

.main-nav-9 a:hover, 
.pushy .main-menu .main-nav-9.active > a,
.pushy .main-menu .main-nav-9 .active > a,
.pushy .main-nav-9 .expand-sub:hover { color: #EAF3EF; }

.main-nav-10 a:hover, 
.pushy .main-menu .main-nav-10.active > a,
.pushy .main-menu .main-nav-10 .active > a,
.pushy .main-nav-10 .expand-sub:hover { color: #575757; }

.main-nav-11 a:hover, 
.pushy .main-menu .main-nav-11.active > a,
.pushy .main-menu .main-nav-11 .active > a,
.pushy .main-nav-11 .expand-sub:hover { color: #85BB65; }

.main-nav-12 a:hover, 
.pushy .main-menu .main-nav-12.active > a,
.pushy .main-menu .main-nav-12 .active > a,
.pushy .main-nav-12 .expand-sub:hover { color: #FCD400; }

.main-nav-13 a:hover, 
.pushy .main-menu .main-nav-13.active > a,
.pushy .main-menu .main-nav-13 .active > a,
.pushy .main-nav-13 .expand-sub:hover { color: #6d6d6b; }

.main-nav-14 a:hover, 
.pushy .main-menu .main-nav-14.active > a,
.pushy .main-menu .main-nav-14 .active > a,
.pushy .main-nav-14 .expand-sub:hover { color: #9098A6; }

.main-nav-1402 a:hover, 
.pushy .main-menu .main-nav-1402.active > a,
.pushy .main-menu .main-nav-1402 .active > a,
.pushy .main-nav-1402 .expand-sub:hover { color: #795548; }


.page-basics.page-head-8 { background: #8BC34A; color: #fff; }

.page-basics.page-head-9 { background: #FF2D55; color: #fff; }

.page-basics.page-head-10 { background: #673AB7; color: #fff; }

.page-basics.page-head-11 { background: #2196F3; color: #fff; }

.page-basics.page-head-12 { background: #FCD400; color: #232323; }
.page-basics.page-head-12 h2.page-lead { color: #232323; }

.page-basics.page-head-13 { background: #6d6d6b; color: #fff; }

.page-basics.page-head-14 { background: #00BCD4; color: #fff; }

.page-basics.page-head-1402 { background: #795548; color: #fff; }




/* WRAPPERS */

.dark-overlay { display: none; position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 999; background: rgba(0,0,0,0.8); }

header { position: relative; background: #232323; height: 100px; z-index: 1000; }

header a.lng{ color: #fff; opacity: 0.7; }

header .container { position: relative; height: 100%; }
.logo { position: absolute; left: 50%; top: 50%; margin: -29px -61px; }
.logo.xmas {height: 60px;}

.header-left { position: absolute; left: 20px; top: 50%; margin: -11px 0 0 0; padding: 0; list-style: none; font-size: 14px; font-weight: 700; line-height: 22px; }
.header-left li { float: left; margin-right: 30px; }
.header-left .active { color: #FCD400; }
.header-left .menu-btn { cursor: pointer; transition: 0.3s all ease; overflow: hidden; color: #fff; opacity: 0.7; }
.header-left .menu-btn:hover { color: #fff; opacity: 1; }
.header-left .menu-btn span { float: left; position: relative; top: 1px; font-size: 20px; margin-right: 12px; }
.header-left .menu-btn i { float: left; font-style: normal; text-transform: uppercase; font-weight: 700; }

.header-right { position: absolute; right: 20px; top: 50%; margin: -11px 0 0 0; padding: 0; list-style: none; font-size: 22px; line-height: 22px; }
.header-right li { float: left; margin-left: 30px; }
.header-right a,
.header-right a:focus { color: #fff; opacity: 0.7; }
.header-right a:hover { color: #fff; opacity: 1; }

.search { display: none; position: fixed; width: 100%; height: 140px; left: 0; top: 100px; z-index: 1000; background: #454545; }
.search ul { position: relative; top: 44px; display: table; width: 100%; margin: 0; padding: 0; list-style: none; }
.search ul li { display: table-cell; vertical-align: middle; }
.search .search-field { position: relative; }
.search .search-field input { display: block; width: 100%; font-size: 30px; font-weight: 400; line-height: 40px; letter-spacing: -0.5px; background: none; border: 0; color: #fff; padding: 0; }
.search .search-field::after { position: absolute; left: 0; top: 32px; width: 100%; height: 1px; background: #888; content: ''; }
.search .search-btn { width: 140px; text-align: right; font-size: 25px; font-weight: 800; }
.search .search-btn a { display: inline-block; width: 100%; }
.search .search-btn a, 
.search .search-btn a:focus { color: #fff; }
.search .search-btn a:hover { color: #FCD400; }

.section { padding: 80px 0; }
.section-title { position: relative; font: 42px 'Mukta Vaani', Arial, sans-serif; line-height: 50px; letter-spacing: -0.3px; text-align: center; padding-top: 30px; }
.section-title::before { position: absolute; width: 40px; height: 3px; left: 50%; top: 0; margin-left: -20px; background: #FCD400; content: ''; }
.section-lead { margin-top: 40px; max-width: 800px; margin-left: auto; margin-right: auto; text-align: center; }
.section-body { margin-top: 50px; }
.section-bottom { text-align: center; margin-top: 50px; }

.logo-bgnd { position: relative; z-index: 1; }
.logo-bgnd::after { position: absolute; width: 100%; height: 100%; left: 0; bottom: 0; background: url(../img/logo-bgnd.svg) no-repeat center bottom #000; background-size: cover; z-index:2; opacity: 0.03; content: ''; }

.alt-bgnd { background: #eee; }

.home-news { position: relative; z-index: 3; }
.home-news .section-body { margin-top: 0; }
.news-wrapper { margin-left: -20px; margin-right: -20px; }
.news { display: block; float: left; width: 252px; margin-left: 20px; margin-right: 20px; font-weight: 700; margin-top: 50px; }
.news:hover { opacity: 0.7; }
.news img { margin-bottom: 20px; box-shadow: 2px 8px 16px rgba(0,0,0,0.2); }
.news i { display: block; color: #888; font-style: normal; font-weight: 400; margin-bottom: 10px; }
.news span { display: block; }

.mob-dropdown .select-month { display: none; }

.business-users {
    background: rgba(229,229,229,1);
    background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(229,229,229,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0 );
}
.business-users-item { display: block; float: left; width: 155px; margin-left: 40px; font-weight: 700; text-align: center; }
.business-users-item:first-of-type { margin-left: 0; }
.business-users-item .icon-circle { display: block; width: 100px; height: 100px; margin: 0 auto 15px auto; border: 2px solid #FCD400; border-radius: 50px; transition: 0.3s all ease; }
.business-users-item:hover .icon-circle { background: #FCD400; }
.business-users-item .icon-circle i { position: relative; top: 24px; display: inline-block; font-size: 48px; font-style: normal; }
.business-users-item .icon-circle .pismo { position: relative; top: 24px; display: inline-block; width: 48px; font-style: normal; }
.business-users-item span { display: block; }
.business-users-item .icon-circle.novo  {border:transparent;}
.business-users-item .icon-circle.novo img {width: 100px;}
.business-users-item:hover .icon-circle.novo  {background: #eeebeb;}


footer { position: relative; z-index: 1; padding: 60px 0; color: #888; background-color: #232323; font-size: 14px; }
footer::after { position: absolute; width: 100%; height: 100%; left: 0; bottom: 0; background: url(../img/logo-bgnd-dark.svg) no-repeat center top; background-size: contain; z-index:2; opacity: 1; content: ''; }
footer .container { position: relative; z-index: 3; }
footer a { color: #888; }
footer a:hover,
footer a:focus { color: #FCD400; }
footer .hp-logo img { width: 120px; }
footer .links-inline { margin: 30px 0 0 0; padding: 0; list-style: none; overflow: hidden; }
footer .links-inline li { float: left; margin: 5px 30px 5px 0; }
footer .links-inline li:last-of-type { margin-left: 0; }
footer .go-to-page-top { display: inline-block; }
footer .go-to-page-top,
footer .social { margin-top: 30px; }

footer .link-list { width: 33.333%; float: left; margin: 0; padding: 0; list-style: none; }
footer .link-list:first-of-type { padding-left: 0; }
footer .link-list li { display: block; margin-top: 10px; }
footer .link-list-title { color: #fff; font-weight: 700; text-transform: uppercase; }




/* FEATURED TOOLS */
.featured { position: relative; background: #fff; box-shadow: 0 32px 48px rgba(0,0,0,0.1); z-index: 10; }
.featured-tools { float: left; width: 100%; padding-left: 5%;}
.featured-tools .tool { float: left; width: 16%; padding: 40px 25px; }
.featured-tools a { display: block; text-align: center; font-weight: 700; line-height: 20px; }
.featured-tools a:hover { color: #888; }
.featured-tools a img { margin-bottom: 15px; transition: 0.3s ease all; }
.featured-tools a:hover img { transform: scale(1.1); }
.featured-tools a span { display: block; }
.featured-tools .zk {height: 60px;}
/*.featured-track { float: right; width: 350px; padding-top: 35px; }*/
.featured-track {margin-bottom: 30px;}
.track-title { font-size: 20px; font-weight: 800; }
.featured-track .track-example { font-size: 13px; color: #888; }
.featured-track ul { display: table; table-layout: fixed; width: 100%; margin: 18px 0; padding: 0; list-style: none; box-shadow: 0 16px 48px rgba(0,0,0,0.2); }
.featured-track ul li { display: table-cell; vertical-align: middle; }
.featured-track .track-field input { width: 100%; border-color: transparent; background: #fff; }
.featured-track .track-btn { width: 100px; }
.featured-track .track-btn .btn { width: 100%; }

#frmtrack .track-title { margin-bottom: 10px; }




/* SERVICES */
.services { position: relative; padding: 80px 0; z-index: 1;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 20%, rgba(229,229,229,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(20%, rgba(255,255,255,1)), color-stop(100%, rgba(229,229,229,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 20%, rgba(229,229,229,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 20%, rgba(229,229,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 20%, rgba(229,229,229,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 20%, rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 );
}


.services.mobile-trace {
	padding: 0; display: none;

}
.services.mobile-trace .featured-track {margin-bottom: 0;}

.services .container { position: relative; }
.services-small { width: 100%; margin-top: -30px; }
.services-small > div { margin-top: 30px; }
.services-small > div:first-of-type { margin-top: 0; }
.services-big { position: absolute; top: 0; right: 20px; width: 350px; height: 100%; }
.services .container > div:first-of-type { margin-left: 0; }
.services .scroll-more { position: absolute; left: 50%; bottom: 60px; width: 40px; height: 40px; font-size: 40px; color: #5c5c5c; text-align: center; margin-left: -20px; }
.services .scroll-more:hover { color: #232323; }

.service-item { position: relative; float: left; display: block; width: 350px; height: 220px; text-align: center; margin-left: 40px; margin-top: 30px; }
.service-item:nth-child(3n+1) { margin-left: 0; }
.service-item:hover { opacity: 0.8; }
.service-item .item-overlay { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.4); transition: 0.3s ease all; }
.service-item:hover .item-overlay { background-color: rgba(255,209,0,0.4); }
.service-item .item-body { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.service-item .item-text { display: inline-block; width: 100%; vertical-align: middle; padding: 0 30px; }
.service-item .item-text img { max-width: 90%; }
.service-item .item-text i { display: block; font-size: 26px; font-weight: normal; font-style: normal; line-height: 26px; color: #fff; }

.service-big-item { position: relative; display: block; height: 100%; text-align: center; color: #FCD400;
    background: rgba(35,35,35,1);
    background: -moz-linear-gradient(top, rgba(35,35,35,1) 0%, rgba(85,85,85,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(35,35,35,1)), color-stop(100%, rgba(85,85,85,1)));
    background: -webkit-linear-gradient(top, rgba(35,35,35,1) 0%, rgba(85,85,85,1) 100%);
    background: -o-linear-gradient(top, rgba(35,35,35,1) 0%, rgba(85,85,85,1) 100%);
    background: -ms-linear-gradient(top, rgba(35,35,35,1) 0%, rgba(85,85,85,1) 100%);
    background: linear-gradient(to bottom, rgba(35,35,35,1) 0%, rgba(85,85,85,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#555555', GradientType=0 );
}
.service-big-item .item-text { position: relative; display: inline-block; width: 100%; vertical-align: middle; padding: 0 40px; margin-bottom: 5px; z-index: 3; }
.service-big-item .item-text i { display: block; font-size: 28px; font-weight: 800; font-style: normal; line-height: 40px; text-shadow: 0 8px 16px rgba(35,35,35,0.5); }
.service-big-item .item-text img { width: 200px; margin-top: 30px; }
.service-big-item::after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; background: #f8e592; opacity: 0; content: ''; transition: 0.3s ease all; }
.service-big-item:hover::after { opacity: 1; }




/* HIGHLIGHTS */
.highlights {background: rgba(238,238,238,1); box-shadow: 0 32px 48px rgba(0,0,0,0.15); }
.highlight { display: table; width: 100%; table-layout: fixed;  }
.highlight-pic { display: table-cell; vertical-align: middle; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.highlight-body { display: table-cell; width: 35.5%; vertical-align: middle; padding: 20px 100px; }
.highlight-title { font: 42px 'Mukta Vaani', Arial, sans-serif; line-height: 50px; letter-spacing: -0.3px; }
.highlight-title:hover { color: #FCD400;  }
.highlight-lead { font-size: 20px; line-height: 30px; margin-top: 30px; }
.highlight-body{background:#fff;}
.highlight-body .btn-special { margin-top: 40px; }


.highlights .owl-carousel{ max-width:1920px;margin-left:auto;margin-right:auto;}
.highlights .owl-carousel .owl-controls { position: absolute; left: 64.5%; top: 75px; text-align: center; }
.highlights .owl-carousel .owl-controls .owl-dots { position: relative; margin-left: -50px; }
.highlights .owl-carousel .owl-controls .owl-dot { position: relative; display: block; width: 50px; height: 20px; text-align: center; }
.highlights .owl-carousel .owl-controls .owl-dot span { position: absolute; right: 0; top: 8px; display: inline-block; width: 30px; height: 4px; background: #c5c5c5; }
.highlights .owl-carousel .owl-controls .owl-dot.active span { width: 50px; margin-left: -10px; background: #FCD400; }




/* INNER */
.breadcrumbs { font-size: 14px; padding: 25px 0; }
.breadcrumbs ul { margin: 0; padding: 0; list-style: none; overflow: hidden; }
.breadcrumbs ul li { float: left; font-weight: 300; }
.breadcrumbs ul li::before { font-family: 'posta'; font-size: 10px; content: '\69'; padding: 0 15px 0 14px; color: #888; }
.breadcrumbs ul li:first-of-type::before { display: none; padding-left: 0; }
.breadcrumbs ul li span { font-weight: 700; }
.breadcrumbs a { color: #888; border-bottom: 1px solid transparent; }
.breadcrumbs a:hover { color: #232323; opacity: 1; border-bottom: 1px solid #FCD400; }

.page-head {
    background: rgba(238,238,238,1);
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,238,238,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );	
}
.page-heading { position: relative; /*z-index: 10;*/ }
.page-pic { position: relative; width: 780px; height: 500px; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.page-pic img { display: none; }
.page-basics { position: absolute; right: 0; top: 0; width: 400px; min-height: 430px; padding: 45px 60px; background: #fff; box-shadow: 0 24px 48px rgba(0,0,0,0.15); }
.page-basics h2.page-lead { font: 20px 'Muli', Arial, sans-serif; font-weight: 400; margin-top: 25px; color: #fff; line-height: 30px; margin-bottom: 0; letter-spacing: 0; } 
.page-basics .btn { display: none; }

.page-middle { position: relative; background: url(../img/page-middle-bgnd.png) repeat-x 0 0; min-height: 740px; z-index: 5; margin-top: -70px;  } 
.page-middle .container { padding-top: 120px; padding-bottom: 60px; }

.page-middle2 { position: relative; background: url(../img/page-middle-bgnd.png) repeat-x 0 0; min-height: 740px; z-index: 5; }
.page-middle2 .container { padding-top: 70px; padding-bottom: 60px; }


.content-main { float: left; width: 740px; line-height: 30px; font-size: 16px; }
.content-main.full-width { float: none; width: 100%; }
.page-content ul { margin: 0; padding: 0; list-style: none; }
.page-content ul li { position: relative; padding-left: 25px; }
.page-content ul li::before { position: absolute; left: 0; top: 10px; width: 10px; height: 10px; background: #FCD400; border-radius: 50%; content: ''; }
.page-content a { border-bottom: 1px solid #FCD400; }
.page-content a:hover { border-color: #888; }

.page-content h2 a,
.page-content h3 a { border-bottom: 0; text-decoration: underline; }

.page-content h2 a:hover,
.page-content h3 a:hover { opacity: 0.5; }

.page-content .bootstrap-select ul li { position: relative; padding-left: 0; }
.page-content .bootstrap-select ul li::before { display: none; position: absolute; left: 0; top: 10px; width: 10px; height: 10px; background: #FCD400; border-radius: 50%; content: ''; }
.page-content .bootstrap-select ul a { border-bottom: 0; }

.page-subcats ul { margin: 60px 0 0 0; padding: 0; list-style: none; border-bottom: 1px solid #d5d5d5; }
.page-subcats ul li { display: block; font: 20px 'Mukta Vaani', Arial, sans-serif; font-weight: 700; line-height: 30px; padding-top: 20px; padding-bottom: 20px; border-top: 1px solid #d5d5d5;  }
.page-subcats ul li a { display: inline-block; }
.page-subcats ul li a:hover { opacity: 0.5; }
.page-subcats ul li a::after { margin-left: 20px; color: #FCD400; font-family: 'posta'; font-size: 15px; content: '\63'; }
.page-subcats.last-level ul li a::after { color: #999; }

.glossary { display: block; width: 100%; margin: 20px 0 0 0; padding: 0; list-style: none; border-top: 1px solid #d5d5d5; overflow: hidden; }
.glossary li { width: 4.16%; float: left; border-bottom: 1px solid #d5d5d5; font: 20px 'Mukta Vaani', Arial, sans-serif; font-weight: 700; line-height: 30px; padding-top: 20px; padding-bottom: 20px; }
.glossary li a { display: block; text-align: center; }
.glossary li a:hover { opacity: 0.5; }
.addWrap {padding-top: 30px;}
.sidebar { float: right; width: 350px; font-size: 16px; padding-left: 40px; }
.right-menu { background: #fff; box-shadow: 0 24px 48px rgba(0,0,0,0.10); }
.right-menu .parent-cat { position: relative; background: #FCD400; color: #333; font-weight: 700; padding: 25px 60px 25px 40px; }
.right-menu .parent-cat span { position: absolute; right: 40px; top: 25px; font-size: 12px; }
.right-menu > ul { margin: 0; padding: 20px 0; list-style: none; }
.right-menu > ul li { position: relative; padding: 10px 40px; }
.right-menu > ul li.active { font-weight: 700; }
.right-menu > ul li.active a { font-weight: 700; }
.right-menu > ul li a:hover { opacity: 0.5; }
.right-menu > ul li.active::before { position: absolute; display: block; top: 20px; left: -20px; width: 40px; height: 2px; background: #FCD400; content: ''; }

.right-tools { margin: 0 0 40px 0; padding: 0; list-style: none; }
.right-tools li { display: block; }
.right-tools li a { display: block; color: #c5c5c5; background: #232323; padding: 20px 40px; font-weight: 700; }
.right-tools li a:hover { color: #fff; }
.right-tools li:nth-child(2n+1) a { background: #454545; }

.page-block-title { font: 30px 'Mukta Vaani', Arial, sans-serif; font-weight: 700; line-height: 40px; letter-spacing: -0.5px; text-transform: uppercase; }
.page-block-title span { position: relative; display: inline-block; padding-right: 40px; }
.page-block-title span::after { position: absolute; width: 100%; height: 6px; left: 0; bottom: 5px; background: #FCD400; content: ''; z-index: 5; }
.page-block-title span i { position: relative; font-style: normal; z-index: 10; }

.page-faq,
.page-block-alt { position: relative; padding: 60px 0;
    background: rgba(238,238,238,1);
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,238,238,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
}
.faq-items { margin-bottom: 40px; }
.faq-items .item { background: rgba(0,0,0,0.08); margin-top: 10px; }
.faq-items .item:first-of-type { margin-top: 0; }
.faq-items .q { display: table; width: 100%; table-layout: fixed; transition: 0.5s all ease; }
.faq-items .q > span { display: table-cell; cursor: pointer; vertical-align: top; font-weight: 700; }
.faq-items .q > span:first-of-type { width: 70px; height: 70px; font-family: 'posta'; font-size: 12px; line-height: 70px; text-align: center; color: #5c5c5c; }
.faq-items .q .text { padding: 20px 40px 20px 0; }
.faq-items .q:hover { opacity: 0.5; }
.faq-items .q.active .text { font-weight: 700; }
.faq-items .q.active > span:first-of-type::before { content: '\76'; }
.faq-items .a { display: none; padding: 20px 40px 20px 70px; background: #fff; border: 1px solid rgba(0,0,0,0.15); }
.faq-items .rv { display: none; }

.page-faq .faq-items { margin-top: 40px; }

.faq { position: relative; padding: 80px 0 60px 0; background: url(../img/faq-middle-bgnd.png) repeat-x 0 0; min-height: 520px; }
.faq-head { text-align: center; }
.faq-head h1 { font-size: 45px; line-height: 50px; margin-bottom: 50px; }
.faq-search { display: table; width: 100%; max-width: 70%; box-shadow: 0 16px 48px rgba(0,0,0,0.2); margin: 0 auto; padding: 0; }
.faq-search li { display: table-cell; vertical-align: middle; }
.faq-search .search-field { text-align: left; background: #fff;  }
.faq-search .search-field input { display: block; width: 100%; font-size: 20px; padding-top: 17px;  padding-bottom: 17px; border-color: transparent; }
.faq-search .search-btn { width: 160px; }
.faq-search .search-btn .btn { width: 100%; text-transform: none; font-size: 16px; padding-top: 17px;  padding-bottom: 17px;  }

.content-main .faq-search { max-width: 100%; }

.quick-searches { max-width: 90%; margin: 45px auto 0 auto; }
.quick-searches ul { margin: 0; padding: 0; list-style: none; text-align: center; }
.quick-searches ul li { display: inline-block; }
.quick-searches a { display: block; margin: 8px 20px; white-space: nowrap; }

.faq-cats { margin-top: 80px; }
.faq-cats a { float: left; display: block; width: 252px; margin: 20px 0 20px 40px; padding: 50px 25px; text-align: center; border: 1px solid #c5c5c5; }
.faq-cats a:hover { box-shadow: 2px 4px 8px rgba(0,0,0,0.2); }
.faq-cats a:nth-child(4n+1) { margin-left: 0; }
.faq-cats a span { display: block; }
.faq-cats a span i { font-size: 80px; line-height: 80px; font-style: normal; color: #888; transition: 0.3s all ease; }
.faq-cats a:hover span i { color: #FCD400; }
.faq-cats a .title { font-size: 20px; font-weight: 700; line-height: 25px; letter-spacing: -0.25px; margin-top: 10px; }

.faq-cats.en {
    padding: 0 50px;
    margin: 80px 0 0 96px;
    text-align: center;
}

.faq-cats.en a {
    display: inline-block;
}

.faq-cats.en a:nth-child(5n) {
    margin-left: 40px;
}

.faq-cats.en a:nth-child(4n) {
    margin-left: 0;
}

.faq-form { position: relative; padding: 80px 0; z-index: 1;
    background: rgba(229,229,229,1);
    background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(229,229,229,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0 );
}

.faq-form textarea { min-height: 150px; }
.faq-form .form-wrapper { margin-top: 10px; }


.icon-eposta::before {
	content: "";
	display: inline-block;
	background-image: url(../img/ePosta_sivi_pocetno.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 115px;
	height: 49px;

}

.faq-cats a:hover span i.icon-eposta::before {
	background-image: url(../img/ePosta_kolor_mouseover.png);
} 



/* FORM */
.form-label { font-weight: 800; color: #787878; margin-bottom: 10px; }
.form-label .text-normal { font-weight: 400; }
.form-field { position: relative; }
.form-field .textbox,
.form-field textarea { width: 100%; background: rgba(0,0,0,0.07); border-color: transparent; }
.form-field .textbox:focus,
.form-field textarea:focus { background: #fff; }
.form-field textarea { resize: vertical; }
.form-block input[type=checkbox] { margin-right: 10px; }
.form-block label { margin: 0; font-weight: 300; }
.form-wrapper .half-col { float: left; width: 48%; margin-left: 4%; }
.form-wrapper .half-col:first-of-type { margin-left: 0; }
.form-wrapper .form-block { margin-top: 30px; }
.form-wrapper .form-block.short { width: 50%; }
.form-wrapper .form-block.middle { width: 75%; }
.form-wrapper .form-buttons { margin-top: 40px; text-align: center; }
.form-wrapper .form-message { margin-top: 40px; font-weight: 700; }

.warning-text { color: #e92f34; }
.success-text { color: #27a041; }

.field-error .textbox,
.field-error textarea,
.field-error.btn { border: 1px solid #e92f34; background-color: #ffd9d9; }
.field-error a { color: #e92f34; }



/* SPECIAL FORM */
.form-special { width: 100%; margin-top: 40px; }
.form-special .form-block { display: table; width: 100%; margin-top: 20px; }
.form-special .form-block.half-size { width: 48%; }
.form-special .form-block:first-of-type { margin-top: 0; }
.form-special .form-block .form-label,
.form-special .form-block .form-field { display: table-cell; vertical-align: middle; }
.form-special .form-block .form-label { width: 220px; padding-top: 0; padding-right: 15px; color: #232323; line-height: 22px; }
.form-special .bootstrap-select .btn { background: rgba(0,0,0,0.07); border-color: transparent; }
.form-field .textbox,
.form-field textarea { padding-top: 10px; padding-bottom: 10px; }
.form-field textarea { min-height: 120px; }

.form-special.half-col-wrapper { margin-top: -20px; }
.form-special .half-col { margin-top: 60px; }

.form-special .form-block.two-rows { display: block; }
.form-special .form-block.two-rows .form-label,
.form-special .form-block.two-rows .form-field { display: block; width: 100%; }
.form-special .form-block.two-rows .form-label { padding-top: 0; }
.form-special .form-block ul:not(.dropdown-menu) { display: table; width: 100%; margin: 0; padding: 0; list-style: none; }
.form-special .form-block ul:not(.dropdown-menu) li { display: table-cell; }
.form-special .form-field-label { width: 40px; padding-left: 30px; padding-right: 15px; }
.form-special .form-field-label:first-of-type { padding-left: 0; }
.form-special .form-buttons { text-align: right; }



.two-radios { line-height: 25px; }
.two-radios label { margin-left: 32px; }
.two-radios label:first-of-type { margin-left: 0; }

.months-wrap {
    background-color: #f2f2f2;
    padding: 23px 0;
}

.months {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.months li {
    display: inline-block;
    margin-left: 30px;
}

.months li:first-of-type {
    margin-left: 0;
}

.months a {
    font-weight: 700;
    color: #8b8b8b;
    text-decoration: none;
    display: block;
    border-bottom: 4px solid transparent;
}

.months a.active,
.months a:hover {
    border-bottom-color: #fed000;
    color: #000;
}

.mob-dropdown .current {
    display: none;
}


.pages {
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear:both;
}

.pages > li {
    display: inline-block;
    text-align: center;
    margin: 0 0 0 5px;
}

.pages > li:first-of-type {
    margin: 0;
}

.pages > li.active a {
    background-color: #fed000;
    font-weight: 700;
}

.pages > li > a {
    display: block;
    color: #282d33;
    padding: 0 15px;
    line-height: 40px;
}

.pages > li > a:hover,
.pages > li > a:focus {
    text-decoration: none;
}



/* FILTERS */

.show-filters { display: none; }
.show-filters a { position: relative; display: block; }
.show-filters a span { position: relative; top: 2px; margin-right: 10px; font-size: 16px; }

.filters-head { display: none; }
.filter-name { font-weight: 700; }

.stamps-search-by { background: #fff; border: 1px solid #d5d5d5; margin-bottom: 10px; padding: 20px 30px; }
.stamps-search-by:first-of-type { margin-top: 0; }
.stamps-search-by > div { display: table; width: 100%; }
.stamps-search-by .filter-name { display: table-cell; vertical-align: middle; }
.stamps-search-by .filter-field { display: table-cell; vertical-align: middle; }
.stamps-search-by .filter-button { display: table-cell; vertical-align: middle; }
.stamps-search-by .filter-field input,
.stamps-search-by .filter-button a { width: 100%; }

.term-selection .filter-name { width: 170px; }
.term-selection .filter-button { width: 120px; padding-left: 20px; }
.term-selection ul { margin: 0; padding: 0; list-style: none; overflow: hidden; }
.term-selection ul li { float: left; width: 50%; }
.term-selection label { margin: 0; font-weight: 400; }
.term-selection .filter-name { font-weight: 800; margin-bottom: 10px; }


.theme-selection { background: #fff; border: 1px solid #d5d5d5; margin-bottom: 10px; padding: 20px 30px; }
.theme-selection ul { margin: 0; padding: 0; list-style: none; overflow: hidden; }
.theme-selection ul li { float: left; width: 50%; }
.theme-selection label { margin: 0; font-weight: 400; }
.theme-selection .filter-name { font-weight: 800; margin-bottom: 10px; }

.year-selection .filter-name { width: 50%; }

.stamps-search-by .bootstrap-select .btn { border: 1px solid #c5c5c5; } 
.stamps-search-by .textbox,
.stamps-search-by .btn { padding-top: 10px; padding-bottom: 10px; }
.stamps-search-by .textbox { border-color: #c5c5c5; }



/* FILATELIJA REZULTATI */
.phil-group { margin-top: 40px; }
.phil-group-title { background: #fee573; font-weight: 800; text-transform: uppercase; padding: 10px 25px; }
.phil-group-desc { background: #d5d5d5; font-size: 15px; line-height: 22px; padding: 15px 25px; }
.phil-group-desc ul { margin: 0; padding: 0; list-style: none; }
.phil-group-desc ul li { display: inline-block; position: relative; padding-left: 15px; margin-left: 8px; }
.phil-group-desc ul li::before { position: absolute; left: 0; top: 2px; margin-top: -3px; content: '|'; }
.phil-group-desc ul li:first-of-type { padding-left: 0; margin-left: 0; }
.phil-group-desc ul li:first-of-type::before { display: none; }

.phil-res { display: table; width: 100%; table-layout: fixed; font-size: 15px; line-height: 22px; border: 1px solid #d5d5d5; margin-top: -1px; }
.phil-res:first-of-type { margin-top: 0; }
.phil-res-pic { display: table-cell; width: 200px; padding: 30px 0 30px 25px; vertical-align: top; }
.phil-res-details { display: table-cell; padding: 25px; vertical-align: top; }
.phil-res-details ul { margin: 0; padding: 0; list-style: none; }
.phil-res-details ul li { display: block; }
.phil-res-nr { font-size: 13px; }
.phil-res-title { text-transform: uppercase; font-weight: 800; }
.phil-res-title a:hover { opacity: 0.5; }
.phil-res-links { margin-top: 10px; }
.phil-res-links a { border-bottom: 1px solid #fed000; margin-left: 30px; }
.phil-res-links a::after { font: 11px 'posta'; content: '\69'; margin-left: 8px; }
.phil-res-links a:hover { border-bottom: 1px solid #888; }
.phil-res-links a:first-of-type { margin-left: 0; }

.phil-res-button { margin-top: 20px; }
.phil-res .phil-res-button .btn { padding: 6px 20px; }

.sidebar .phil-group { margin-top: 0; }
.sidebar .phil-group-title { padding: 20px 30px; font-size: inherit; line-height: 26px; }
.sidebar .phil-group-desc { padding: 20px 30px; font-size: inherit; line-height: 26px; }

.phil-item-basics { display: table; width: 100%; table-layout: fixed; }
.phil-item-basics .phil-item-left { display: table-cell; width: 200px; vertical-align: top; }
.phil-item-basics .phil-item-details { display: table-cell; padding: 0 0 0 40px; vertical-align: top; }
.phil-item-basics .phil-item-details ul { margin: 0; padding: 0; list-style: none; }
.phil-item-basics .phil-item-details ul li { display: block; }
.phil-item-basics .phil-item-details .phil-res-nr { font-size: inherit; margin-bottom: 20px; }
.phil-item-basics .phil-item-details .phil-res-links { margin-top: 20px; }
.phil-item-basics .phil-item-details .phil-res-button { margin-top: 30px; }

.phil-item-data { margin-top: 40px; }
.phil-item-data ul { display: table; width: 100%; margin: 0; padding: 0; list-style: none; }
.phil-item-data ul li { display: table-cell; vertical-align: top; padding-left: 40px; }
.phil-item-data ul li:first-of-type { width: 200px; text-align: right; font-weight: 800; padding-left: 0; }

.phil-item-desc { margin-top: 40px; }

.sibling-products .phil-results { margin-top: 40px; }

.phil-nav-items { position: fixed; left: 0; bottom: 0; width: 100%; height: auto; }
.phil-nav-items .sideNavLinks { float: right; height: 55px; }
.phil-nav-items .sideNavLinks:first-of-type { float: left; }
.phil-nav-items .sideNavLinks a { display: block; padding: 15px 20px; background: #fee573; text-align: center; }
.phil-nav-items .sideNavLinks a:hover { background: #555; color: #fed000; }
.phil-nav-items .sideNavLinks a span { position: relative; top: 3px; display: inline-block; vertical-align: middle; font-size: 15px; }
.phil-nav-items .sideNavLinks a i { display: inline-block; vertical-align: middle; font-style: normal; font-weight: 700; margin-right: 10px; }
.phil-nav-items .sideNavLinks:first-of-type a i { margin-right: 0; margin-left: 10px; }


.map-finder { display: table; width: 100%; background: #fed000; padding: 20px 40px; margin-bottom: 20px; }
.map-finder-select { width: 220px; display: table-cell; vertical-align: middle; }
.map-finder-field { width: 270px; padding-left: 50px; display: table-cell; vertical-align: middle; }
.map-finder-field input { border: 1px solid transparent; }
.map-finder-field input,
.map-finder-button .btn { padding-top: 10px; padding-bottom: 10px; width: 100%; }
.map-finder-button .btn { padding-left: 0; padding-right: 0; }
.map-finder-button { width: 130px; padding-left: 20px; display: table-cell; vertical-align: middle; }
.map-finder-check { padding-left: 20px; white-space: nowrap; display: table-cell; vertical-align: middle; }
.map-finder-reset { text-align: right; white-space: nowrap; display: table-cell; vertical-align: middle; padding-left:20px; }





/* INNER PAGES */
.inner-page .page-head { padding-bottom: 20px; }
.inner-page .page-middle { margin-top: 0; min-height: 0; }
.inner-page .page-middle .container { padding-top: 60px; }

.inner-page .news-wrapper { margin-top: -50px; }
.inner-page .news-wrapper .pages { margin-top: 20px; padding: 0 20px; }

.searchResults > div { font-weight: 700; margin-top: 30px; }
.searchResults > div:first-of-type { margin-top: 0; }
.searchResults > p > a { border-bottom: 1px solid transparent; opacity: 0.7; }
.searchResults > p > a:hover { border-bottom-color: #fed000; opacity: 1;  }


.tablica-borders { width: 100%; }
.tablica-borders th,
.tablica-borders td { padding: 8px 15px; line-height: 20px; } 
.tablica-borders th { background: #fed000; }
.tablica-borders td { background: #fff; }
.tablica-borders tr:nth-child(2n+1) td { background: #e5e5e5; }

.tablica-responsive td i { display: none; }




/* SEARCH AUTOCOMPLETE */
.autocomplete-suggestions { font-size: 14px; border: 0; border-radius: 0; min-width: 400px; background: #fff; cursor: default; overflow: auto; box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.3); }
.autocomplete-suggestion { padding: 7px 16px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 10px;}
.autocomplete-selected { background: #F0F0F0; cursor: pointer; }

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

    .autocomplete-suggestions { min-width: 100%; }

}



/* TOOLS */

.izracunwrap { background-color:#f9f8f2; -webkit-box-shadow: 10px 40px 45px 0px rgba(0,0,0,0.1); -moz-box-shadow: 10px 40px 45px 0px rgba(0,0,0,0.1); box-shadow: 10px 40px 45px 0px rgba(0,0,0,0.1); position:relative; overflow:hidden; }
.tabswitches { display: table; width: 100%; }
.tabswitch { text-align:center; background-color: #484848; width: 50%; display: table-cell; vertical-align: middle; color: rgba(255,255,255,0.7); padding: 18px 20px; font-weight: 700; line-height: 22px; }
.tabswitch:hover { background-color:#232323; color: #fff; }
.tabswitch.active { background-color:#fed000; color:#000; }

.izracunwrap .tab, 
.sitemapwrap .tab { display: none; }
.izracunwrap .tab.active,
.sitemapwrap .tab.active { display: block; }

.itemwrap { display:inline-block;}
.itemwrap img { border: 1px dashed transparent; border-radius:200px; padding:26px 11px; transition: border-color 0.2s ease-in;}
.itemwrap p { margin-top: 10px; text-align:center; }

.izracun-slajder { padding: 0 0 40px 0; overflow: hidden; }
.izracun-slajder .itemwrap { float: left; width: 33.3333%; padding: 40px 2% 0 2%; text-align: center; outline: none; line-height: 26px; }
.izracun-slajder .itemwrap > a > img { display: inline-block; width: 133px; height: 134px; }
.izracun-slajder .itemwrap > a:hover > img { background: url("../img/circle.png") no-repeat center top; background-size: cover; }

.sitemapwrap .tabswitches { max-width: 700px; }
.sitemapwrap .tab { background-color:#f9f8f2; -webkit-box-shadow: 10px 40px 45px 0px rgba(0,0,0,0.1); -moz-box-shadow: 10px 40px 45px 0px rgba(0,0,0,0.1); box-shadow: 10px 40px 45px 0px rgba(0,0,0,0.1); position:relative; overflow:hidden; padding: 40px; }
.sitemapwrap h4 { font-size: 20px; font-weight: 800; padding: 0 0 15px 0; margin-bottom: 20px; border-bottom: 1px solid #888; }
.sitemapwrap a { border-bottom: 1px solid transparent; }
.sitemapwrap a:hover { border-bottom: 1px solid #fed000; }
.sitemapSection { width: 100%; margin-top: 20px; }
.sitemapSection td { vertical-align: top; overflow: hidden; }
.sitemapLinklist { float: left; width: 50%; margin: 0; padding: 0; list-style: none; }
.sitemapLinklist > li { position: relative; padding-left: 25px; }
.sitemapLinklist > li::before { position: absolute; left: 0; top: 10px; width: 10px; height: 10px; background: #FCD400; border-radius: 50%; content: ''; }



.cmodal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0; bottom: 0; left: 0; right: 0;
    background: rgba(0,0,0,0.8);
    z-index: 999;
    overflow-y: auto;
    transition: opacity .2s ease-in;
}

.cmodal.active {
    visibility: visible;
    opacity: 1;
}

.cmodal .inner-wrap {
    position: relative;
    height: 100%;
    padding: 160px 40px 60px 40px;
    background: #454545;
    overflow: auto;
}

.cmodal .inner-wrap > form {
    margin: 0 auto;
    max-width: 500px;
    padding-bottom: 60px;
}

.cmodal .close-btn {
    position: absolute;
    top: 140px;
    right: 50%;
    margin-right: -570px;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    opacity: 0.5;
    transition: 0.5s all ease;
}

.cmodal .close-btn:hover { opacity:1; }

.cmodal .link-help {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #b5b5b5;
    border-bottom: 1px solid #888;
}

.cmodal .link-help:hover {
    color: #fff;
    border-bottom-color: #fed000;
}

.cmodal .subtitle {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cmodal .title {
    color: #fed000;
    font-size: 30px;
    line-height: 48px;
    font-weight: 600;
    margin: 0 0 40px 0;
    padding: 0 0 25px 0;
    border-bottom: 2px dashed #fed000;
}

.cmodal label {
    color: #d3d3d3;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    margin-top: 10px;
}

.cmodal .checkbox label {
    margin: 0;
}

.cmodal .checkbox label:before,
.cmodal .checkbox label:after {
    top: 2px;
}

.cmodal select {
    width: 100%;
}

.cmodal input[type="text"], .cmodal td.sivo input[type="text"]  {
    width: 100%;
    height: 46px;
    padding: 0 20px;
}

.cmodal input[type="text"].short {
    width: 80%;
}

.cmodal .input-ext {
    float: right;
    font-weight: 600;
    color: #d3d3d3;
    font-size: 20px;
    margin-top: 10px;
}

.cmodal .btn-action {
    margin-top: 20px;
}

.cmodal .heading {
    color: #fed000;
    font-weight: 400;
    margin-bottom: 15px;
}

.cmodal .c-text {
    color: #d3d3d3;
    font-weight: 400;
}

.cmodal .total {
    padding: 25px 0;
    border: 2px dashed #fed000;
    border-style: dashed none;
    margin: 40px 0;
}

.cmodal .total .clabel {
    text-transform: uppercase;
    color: #d3d3d3;
    float: left;
    width: 40%;
    margin-top: 6px;
}
.sivo {
    color:#d3d3d3;
}

.cmodal .total .price {
    color: #fed000;
    font-weight: 600;
    font-size: 30px;
    float: left;
}

.cmodal .total .valuta {
    font-weight: 600;
    color: #d3d3d3;
    font-size: 20px;
    margin-top: 3px;
    margin-left: 15px;
    display:inline-block;
}

.cmodal .col-1 {
    margin-top: 20px;
}

.cmodal .col-2 {
    margin-top: 10px;
}

.cmodal .input-wrap:first-of-type .col-1 {
    margin-top: 0;
}

.radio label, .checkbox label {
    padding-left: 0;
}




/* flash news */

.flash-news { background-color: #fed000; overflow: hidden; height: 90px; }
.flash-news .naslov { width: 275px; float: left; height: 90px; line-height: 90px; padding-top: 0; margin-bottom: 0; }
.flash-news .naslov > span { vertical-align: middle; }
.flash-news h3 { margin: 0; }
.f-wrap { margin-left: 275px; position: relative; height: 90px; }
.f-wrap:before { content: ""; position: absolute; top: -10px; left: 0; width: 82px; height: 10px; background-color: #c9c9c9; }
.f-wrap:after { content: ""; position: absolute; top: -10px; left: -10px; width: 0; height: 0; border-style: solid; border-width: 0 0 10px 10px; border-color: transparent transparent #696969 transparent; }
.f-slider.slick-vertical .slick-slide { border: none; outline: none; }

.f-date { display: block; float: left; width: 82px; text-align: center; font-size: 20px; color:#000; font-weight: 600; height: 90px; line-height: 90px; background-color: #c9c9c9; }
.f-text { display: block; margin-left: 82px; font-size: 14px; font-weight: 400; padding: 0 55px; height: 90px; line-height: 90px; }
.f-text > a { display: inline-block; line-height: 22px; vertical-align: middle; }
.f-text > a:hover { text-decoration: underline; }


#cookie-inner-wrapper {
    z-index: 999999;
    background: #fed000;
    padding: 15px 0;
    position:fixed;
    bottom:0;
}

#cookie-wrapper {
    margin: 0 auto;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    padding: 0 22px;
}

#cookie-info-wrapper {
    font-family:'Muli', Arial, sans-serif;;
    float: left;
    padding-right: 100px;
}

#cookie-inner-wrapper a {
    text-decoration: underline;
}

#cookie-button {
    margin:0;
    position: absolute;
    right: 0;
    top: 7px;
    right: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    background-color: #000000;
    cursor: pointer;
}

.print {
    opacity: 1;
}

.print:hover {
    opacity: 0.5;
}

.print-ico {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(../img/print.svg) no-repeat 50% 50%;
    background-size: 22px 22px;
}

.print .ispisi {
    display: inline-block; 
    vertical-align: top;
    line-height: 22px;
}

.error { border-color: #b94a48 !important;background:#ffd9d9; }


/* VOTE FOR STAMPS */
.vote-for-stamps { overflow: hidden; }
.vote-stamp-item { float: left; display: table; width: 50%; table-layout: fixed; margin-top: 16px; margin-bottom: 48px; }
.vote-stamp-item > div { display: table-cell; vertical-align: top; }
.vote-stamp-item .item-pic { width: 100px; text-align: center; }
.vote-stamp-item .item-body { padding: 0 20px; }
.vote-stamp-item ul { margin: 0; padding: 0; list-style: none; line-height: 24px; }
.vote-stamp-item .my-vote { margin-top: 16px; }

 .panorama-container {
    width: 100%;
    height: 480px;
}
#bio_ep{
	display:none; 
}
.services.tracktrace {padding: 40px 0 0 0;}
.services.tracktrace .featured-track {margin-bottom: 0;}
.featured-track.pola {width: 40%; margin-right: 30px;}

.track-field input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 13px !important;
}
.track-field input::-moz-placeholder { /* Firefox 19+ */
	font-size: 13px !important;
}
.featured-track .track-field input::-ms-input-placeholder { /* IE 10+ */
	font-size: 13px !important;
}
.track-field input:-moz-placeholder { /* Firefox 18- */
	font-size: 13px !important;
}
.featured-track .track-field input[type="text"]::-ms-input-placeholder {font-size: 13px !important;}
.featured-track .track-field input::placeholder { /* Firefox 18- */
	font-size: 13px !important;
}

.highlights {position: relative;}
.slajdplay {position: absolute; right: 20px; top:20px; z-index: 9999; }
.slajdplay  a {display: inline-block !important; margin-right: 10px !important; }
.slajdplay svg {width: 25px !important;}

.months-wrap .years {
    margin: 0 0 20px 0;
}

.play.active #Ellipse_197,
.play.active #Path_274 {
	stroke: #ffd100;
}

.stop.active #Ellipse_196,
.stop.active #Rectangle_38 {
	stroke: #ffd100;
}

.gd-logo {
    text-align: left;
    display: block;
    margin: 30px 0 0 0; 
}

.social .kvaliteta {
    position: relative;
    top: -10px;
}
.pad0 {padding: 0;}