h1,h2,h3,h4,h5,h6 {color:#000;font-family: 'Montserrat', sans-serif;}
/*h1 {font-size:34px;}*/
/*h2 {font-size:28px;}*/
/*h3 {font-size:22px;}*/

h1 {
    font-size:40px;
    line-height: 46px;
    margin-bottom: 20px;
    margin-top: 0;
}
h2 {font-size:20px;}
h3 {font-size:16px;line-height:22px;}

body {
    /*background:url('../img/bgBody.jpg') repeat #eee;*/
    line-height: 1.333rem;
    color: #000;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    /*font-family: 'Montserrat', Helvetica, Arial, sans-serif;*/
}

::selection {background: #ddd; /* Safari */}
::-moz-selection {background: #ddd; /* Firefox */}

p {margin:0 0 20px;}

textarea, select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
button {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius:0 !important;
    border:1px solid #999;
    color:#999;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
select.project-type-picker {
    color: #1f41bf;
    border: 1px solid #1f41bf;
}

textarea:focus, select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color:#1f41bf;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(200, 200, 200, 0.3);*/
    outline:none;
}

a {color:#999;}
a:hover {color:#1f41bf;}

table th {border-bottom:1px solid #1f41bf;}

.btn {
    border-radius: 0;
    color:#777777;
    -moz-border-radius: 0;
    -webkit-border-radius:0;
    border:1px solid #E0E0E0;
    background-color: #fff;
    *background-color: #f2f2f2;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#f2f2f2f2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -moz-box-shadow:0px 1px 0px 0px rgba(255,255,255,0.75);
    -webkit-box-shadow:0px 1px 0px 0px rgba(255,255,255,0.75);
    box-shadow:0px 1px 0px 0px rgba(255,255,255,0.75);
    font-size:12px !important;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.btn:hover {background:#fff;}
.btn:focus {outline:none;}

.btn.active {
    background:#F2F2F2;
    color:#999;
    -moz-box-shadow:0px 1px 0px 0px rgba(255,255,255,0.75) ,inset 0px 1px 2px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow:0px 1px 0px 0px rgba(255,255,255,0.75) ,inset 0px 1px 2px 0px rgba(0,0,0,0.15);
    box-shadow:0px 1px 0px 0px rgba(255,255,255,0.75) ,inset 0px 1px 2px 0px rgba(0,0,0,0.15);
}
.wpcf7-submit.btn {
    background-color: #1f41bf;
    background-image: none;
    color: #fff;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border: 1px solid #1f41bf;
    text-shadow: none;
}
a.box,
nav li a,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.carousel-control,
a.banner h4,
.accordion-toggle,
.box.sidebar .nav > li > a,
.pagination ul > li > a,
.box.sidebar .nav li li a,
.breadcrumb a,
.accordion-toggle img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,a:focus {text-decoration: none;outline:none;}

.header {
    background: #fff;
    padding: 20px 0;
    z-index: 100;
    position: relative;
}

.header .container {position:relative;}

.logo {
    background:url('../img/logo.png') no-repeat;
    width:210px;
    height:55px;
    float:left;
    background-size: 180px;
    text-indent: -9999px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
body.dark-theme.lang-hr .logo {
    background: url('../img/logo-hr-neg.png') no-repeat;
    width:210px;
    height:55px;
    float:left;
    background-size: 180px;
    text-indent: -9999px;
}
body.dark-theme.lang-en .logo {
    background: url('../img/logo-en-neg.png') no-repeat;
    width:210px;
    height:55px;
    float:left;
    background-size: 180px;
    text-indent: -9999px;
}
.sticky .logo,
.lang-en .sticky .logo {
    height: 45px;
    background-size: 145px;
}
.lang-en .logo {
    background:url('../img/logo-en.png') no-repeat;
    background-size: 180px;
    width:210px;
    height:55px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.header .tools {
    text-align: right;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.header .lang {margin-left:-1px;}
.header form {display:inline-block;margin:0;}
.header .tools input {
    background:url('../img/iconSearch.png') no-repeat 4px 4px;
    margin-bottom: 0;
    padding:2px 6px 2px 23px;
    font-size:12px !important;
}

.btn-navbar {
    display: none;
    float: right;
    z-index:100;
    margin-top:10px;
}

.nav {margin-bottom: 0;}
nav {
    font-size:12px;
    font-weight:bold;
    text-transform: uppercase;
    text-align: right;
}

nav li {
    display:inline-block;
    list-style: none;
    margin-left:20px;
    padding:0;
    position: relative;
    z-index: 100;
}

nav li a,
.nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu li a {
    color:#333;
    display:block;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius:0;
    border-bottom:2px solid #fff;
    font-weight: 500;
}

nav li a:hover,
.nav-collapse .dropdown-menu li a:hover {
    border-bottom:2px solid #ddd;
    background:transparent !important;
    color:#888;
    text-decoration: none;
}

nav li.active a,
.nav-collapse .nav > li.active > a,
.nav-collapse .dropdown-menu li.active a,
.nav-collapse .nav > li > a:hover {
    color:#1f41bf;
    border-bottom:2px solid #1f41bf;
}

.featured {
    padding:20px 0 40px 0;
}

.featured h1 {font-size:28px;margin:0;line-height:30px;}
.featured .box {height:260px;margin:0;}
.featured .box.small {height:100px;padding:20px 15px;}
.featured .box.small:first-child {margin-bottom:20px;}
.featured .box.small p {margin:0;}
.featured .box.small h5 {margin:0 0 10px;}
.featured .box.small p {color:#999;}

.breadcrumb {
    background:transparent;
    padding:0;
    margin:0px;
    font-size: 13px;
    line-height: 19px;
    display: none;
}
.breadcrumb a {color:#666;font-weight:bold;}
.breadcrumb a:hover {color:#1f41bf;}

h3.subtitle, h4.subtitle {margin-top:0;margin-bottom:20px;}

.carousel {margin-bottom:0;}

.carousel.box {min-height:128px;}

.carousel h4 {
    background:url('../img/slider.png') repeat-x;
    position:absolute;
    bottom:0px;
    left:0px;
    margin:0;
    color:#fff;
    text-shadow:0px 1px 1px rgba(0,0,0,0.3);
    width:100%;
    height:120px;
}
.carousel h4 span {
    padding:20px 120px 20px 20px;
    display:block;
    position:absolute;
    bottom:0px;
    left:0px;
}

.carousel h4 a {color:#eee;}
.carousel h4 a:hover {color:#fff;}

.carousel-nav {
    position:absolute;
    bottom:20px;
    right:25px;
    z-index:100;
}
.carousel-nav ul {margin:0;}
.carousel-nav li {display:inline-block;}

.carousel-nav li a {
    background:#fff;
    display:block;
    width:7px;
    height:7px;
    opacity:0.8;
    margin:0 2px;
}

.carousel-nav li a.active {
    background:transparent;
    border:1px solid #fff;
    width:5px;
    height:5px;
}

.sliders .carousel-nav {
    bottom:10px;
    left:0;
    text-align: center;
}
.sliders .carousel-nav li a {background:#E0E0E0;}
.sliders .carousel-nav li a.active {background:transparent;border-color:#E0E0E0;}

.carousel.carousel-fade .item {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {left: 0;z-index: 1;}
.carousel.carousel-fade .carousel-control {z-index: 3;}

.carousel-control {
    background:url('../img/arrows.png') no-repeat;
    width:24px;
    height:24px;
    opacity:0.8;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    position: absolute;
    top:20px;
    left:auto;
    margin-top:0;
    border:0;
}
.carousel-control:hover {opacity:1;}
.carousel-control.left {right:46px;}
.carousel-control.right {background-position:-24px 0;right:20px;}

.lightbox {
    background-color: transparent;
    text-align: center;
    line-height: 0;
    z-index: 1050;
    position: relative;
    top: 70px;
    outline: none;
}
.lightbox .hide {display: none;}
.lightbox .in {display: block;}
.lightbox-content {
    display: inline-block;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
.lightbox-header .close {
    color: white;
    margin-right: -36px;
    margin-top: -16px;
    font-size: 2em;
    opacity: .8;
    filter: alpha(opacity=80);
}
.lightbox-header .close :hover {
    opacity: .4;
    filter: alpha(opacity=40);
}

.highlight {
    background-color:#fff;
    color:#666;
    display:inline-block;
    text-transform: uppercase;
    font-size:10px;
    padding:2px 0;
    margin-bottom:6px;
}

.span9 .highlight {
    background:url('../img/date.png') no-repeat 0 4px #fff;
    padding:3px 8px 3px 20px;
    font-size:11px;
}

.box {
    background-color: #fff;
    -moz-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.15);
    box-shadow:0px 1px 3px 0px rgba(0,0,0,0.15);
    padding:20px;
    margin-bottom:20px;
}

.box.sidebar,
.box.widget {
    background: #ebebeb;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    
}

.box.sidebar {
    padding: 15px 22px 5px 22px;
}
.box.widget {
    padding: 15px 22px 15px 22px;
}

.box.sidebar .nav {margin-top:0;}
.box.sidebar .nav-list > li > a,
.box.widget .nav-list > li > a {
    padding:5px 0;
    font-weight: bold;
    text-transform:uppercase;
    margin-bottom: 0;
}
.box.sidebar.widget .nav-list > li:last-child > a,
.box.widget .nav-list > li:last-child > a {
    margin-bottom: 0;
    
}

.box.sidebar .nav > li > a,
.box.widget .nav > li > a {
    color:#000;
    font-size:12px;
}
.box.sidebar .nav li li a {font-size:12px;line-height: 20px;text-transform: uppercase;color: #000;}
.box.sidebar .nav > li > a:hover {color:#1f41bf;}
.box.sidebar .nav-list > .active > a,
.box.sidebar .nav-list > .active > a:hover {
    background:transparent;
    border-left:3px solid #1f41bf;
    color:#1f41bf;
    text-shadow:none;
    padding-left:13px;
}

.box.sidebar .nav ul {margin:0 0 10px;}
.box.sidebar .nav li li {
    list-style: none;
    padding:5px 0 5px 0;
}
.box.sidebar .nav li li a {display:block;position:relative;}
.box.sidebar .nav li li.active {border-left:1px solid #1f41bf;}
.box.sidebar .nav li li.active a {color:#1f41bf;}
.box.sidebar .nav li li a:hover {color: #1f41bf;}
.box.sidebar .nav li li a:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    left: -12px;
    top: 7px;
    background: #1f41bf;
    opacity: 0;
}
.box.sidebar .nav ul li .sub-menu li a:before {display:none;}
.box.sidebar .nav li li.current-menu-item a:before,
.box.sidebar .nav li li a:hover:before {
    opacity: 1;
}
.box.sidebar .nav ul > .current-menu-ancestor > a {color:#1f41bf;position:relative;}
.box.sidebar .nav ul > .current-menu-ancestor > a:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: absolute;
    left: -15px;
    top: 8px;
    background: #1f41bf;
    opacity: 1;
}

.span9 .pull-left {margin-bottom:10px;}

a.thumb,.well {
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
}
a.thumb:hover {
    border-color:#ccc;
    box-shadow: 0 0 8px rgba(200, 200, 200, 0.3);
}
.span9 .thumb, .span3 .thumb {display:inline-block;margin:6px;}


.span3 .media-list {font-size:12px;}
.span3 .media-list h6 {font-size:12px;line-height:16px;font-weight:bold;}

.span3 .media-list li {
    line-height: 14px;
    border-bottom:1px solid #eee;
    padding-bottom:10px;
    margin-bottom:10px;
}

.span3 .media-list li:last-child {border:0;margin:0;padding:0;}

.sectors .accordion-heading .accordion-toggle {
    height:80px;
    position:relative;
    overflow: hidden;
    line-height:80px;
    font-size:14px;
    font-weight: bold;
    color:#858585;
}
.sectors .accordion-heading img {
    position: absolute;
    top:0;
    right:0;
    opacity:1;
}
/*.sectors .accordion-heading .accordion-toggle:hover {height:80px;line-height:80px;}
.sectors .accordion-heading .accordion-toggle:hover img { opacity:1;}*/
.sectors .accordion-heading span {position: relative;z-index:10;}

.box.banner {
    background:#F8F8F8;
    padding:0 20px !important;
    height:220px;
    position: relative;
    text-align: left;
    border-bottom:0;
    font-size:13px;
}
.box.banner:hover {border-bottom: 0;}
.box.banner img {position: absolute;left:0;}
.box.banner h4 {margin:0px 0px 10px;}
.box.banner .banner-text {position: absolute;left:20px;padding-right:20px;}

.box.banner.bottom img {top:0;}
.box.banner.bottom .banner-text {bottom:20px;}

.box.banner.top img {bottom:0;}
.box.banner.top .banner-text {top:20px;}


.accordion-heading {font-size:16px;}

.content {margin-bottom:20px;font-size:13px;}
.content .media-heading {margin:10px 0;}
.content .media-body {font-size:12px;}

.content ul {margin-left:20px;}
.content li {line-height: 24px;}

.pagination {margin:40px 0 10px;}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span,
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span,
.accordion-group {
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}

a.box,.ticker {
    background:url('../img/gradientGray.png') repeat-x bottom #fff;
    display:block;
    text-align:center;
    padding:30px 10px 5px;
    cursor:pointer;
    border-bottom:2px solid #F6F6F6;
    color:#858585;
    position:relative;
}

a.box:hover,.ticker {color:#858585;border-bottom:2px solid #C10D19;}
a.box h4,a.box h5 {color:#858585;margin-bottom:0;}
a.box:hover h4,a.box:hover h5 {color:#C10D19;}

a.box p {margin:0 0 10px;}

a.box.span6 {padding:20px;text-align: left;position:relative;}
a.box.span6 h5 {margin-top:0;}

.ticker {color:#C10D19;border-bottom:0;padding:5px;cursor:default;margin-top:20px;}

.span3 a.box {padding:20px 20px 10px 70px;overflow:hidden;text-align: left;}
.span3 a.box h5 {font-size:12px;line-height:16px;}

.span2 a.box{min-height:90px;}

.icon {
    background:url('../img/iconSet.png') no-repeat;
    width:32px;
    height:32px;
    display:block;
    margin:auto;
}
a.box.span6 .icon {position:absolute;top:15px;right:15px;}
.span3 a.box .icon {position:absolute;float:left;top:20px;left:20px;}

.icon1 {background-position: 0 0;}
a.box:hover .icon1 {background-position: 0 -32px;}
.icon2 {background-position: -32px 0;}
a.box:hover .icon2 {background-position: -32px -32px;}
.icon3 {background-position: -64px 0;}
a.box:hover .icon3 {background-position: -64px -32px;}
.icon4 {background-position: -96px 0;}
a.box:hover .icon4 {background-position: -96px -32px;}
.icon5 {background-position: -128px 0;}
a.box:hover .icon5 {background-position: -128px -32px;}
.icon6 {background-position: -160px 0;}
a.box:hover .icon6 {background-position: -160px -32px;}

.icon7 {background-position: -192px 0;}
a.box:hover .icon7 {background-position: -192px -32px;}
.icon8 {background-position: -224px 0;}
a.box:hover .icon8 {background-position: -224px -32px;}
.icon9 {background-position: -256px 0;}
a.box:hover .icon9 {background-position: -256px -32px;}
.icon10 {background-position: -288px 0;}
a.box:hover .icon10 {background-position: -288px -32px;}
.icon11 {background-position: -320px 0;}
a.box:hover .icon11 {background-position: -320px -32px;}
.icon12 {background-position: -352px 0;}
a.box:hover .icon12 {background-position: -352px -32px;}

.icon13 {background-position: -384px 0;}
a.box:hover .icon13 {background-position: -384px -32px;}
.icon14 {background-position: -416px 0;}
a.box:hover .icon14 {background-position: -416px -32px;}
.icon15 {background-position: -448px 0;}
a.box:hover .icon15 {background-position: -448px -32px;}
.icon16 {background-position: -480px 0;}
a.box:hover .icon16 {background-position: -480px -32px;}
.icon17 {background-position: -512px 0;}
a.box:hover .icon17 {background-position: -512px -32px;}
.icon18 {background-position: -544px 0;}
a.box:hover .icon18 {background-position: -544px -32px;}
.icon19 {background-position: -576px 0;}
a.box:hover .icon19 {background-position: -576px -32px;}

.icon20 {background-position: -608px 0;}
a.box:hover .icon20 {background-position: -608px -32px;}
.icon21 {background-position: -640px 0;}
a.box:hover .icon21 {background-position: -640px -32px;}
.icon22 {background-position: -672px 0;}
a.box:hover .icon22 {background-position: -672px -32px;}

.sliders h5, .span3 .box h5 {
    text-transform: uppercase;
    margin-top:0;
    letter-spacing: 1px;
    color:#999;
}
.sliders h3 {font-size:13px;line-height:20px;}
.sliders li {line-height:16px;color:#999;}
.sliders .pull-right {width:88px;height:78px;overflow:hidden;line-height:78px;}
.sliders .pull-right img {vertical-align:middle;display:inline;}

.media-list {margin-top:20px;}
.media {margin-top:0;background:#fff;}
.media .pull-right {margin-left: 20px;}
.media .pull-left {margin-right: 20px;}
.media p {margin-bottom:0;}

footer {
    border-top: 2px solid #ebebeb;
    margin-top: 50px;
}

footer .container {padding: 50px 0;}
footer .span12 {width: 100%;max-width: 100%;}
footer .span3 {width: 28%;}
footer p {
    font-size: 16px;
    line-height: 22px;
}
footer ul {
    padding-left: 0;
    list-style-type: none;
    margin-left: 0;
}
footer ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
footer p {color: #1f41bf;font-weight: 600;}
footer a {color: #333;}

footer .nav li {text-transform: uppercase;}


.partners {margin-bottom:10px;}
.partners a {
    background:url('../img/partners.png') no-repeat;
    display:inline-block;
    width:50px;
    height:50px;
    margin:0 2px;
}

.partners a.vlada {background-position:0px 0px;}
.partners a.vlada:hover {background-position:0px -50px;}
.partners a.mingorp {background-position:-50px 0px;}
.partners a.mingorp:hover {background-position:-50px -50px;}
.partners a.hgk {background-position:-100px 0px;}
.partners a.hgk:hover {background-position:-100px -50px;}
.partners a.hok {background-position:-150px 0px;}
.partners a.hok:hover {background-position:-150px -50px;}
.partners a.hup {background-position:-200px 0px;}
.partners a.hup:hover {background-position:-200px -50px;}
.partners a.hbor {background-position:-250px 0px;}
.partners a.hbor:hover {background-position:-250px -50px;}
.partners a.hgd {background-position:-300px 0px;}
.partners a.hgd:hover {background-position:-300px -50px;}
.partners a.hnb {background-position:-350px 0px;}
.partners a.hnb:hover {background-position:-350px -50px;}
.partners a.hamag {background-position:-400px 0px;}
.partners a.hamag:hover {background-position:-400px -50px;}
.partners a.minpo {background-position:-450px 0px;}
.partners a.minpo:hover {background-position:-450px -50px;}
.partners a.mvep {background-position:-500px 0px;}
.partners a.mvep:hover {background-position:-500px -50px;}
.partners a.konkurentnost {background-position:-550px 0px;}
.partners a.konkurentnost:hover {background-position:-550px -50px;}
.partners a.cei {background-position:-600px 0px;}
.partners a.cei:hover {background-position:-600px -50px;}
.partners a.dutp {background-position:-650px 0px;}
.partners a.dutp:hover {background-position:-650px -50px;}
.partners a.cut {background-position:-700px 0px;}
.partners a.cut:hover {background-position:-700px -50px;}
.partners a.izvozni-portal {background-position:-750px 0px;}
.partners a.izvozni-portal:hover {background-position:-750px -50px;}

.white-page {background:#fff;}
.white-page .box.content {box-shadow:none;padding:0;}
/*.white-page .span3 div.box {background-color: #F8F8F8;}*/

.white-page .span3 div.box.box-inverted {background-color: #1f41bf;}
.white-page .span3 div.box.box-inverted .widget-title,
.white-page .span3 div.box.box-inverted .media-heading a,
.white-page .span3 div.box.box-inverted a.archive-link {color: #ffffff; text-shadow: none;}
.white-page .span3 div.box.box-inverted .media-heading a:hover,
.white-page .span3 div.box.box-inverted a.archive-link:hover {color: #999999;}

/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {
    body {padding:0px;}
    .header,.featured {padding:10px 20px;}
    .nav-collapse .nav {margin-bottom:0px;}
    nav {width:100%;z-index:10;margin-top:10px;}
    nav li {margin:0;}
    nav li a {
        background:#eee;
        text-align: center;
    }
    nav li ul,nav li:hover ul {opacity:0;display:none;}
    .nav-collapse .nav > li > a {margin-bottom: 1px;padding-bottom:6px;border-bottom: 0;}
    .nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {border-bottom: 0;background:#ddd !important;}
    nav li.active a, .nav-collapse .nav > li.active > a,
    .nav-collapse .dropdown-menu li.active a,
    nav li.active a:hover, .nav-collapse .nav > li.active > a:hover,
    .nav-collapse .dropdown-menu li.active a:hover {
        border-bottom: 0;
        background:#1f41bf !important;
        color:#fff;
        text-shadow:none;
    }
    .logo {
        background:url('../img/logo.png') no-repeat;
        background-size: 90%;
        display:block;
        float:none;
        width:210px;
        height:69px;
        margin:0 0 10px;
    }
    .logo.logo-en {
        background:url('../img/logo-en.png') no-repeat;
        background-size: 90%;
    }
    body.dark-theme.lang-hr .logo,
    body.dark-theme.lang-en .logo {
        background-size: 90%;
    }
    .btn:focus {outline:none;}
    .btn-navbar {display: block;margin-bottom:10px;}
    .header .lang span {display:none;}
    .featured .box {height:auto;}
    #slider {float:none;margin:auto;}
    .carousel h4 {font-size:16px;}
    .box {padding:10px;}
    .box.banner h4 {font-size:16px;}
    .breadcrumb {margin-left:10px;margin-bottom:10px;}
    .span2 a.box, .span4 a.box {min-height: 128px;}
    .carousel-control.right {right: 10px;}
    .carousel-control.left {right: 36px;}
    .carousel.box {min-height: 142px;}
    .carousel h4 {font-size:14px;}
    .carousel h4 span {padding:15px;}
    .span8 .carousel-nav {bottom:auto;top:10px;right:10px;}
}

/* Landscape phones and down */
@media (max-width: 767px) {
    .white-page .box.content {box-shadow:none;padding:0 20px;}
    .featured {padding: 0 20px 10px 20px;}
    .logo {
        display:block;
        float:none;
        margin:23px 0 10px;
    }
    .btn-navbar {
        float: right;
        z-index:100;
        margin-top:10px;
        margin-bottom:0px;
        position:absolute;
        top:30px;
        right:0px;
        width:46px;
        height:46px;
        text-indent: -9999px;
        outline: none;
    }
    #slider.carousel img {width:100%;}
    .sectors .accordion-heading img {width:auto;max-width:520px;right:-50%;}
    nav li {width:100%;}
    .btn-navbar {background:url('../img/btn-navbar.png') no-repeat 0 0px;margin-top: 0;}
    .btn-navbar:focus,
    .btn-navbar:active {background:url('../img/btn-navbar.png') no-repeat 0 -46px;}
    
    .header .tools {text-align: right;position: absolute;top:0px;width:100%;}
    .carousel h4 {font-size:12px;}
    .carousel h4 span {padding:10px;}
    .span8 .carousel-nav {bottom:auto;top:10px;right:10px;}
    .box.banner {width:180px;margin:0 auto 20px;}
    .featured h1 {font-size:16px;margin-left:10px;padding-bottom:10px;}
    .span2 a.box {min-height: 90px;}
    .carousel.box {min-height: 120px;}
    
}

#print-logo {
    display: none;
    visibility: hidden;
}

/*
186 - nav li.active a {color:#C10D19;border-bottom:2px solid #C20E1A;}
 */
nav li.current-menu-item a,
nav li.current-menu-ancestor a,
nav li.current-page-ancestor a,
nav li.current-menu-parent a {color:#1f41bf !important;border-bottom:2px solid #1f41bf !important;}

/*
196 - .featured .box
 */
.featured .box { height: 260px; margin: 0; overflow: hidden; }

/*
471 - .icon1 {background-position: 0 0;}
a.box:hover .icon1 {background-position: 0 -32px;}
.icon2 {background-position: -32px 0;}
a.box:hover .icon2 {background-position: -32px -32px;}
.icon3 {background-position: -64px 0;}
a.box:hover .icon3 {background-position: -64px -32px;}
.icon4 {background-position: -96px 0;}
a.box:hover .icon4 {background-position: -96px -32px;}
.icon5 {background-position: -128px 0;}
a.box:hover .icon5 {background-position: -128px -32px;}
.icon6 {background-position: -160px 0;}
a.box:hover .icon6 {background-position: -160px -32px;}
 */
.ellipsis {background-position: 0 0;}
a.box:hover .ellipsis, a.box.active .ellipsis {background-position: 0 -32px;}
.book {background-position: -32px 0;}
a.box:hover .book, a.box.active .book {background-position: -32px -32px;}
.calculator {background-position: -64px 0;}
a.box:hover .calculator, a.box.active .calculator {background-position: -64px -32px;}
.download {background-position: -96px 0;}
a.box:hover .download, a.box.active .download {background-position: -96px -32px;}
.icon5 {background-position: -128px 0;}
a.box:hover .icon5, a.box.active .icon5 {background-position: -128px -32px;}
.document {background-position: -160px 0;}
a.box:hover .document, a.box.active .document {background-position: -160px -32px;}

/*
540 - .icon7 {background-position: -192px 0;}
a.box:hover .icon7 {background-position: -192px -32px;}
.icon8 {background-position: -224px 0;}
a.box:hover .icon8 {background-position: -224px -32px;}
.icon9 {background-position: -256px 0;}
a.box:hover .icon9 {background-position: -256px -32px;}
.icon10 {background-position: -288px 0;}
a.box:hover .icon10 {background-position: -288px -32px;}
.icon11 {background-position: -320px 0;}
a.box:hover .icon11 {background-position: -320px -32px;}
.icon12 {background-position: -352px 0;}
a.box:hover .icon12 {background-position: -352px -32px;}

.icon13 {background-position: -384px 0;}
a.box:hover .icon13 {background-position: -384px -32px;}
.icon14 {background-position: -416px 0;}
a.box:hover .icon14 {background-position: -416px -32px;}
.icon15 {background-position: -448px 0;}
a.box:hover .icon15 {background-position: -448px -32px;}
.icon16 {background-position: -480px 0;}
a.box:hover .icon16 {background-position: -480px -32px;}
.icon17 {background-position: -512px 0;}
a.box:hover .icon17 {background-position: -512px -32px;}
.icon18 {background-position: -544px 0;}
a.box:hover .icon18 {background-position: -544px -32px;}
.icon19 {background-position: -576px 0;}
a.box:hover .icon19 {background-position: -576px -32px;}
 */
.lightbulb {background-position: -192px 0;}
a.box:hover .lightbulb, a.box.active .lightbulb {background-position: -192px -32px;}
.pen {background-position: -224px 0;}
a.box:hover .pen, a.box.active .pen {background-position: -224px -32px;}
.people {background-position: -256px 0;}
a.box:hover .people, a.box.active .people {background-position: -256px -32px;}
.wallet {background-position: -288px 0;}
a.box:hover .wallet, a.box.active .wallet {background-position: -288px -32px;}
.exchange {background-position: -320px 0;}
a.box:hover .exchange, a.box.active .exchange {background-position: -320px -32px;}
.icon12 {background-position: -352px 0;}
a.box:hover .icon12, a.box.active .icon12 {background-position: -352px -32px;}

.anchor {background-position: -384px 0;}
a.box:hover .anchor, a.box.active .anchor {background-position: -384px -32px;}
.screen {background-position: -416px 0;}
a.box:hover .screen, a.box.active .screen {background-position: -416px -32px;}
.car {background-position: -448px 0;}
a.box:hover .car, a.box.active .car {background-position: -448px -32px;}
.food {background-position: -480px 0;}
a.box:hover .food, a.box.active .food {background-position: -480px -32px;}
.beaker {background-position: -512px 0;}
a.box:hover .beaker, a.box.active .beaker {background-position: -512px -32px;}
.plane {background-position: -544px 0;}
a.box:hover .plane, a.box.active .plane {background-position: -544px -32px;}
.factory {background-position: -576px 0;}
a.box:hover .factory, a.box.active .factory {background-position: -576px -32px;}

.coins {background-position: -608px 0;}
a.box:hover .coins, a.box.active .coins {background-position: -608px -32px;}
.building {background-position: -640px 0;}
a.box:hover .building, a.box.active .building {background-position: -640px -32px;}
.graph {background-position: -672px 0;}
a.box:hover .graph, a.box.active .graph {background-position: -672px -32px;}

/*
365 - .box.sidebar .nav-list > .active > a, .box.sidebar .nav-list > .active > a:hover {
    background:transparent;
    border-left:3px solid #C20E1A;
    color:#C20E1A;
    text-shadow:none;
    padding-left:13px;
}
 */
.box.sidebar .nav-list > .current-menu-item > a,
.box.sidebar .nav-list > .current-menu-item > a:hover,
.box.sidebar .nav-list > .current-menu-ancestor > a,
.box.sidebar .nav-list > .current-menu-ancestor > a:hover,
.box.sidebar .nav-list > .current-menu-parent > a,
.box.sidebar .nav-list > .current-menu-parent > a:hover,
.box.widget .nav-list > .current-menu-item > a {
    text-shadow:none;
    color: #1f41bf;
}
/*
381,382 - .box.sidebar .nav li li.active {border-left:1px solid #C20E1A;}
.box.sidebar .nav li li.active a {color:#C20E1A;}
 */

.box.sidebar .nav li li.current-menu-item > a {color:#1f41bf;}

.box.sidebar .nav ul {margin: -5px 0 10px 0;}
.box.sidebar .nav ul li .sub-menu {margin: 0 !important;}
.box.sidebar .nav ul li .sub-menu li {padding: 5px 0 5px 5px;}

.box.sidebar h5 { padding :12px 15px 0px 15px;}
.sidebar.RecentPostsWidget ul, .sidebar.TestimonialsWidget ul, .sidebar.RecentPostsWidget a.archive-link { padding: 0 15px;}

.box.widget.RecentPostsWidget {
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 0px 30px 20px 30px;
}
.box.widget.RecentPostsWidget a {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
}
.box.widget.RecentPostsWidget .media-list {margin-bottom: 20px;}

.box.content #search {
    background:url('../img/iconSearch.png') no-repeat 4px 4px;
    margin-bottom: 0;
    padding:2px 6px 2px 23px;
    font-size:12px !important;
}

.fancybox-skin {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

/*
900 - bootstrap.css
blockquote p {
margin-bottom: 0;
font-size: 16px;
font-weight: 300;
line-height: 25px;
}
 */
blockquote p {
    margin-bottom: 0;
    font-size: inherit;
    font-weight: 300;
    line-height: 25px;
}

body {
    -webkit-font-smoothing: antialiased;
}
/*223
.carousel.box {min-height:128px;}
*/
.carousel.box {min-height:170px;}

/*589
.footer {text-align: center;margin:20px 0;}
 */

.sliders p {margin-bottom: 0;}

#location, #project-location {
    width: 100%;
    height: 400px;
}
#location img, #project-location img {
    max-width: none;
}

/*387
.box.sidebar .nav > li > a:hover {color:#999;}
 */
/*.box.sidebar .nav > li > a:hover {background-color:#C20E1A; color: #ffffff;}*/

html { overflow-y: scroll; }

/*2
h1 {font-size:34px;}
h2 {font-size:28px;}
h3 {font-size:22px;}
 */

.content > h1 {margin-top: 0;}

.content p, .accordion-body, .content ul li {line-height: 1.7em;}

.accordion-body {text-align: justify;}

/*
66
a {color:#999;}
a:hover {color:#C20E1A;}
 */
.content a {color:#1f41bf;}
.content a:hover {text-decoration: none;color:#1f41bf;}

h4.media-heading a {color:#000;}
h4.media-heading a:hover {color:#1f41bf;}

p + ul, p + ol {margin-top: -10px;}

a.box:hover, #sectors a.accordion-toggle:hover {text-decoration:none;}

/*507,509
a.box:hover,.ticker {color:#858585;border-bottom:2px solid #C10D19;}
a.box:hover h4,a.box:hover h5 {color:#C10D19;}
*/
a.box.active {color:#858585;border-bottom:2px solid #C10D19;}
a.box.active h4,a.box.active h5 {color:#C10D19;}

.min-height-250 {height: 280px;}
.min-height-250 th {height: 40px;}
h1.media-heading {line-height: 1.2em;}

/*483
.content .media-body {font-size:12px;}
*/
.content .media-body {font-size:13px;}

th {background-color: #1f41bf !important; color: #ffffff !important;}

img.page-featured {
    margin-bottom: 20px;
}

.textwidget, .mc4wp-form {padding:0 15px;}
.mc4wp-form {margin-bottom: 10px;}

/*
581
 */
.sliders h5, .span3 .box h5 {letter-spacing: 0px;}

/*161
nav {
    font-size:12px;
}*/
nav {font-size:13px;}
.welcome .box {text-align: justify;}

/*454
.sectors .accordion-heading .accordion-toggle:hover, .accordion-hover {height:80px;line-height:80px;}
.sectors .accordion-heading .accordion-toggle:hover img, .accordion-hover img { opacity:1;}
*/
.accordion-hover {height:80px !important;line-height:80px !important;}
.accordion-hover img { opacity:1 !important;}

@media (max-width: 480px) {
    table {width: 600px !important;}
}
.special p {
    line-height: 16px;
    color: #999;
}
.special h3 {
    line-height: 20px;
    color: #999;
    font-size: 13px;
}
.single .media p {
    margin-bottom: 20px;
}


@media print {
    .sidebar, .partners, .breadcrumb, .tools, .nav-collapse, .btn-navbar, .ticker {display:none;}
    #print-logo {display:block; visibility: visible;}
}

/*
135
 */
.lang-en .logo {
    background:url('../img/logo-en.png') no-repeat;
    background-size: 180px;
    width:210px;
    height:55px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

/*
665
 */
@media (max-width: 979px) {
    .lang-en .logo {
        background:url('../img/logo-en.png') no-repeat;
        background-size: 180px;
        width:210px;
        height:55px;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }
}

.content img.alignnone, .content img.aligncenter {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.content span.pull-left img.media-object {
    margin-right: 20px;
}
.person-position {
    font-size: 11px;
}

#zones-map {
    width: 100%;
    height: 500px;
}
#zones-map img {
    max-width: none;
}

.poi-switcher {
    margin-top: 20px;
    margin-bottom: 20px;
}
a.poi-label {
    display: inline-block;
    zoom: 1;
    height: 31px;
    padding-left: 35px;
    color: #666666;
    vertical-align: baseline;
    line-height: 31px;
    margin-right: 30px;
}
.poi-label:hover {
    text-decoration: none;
}
.poi-air-port {
    background: url('../img/poi-air-port.png') no-repeat 0px 0px;
}
.poi-river-port {
    background: url('../img/poi-river-port.png') no-repeat 0px 0px;
}
.poi-sea-port {
    background: url('../img/poi-sea-port.png') no-repeat 0px 0px;
}
.poi-county-port {
    background: url('../img/poi-county-port.png') no-repeat 0px 0px;
}
.poi-label.hid {
    background-position: 0px -31px;
}
a.title-link {
    font-size: 14px;
    color: #000;
}
a.title-link:hover {
    text-decoration: none;
    color: #1f41bf;
}
ul#zone-basket {
    margin: 0;
}
li.zone-in-basket {
    list-style: none;
    border-bottom: 1px solid #ddd;
}
.zone-in-basket h6 {
    font-size: 14px;
    margin-bottom: 0px;
}
.zone-in-basket > a {
    text-align: right;
    display: block;
    font-size: 12px;
}
.zone-in-basket h5 {
    margin: 0;
}
.compare-zones {
    font-size: 12px;
    font-weight: normal;
}
thead.zone-head h3 {
    margin: 0;
    line-height: 20px;
}
label.inline-label {
    display: inline-block;
    margin-right: 15px;
}
#agency-wrapper {
    max-width: 680px;
    margin: 0 auto;
}
#agency-map {
    padding-top: 98%;
    position: relative;
    background-image: url('../img/agencies.png');
    background-size: cover;
    -moz-background-size: cover;
    background-position: center;
}
.agency-link {
    background-color: red;
    position: absolute;
    width: 10px;
    height: 10px;
}
.agency-0 {
    top: 3.8%;
    left: 48.3%;
}
.agency-1 {
    top: 6%;
    left: 47%;
}
.agency-2 {
    top: 69%;
    left: 41%;
}
.agency-3 {
    top: 57%;
    left: 27.6%;
}
.agency-4 {
    top: 26%;
    left: 34.5%;
}
.agency-5 {
    top: 29%;
    left: 15%;
}
.agency-6 {
    top: 16%;
    left: 55%;
}
.agency-7 {
    top: 93.6%;
    left: 78.6%;
}
.agency-8 {
    top: 40%;
    left: 4.7%;
}
.agency-9 {
    top: 10%;
    left: 55%;
}
.agency-10 {
    top: 9%;
    left: 40%;
}
.agency-11 {
    top: 73.6%;
    left: 50%;
}
.agency-12 {
    top: 32.4%;
    left: 75%;
}
.agency-13 {
    top: 23%;
    left: 86%;
}
.agency-14 {
    top: 29%;
    left: 69%;
}
.agency-15 {
    top: 27%;
    left: 48%;
}
.agency-16 {
    top: 17.4%;
    left: 64%;
}
.agency-17 {
    top: 29%;
    left: 89%;
}
.agency-18 {
    top: 17%;
    left: 41%;
}
.agency-19 {
    top: 48%;
    left: 30%;
}
.popover {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
}

/*
 Forms (CF7)
 */

.wpcf7-not-valid-tip {
    position: static !important;
    border: 0 !important;
    color: #1f41bf;
}
.wpcf7-not-valid {
    border-color: #1f41bf !important;
}
.wpcf7-validation-errors, .wpcf7-mail-sent-ng {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: #1f41bf;
}
.wpcf7-mail-sent-ok {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: #398f14;
}

/*
Captions
 */
.wp-caption {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    padding: 5px;
    margin-bottom: 5px;
}
.wp-caption img, .wp-caption-text {
    padding: 5px;
}
.wp-caption-text {
    margin-bottom: 0;
}
.wp-caption.alignright {
    float: right;
    margin-left: 1em;
}
.wp-caption-text {
    text-align: left !important;
}
.wp-caption-text a {
    color: #666;
}

.wpcf7-list-item {
    display: block;
    margin-left: 0 !important;
    padding: 0.5em 0;
    font-size: 14px !important;
}
.wpcf7-checkbox {
    height: auto !important;
}
.wpcf7-list-item input[type=checkbox] {
    margin: 0 !important;
    margin-right: 5px !important;
}

/*
 * AIK publications
 */
.publication h6 {
    margin: 0;
}
.publication-versions {
    margin-top: 10px;
    height: 30px;
}
.publication-versions a {
    display: inline;
    vertical-align: middle;
}
.publication-versions select {
    border: 1px solid #1f41bf;
    color: #1f41bf;
}
.red {
    color: #1f41bf;
}

.box.grey {
    background-color: #F8F8F8;
}
.conference-speaker .speaker-image,
.conference-speaker .speaker-name,
.conference-speaker .speaker-description {
    text-align: center;
}
table .talk-title {
    margin-top: 0;
}
table.talks-schedule tbody tr td {
    padding-top: 18px;
}

/* Cookie Consent */
.cc_container {
    font-size: 13px !important;
    font-family: inherit !important;
}
.cc_more_info {
    color: #fff !important;
    text-decoration: underline !important;
}
.cc_more_info:hover {
    color: #fff !important;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    background-color: #1f41bf !important;
    color: #ffffff !important;
}
.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
    background-color: #ffffff !important;
    color: #000000 !important;
}
.cc_container .cc_message {
    line-height: 1.4em !important;
}
/**
 * Hodogram
 */
#hodogram .row {
    margin-top: 30px;
}
#hodogram .span2 {
    width: 20%;
}
#hodogram h2 {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}
#hodogram .row:nth-of-type(1) h2 { text-align: center;}
#hodogram .row:nth-of-type(2) h2 {margin-top: 30px;}
#hodogram h2 a {
    font-size: 18px;
    line-height: 24px;
}
.content a.hodogram__main-item {
    color: #000;
}
.content .hodogram__main-item-column:hover a.hodogram__main-item,
.content a.hodogram__main-item.active-item {
    color: #1f41bf;
}
.hodogram__main-item img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    width: auto;
}
.hodogram__main-item-column:hover img,
.hodogram__main-item.active-item img {
    -webkit-filter: none;
    filter: none;
}
.hodogram__container {
    border: 0;
}
.content a.accordion-toggle-no-hover {
    display: block;
    padding: 10px;
    font-weight: 600;
    position: relative;
}
.content a.accordion-toggle-no-hover {color:#000;}
.content a.accordion-toggle-no-hover:after {
    content: "\2039";
    color: #1f41bf;
    position: absolute;
    right: 0;
    bottom: 11px;
    font-size: 30px;
    transform: rotate(90deg);
}
.content a.accordion-toggle-no-hover.collapsed:after {
    content: "\203A";
    color: #1f41bf;
    position: absolute;
    right: 0;
    bottom: 11px;
    font-size: 30px;
    transform: rotate(90deg);
}

@media (max-width: 768px) {
    .span2.hodogram__main-item-column {
        float: left !important;
        width: 48% !important;
    }
    h1 {
        font-size: 26px;
        line-height: 32px;
        text-align: center;
    }
}

/**
 * Metrics
 */
.metrics {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.metrics .span4 {
    width: 33%;
    margin: 0;
}
/*.metrics .box {*/
/*    min-height: 65px;*/
/*    padding: 30px 10px 5px !important;*/
/*}*/
.metrics a.box {
    background: transparent;
    border: none;
    box-shadow: none;
    cursor: default;
}
.metrics .span4 .number-item {
    padding: 120px 50px 0 50px;
    text-align: center;
}
.metrics .span4:nth-of-type(1) .number-item {
    background:url('../img/icona-metrics-1.jpg') no-repeat top center;
}
.metrics .span4:nth-of-type(2) .number-item {
    background:url('../img/icon-metrics-2.jpg') no-repeat top center;
}
.metrics .span4:nth-of-type(3) .number-item {
    background:url('../img/icon-metrics-3.jpg') no-repeat top center;
}
.metrics .number-item--text {
    color: #333;
    font-size: 12px;
}
.box--red {
    background: #1f41bf !important;
}
.box--red .number-item {
    color: #ffffff;
}
.box--red .countup-number {
    color: #ffffff;
}
.box--transparent {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
.box .number-item {
    text-align: left;
}
