/* General styles */

body {
  font-family: Open Sans, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 400;
  backface-visibility: hidden;
  background-color: #EFF9FA;
}

h1, h2, h3 {
  font-family: Open Sans, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 700;
  text-rendering: geometricPrecision;
}
.navbar-default .container-fluid {
  max-width: 1170px;
  margin: 0 auto;
}
.navbar-default { 
  background-color:#0085B2;
  border:0px;
  margin-bottom:0px;
  min-height: 70px;
  width: 100%;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  border-bottom: 1px solid transparent;
}
.navbar-default .navbar-nav>li>a {
  font-size:13px;
  padding: 25px 4px;
  color: #fff;
  font-family: Open Sans, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 700;
  text-transform: uppercase;
  opacity: .85;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
  color: #fff;
  opacity: 1;
}
.navbar-nav.navbar-right:last-child {
  margin-right: -15px;
}
.navbar-nav > li > .dropdown-menu {
  border-radius: 0;
  padding: 0;
  right: 0;
  left: auto;
}
.navbar-nav .dropdown-menu>li>a {
  padding: 10px 20px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.navbar-nav .dropdown-menu>li>a:hover {
  background-color: #f5f5f5;
  color: #0085B2;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  background-color: rgba(255,255,255,.12);
  color: #fff;
}

.navbar-default .navbar-toggle {
  margin-top: 17px;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus {
  background-color:transparent;
  border:0px;
  border-radius: 0;
  padding: 6px 10px;
}
.navbar-default .navbar-toggle:hover {
  background-color:transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color:#fff;
  height: 4px;
}
.navbar-default .navbar-collapse {
  border:0px;
}
.navbar-collapse .navbar-nav>li>a.btn-default {
  padding:6px 16px;
  border-width: 1px;
  margin-top: 17px;
  font-size: 12px;
  margin-left: 5px;
}
.navbar-collapse .navbar-nav>li>a.btn-default:hover {
  background-color: #fff;
  color: #53A4A4;
}

.navbar-default .navbar-brand {
  padding-top: 10px;
  min-height: 70px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  color: #fff;
  font-size: 30px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  opacity: .9;
  color: #fff;
}
.navbar-default .navbar-nav>li>a.btn-login {
  color: #fff;
  background-color: #434A54;
  padding: 8px 20px;
  font-size: 14px;
  margin-top: 15px;
}
.navbar-default .navbar-nav>li>a.btn-login:hover {
  color: #fff;
  background-color: #46CAAA;
}


.pagination {
  display: block;
  text-align: center;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.pagination>li>a {
  border-radius: 0;
  float: none;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #aaa;
  background-color: #fff;
  border: none;
  margin-left: -1px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}




/* Buttons */

.btn {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  font-family: Open Sans, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 700;
  font-size: 13px;
}
.btn:focus {
  text-decoration: none;
}
.btn .fa {
  /*margin-left: 10px;*/
  margin-left: 2px;

}



.btn-primary {
  background-color: #0085B2;
  font-weight: 700;
  border: 1px solid #00769D;
  line-height: 1em;
  padding: 16px 25px;
}
.btn-primary:hover {
  background-color: #00769D;

}
.btn-default {
  background-color: transparent;
  border: 1px solid #36BED6;
  color: #36BED6;
  text-transform: uppercase;
  font-weight: 700;
  /*font-size: 13px;*/
  /*padding: 16px 25px;*/

  padding-bottom: 1px;
  padding-top: 1px;
  padding-left: 5px;
  padding-right: 5px;

  font-size: 11px;

  letter-spacing: 1px;
}
.btn-default:hover {
  background-color: #36BED6;
  color: #fff;
  border: 1px solid #36BED6;
}


.btn-large.btn-apply {
  padding: 14px 20px;
  box-shadow: 0 0 0 3px #fff;
}
.btn-large.btn-apply:hover {
  box-shadow: 0 0 0 4px #fff;
}
.btn-large {
  font-size: 20px;
  padding: 22px 25px;
}

.img-resp-center {
  margin-left: auto;
  margin-right: auto;
}


/* General styles */
.row.collapsed {
  margin: 0;
}
.collapsed > [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* Promo section */

.toppromo {
  position: relative;
  padding-top: 39.06%;
}
.toppromo .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}



.more {
  position: absolute;
  bottom: 0;
  left: 50%;
  color: #fff;
  line-height: 1em;
  text-align: center;
  width: 160px;
  margin-left: -80px;
  font-size: 12px;
  padding-bottom: 35px;
}
.more p {
  opacity: .65;
  margin: 0;
}
.more .icon-arrow2 {
  position: absolute;
  bottom: 10px;
  margin-left: -6px;
  animation: arrowbounce 1s alternate infinite;
  -moz-animation: arrowbounce 1s alternate infinite; /* Firefox */
  -webkit-animation: arrowbounce 1s alternate infinite; /* Safari and Chrome */
  -o-animation: arrowbounce 1s alternate infinite; /* Opera */
}
.newsroom body {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.newsroom .toppromo {
  min-height: inherit;
  border-bottom: 1px solid #E1E6EA;
  min-height: 150px;
  background-color: #F1F3F5;
}
.newsroom .bar {
  background-color: #53A4A4;
  min-height: 70px;
}
.newsroom .message {
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  transform: translate(0px, 0);
  padding-top: 20px;
}
.newsroom .message .sect {
  color: #525252;
}

.img-nokia {
  text-align: center;
  margin-top: -270px;
  margin-bottom: 50px;
}
.block-center {
  min-height: 540px;
  position: relative;
  padding-top: 145px;
  margin-top: 20px;
}
.whitebox {
  background-color: #fff;
  max-width: 800px;
  padding: 65px 80px;
  margin: 0 auto;
  text-align: center;
}



/* Content block styles */

.content .block-inner {
  background-color: #fff;
  padding: 40px 60px;
  padding-top: 0;
}
.content-home {
  position: relative;
  z-index: 5;
  margin-top: -27%;
}
.content-sub {
  margin-top: 40px;
}
.content-nopadding .block-inner {
  padding: 0;
}
.content-sub .content-block {
  padding-top: 40px;
}
.tabs-sections .nav-tabs {
  border-bottom-color: transparent;
  margin-top: -60px;
  margin-left: -60px;
}
.tabs-sections .nav-tabs>li>a {
  margin-right: 2px;
  padding: 20px 32px;
  color: #444;
  background-color: rgba(255,255,255,.75);
  border: none;
  text-transform: uppercase;
  font-family: Open Sans, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 700;
  font-size: 15px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.tabs-sections .nav-tabs>li>a:hover {
  background-color: rgba(255,255,255,.85);
}
.tabs-sections .nav-tabs>li.active>a, 
.tabs-sections .nav-tabs>li.active>a:hover, 
.tabs-sections .nav-tabs>li.active>a:focus {
  color: #0085B2;
  background-color: #fff;
  border: none;
}
.tabs-sections .tab-pane {
  padding-top: 30px;
}
.tab-pane p {
  font-size: 15px;
  line-height: 1.5em;
  margin: 8px 0;
}
.tab-pane ul {
  font-size: 15px;
  margin: 15px 0;
}
.tab-pane ul li {
  margin: 4px 0;
  line-height: 1.4em;
}

.list-faq dt {
  display: block;
  background-color: #F5FBFC;
  font-size: 16px;
  position: relative;
  padding: 12px 15px;
  padding-right: 60px;
  margin: 5px 0;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  cursor: pointer;
}
.list-faq dt:hover {
  background-color: #EFF9FA;
}
.list-faq dt:after {
  content: "\f078";
  font: normal normal normal 14px/1 FontAwesome;
  color: #0085B2;
  font-size: 70%;
  position: absolute;
  right: 15px;
  top: 17px;
}
.list-faq dt.open {
  color: #0085B2;
}
.list-faq dt.open:after {
  content: "\f077";
}
.list-faq dd {
  display: none;
  padding: 8px 0;
  padding-bottom: 15px;
}

.list-decisions li {
  position: relative;
  border-top: 1px solid #ECF1F2;
  display: block;
  padding: 12px 5px;
}
.list-decisions .btn-default {
  font-size: 11px;
  padding: 6px 10px;
}

.list-decisions .btn {
    font-size: 11px;
    padding: 6px 10px;
}
.list-decisions .btn .fa {
    font-size: 18px;
    margin: 0;
}

.list-decisions p,
.tab-pane .list-decisions p {
  line-height: 1.2em;
  margin: 0;
}
.list-decisions .title,
.tab-pane .list-decisions .title {
  font-weight: bold;
  margin-bottom: 6px;
  color: #444;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.list-decisions .badge {
  background-color: #f5f5f5;
  color: #777;
  border-radius: 3px;
  font-weight: 400;
  margin-right: 10px;
}
.list-decisions .actions {
  padding-top: 8px;
}
.list-decisions a:hover,
.list-decisions a:focus {
  text-decoration: none;
}
.list-decisions a:hover .title {
  color: #36BED6;
}

.list-decisions .btn-text {
    border-radius: 3px;
    color: #36bed6;
    display: inline-block;
    padding: 1px 6px;
    transition: all 0.2s linear 0s;
}
.list-decisions .btn-text:hover {
    background-color: #36bed6;
    border-color: #36bed6;
    color: #fff;
}
.list-decisions .date {
    color: #777;
    text-decoration: none;
}



/* Article styles */
.article {
  padding-top: 40px;
}
.article h1 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 22px;
  line-height: 1.2em;
}
.article h2,
.content-block h2 {
  font-size: 22px;
  margin-top: 42px;
  margin-bottom: 20px;
}
.article h3,
.content-block h3 {
  font-size: 20px;
  margin-top: 35px;
  margin-bottom: 15px;
}
.article h4,
.content-block h4 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 700;
}
.article .intro {
  font-size: 18px;
  line-height: 1.5em;
  color: #777;
  margin-bottom: 15px;
}
.article .date {
  padding: 8px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 35px;
}
.article p {
  font-size: 16px;
  line-height: 1.65em;
  margin-bottom: .8em;
}
.article ul {
  font-size: 16px;
}
.article ul li {
  margin: 5px 0;
  line-height: 1.65em;
}
.article .list-items li {
  padding-left: 25px;
  border-left: 2px solid #f5f5f5;
  margin: 16px 0;
}
.img-inline {
  margin: 25px 0;
}
.img-inline figcaption {
  color: #777;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}
.box {
  border: 1px solid #ddd;
  padding: 25px 30px;
  margin-bottom: 25px;
}
.article .box h2, 
.article .box h3 {
  margin-top: 0;
  margin-bottom: 25px;
}
.article .checkbox {
  margin: 16px 0;
}
.article .checkbox label {
  font-size: 16px;
  padding-left: 0;
}
.article .checkbox.largertype label {
  font-size: 18px;
}
.article .checkbox.largesttype label {
  font-size: 20px;
}
.article .checkbox .help-block {
  padding-left: 18px;
}


/* Larger type */

.larger .article p {
  font-size: 18px;
}
.larger .article .intro {
  font-size: 20px;
}
.larger .article h1 {
  font-size: 30px;
}
.larger .article ul {
  font-size: 18px;
}
.larger .date {
  font-size: 13px !important;
}
.larger .list-submenu a {
  font-size: 15px;
}
.larger .contactbox li {
  font-size: 16px;
}
.larger .btn-txt {
  font-size: 14px;
}
.larger .btn {
  font-size: 14px;
}
.larger .news-top p {
  font-size: 15px;
}
.larger .news-top h2 {
  font-size: 21px;
}
.larger .list-news .title {
  font-size: 19px;
}
.larger .list-news .btn-default {
  font-size: 12px;
}
.larger .tab-pane .list-decisions .title {
  font-size: 16px;
}
.larger .list-faq dt {
  font-size: 17px;
}
.larger .tab-pane p {
  font-size: 16px;
}

/* Largest type */

.largest .article p {
  font-size: 20px;
}
.largest .article .intro {
  font-size: 22px;
}
.largest .article h1 {
  font-size: 32px;
}
.largest .article ul {
  font-size: 20px;
}
.largest .date {
  font-size: 14px !important;
}
.largest .list-submenu a {
  font-size: 16px;
}
.largest .contactbox li {
  font-size: 17px;
}
.largest .btn-txt {
  font-size: 15px;
}
.largest .btn {
  font-size: 15px;
}
.largest .news-top p {
  font-size: 16px;
}
.largest .news-top h2 {
  font-size: 22px;
}
.largest .list-news .title {
  font-size: 20px;
}
.largest .list-news .btn-default {
  font-size: 13px;
}
.largest .tab-pane .list-decisions .title {
  font-size: 17px;
}
.largest .list-faq dt {
  font-size: 18px;
}
.largest .tab-pane p {
  font-size: 17px;
}

/* Grey display settings */
body.grey {
  background-color: #eee;
}
.grey a:not(.btn) {
  color: #444;
  text-decoration: underline;
}
.grey a:not(.btn):hover {
  color: #000;
  text-decoration: none;
}
.grey .navbar-nav .dropdown-menu>li>a:hover {
  color: #000;
}
.grey .navbar-default {
  background-color: #444;
}
.grey .footer {
  background-color: transparent;
}
.grey .article .intro {
  color: #000;
}
.grey .article p {
  color: #000;
}
.grey .article .btn-primary {
  background-color: #444;
  border-color: #222;
}
.grey .article .btn-primary:hover {
  background-color: #222;
}
.grey .list-submenu a {
  background-color: transparent;
  color: #000;
}
.grey .list-submenu a.active, 
.grey .list-submenu a.active:hover {
  border-left-color: #444;
  color: #000;
}
.grey h4.sect {
  color: #000;
}
.grey h4.sect:after {
  background-color: #ddd;
}
.grey .btn-search {
  background-color: #777;
}
.grey .btn-search:hover {
  background-color: #444;
}
.grey .btn-txt:hover {
  color: #222;
}
.grey .contactbox {
  background-color: #eee;
}
.grey .contactbox .iconcircle {
  color: #444;
}
.grey .list-quick li a {
  border: 1px solid #ccc;
  color: #222;
}
.grey .list-quick li a:hover {
  border-color: #444;
}
.grey .iconcircle {
  background-color: #AAA;
}
.grey .newsletter .form-control {
  border: 1px solid #444;
}
.grey .btn-newsletter {
  background-color: #777;
}
.grey .btn-newsletter:hover {
  background-color: #444;
}
.grey .tabs-sections .nav-tabs>li.active>a, 
.grey .tabs-sections .nav-tabs>li.active>a:hover, 
.grey .tabs-sections .nav-tabs>li.active>a:focus {
  color: #000;
  text-decoration: none;
}
.grey .news-top {
  border-bottom: 1px solid #ccc;
}
.grey .news-top a {
  text-decoration: none;
}
.grey .news-top a:hover h2 {
  color: #000;
}
.grey .news-top p {
  color: #444;
}
.grey .btn-default {
  border: 1px solid #777;
  color: #444;
}
.grey .btn-default:hover {
  border: 1px solid #444;
  color: #fff;
  background-color: #444;
}
.grey .list-news li a:hover .title {
  color: #000;
}
.grey .list-news a {
  text-decoration: none;
  border-top: 1px solid #ccc;
}
.grey .list-faq dt {
  background-color: #fff;
  border-top: 1px solid #ccc;
  margin: 0;
}
.grey .list-faq dt.open {
  color: #000;
  background-color: #f5f5f5;
}
.grey .list-faq dt:after {
  color: #444;
}
.grey .btn-download .fa {
  color: #777;
}
.grey .btn-download {
  border-color: #ccc;
}
.grey .btn-download:hover {
  border-color: #444;
}
.grey .list-decisions li {
  border-top: 1px solid #ccc;
}
.grey .list-decisions a {
  text-decoration: none;
}
.grey .list-decisions a:hover .title {
  color: #000;
}


/* Invert display settings */
body.invert {
  background-color: #eee;
}
.invert .content .block-inner {
  background-color: #000;
}
.invert a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}
.invert a:not(.btn):hover {
  color: #fff;
  text-decoration: none;
}
.invert .navbar-nav .dropdown-menu>li>a {
  background-color: #444;
  color: #fff;
}
.invert .navbar-nav .dropdown-menu>li>a:hover {
  color: #fff;
  background-color: #000;
}
.invert .navbar-default {
  background-color: #000;
}
.invert .footer {
  background-color: transparent;
}
.invert .article .intro {
  color: #fff;
}
.invert .article p {
  color: #fff;
}
.invert .article h1, 
.invert .article h2,
.invert .article h3,
.invert .article h4,
.invert .article h5 {
  color: #fff;
}
.invert .article .btn-primary {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.invert .article .btn-primary:hover {
  background-color: #ddd;
  color: #000;
}
.invert .list-submenu a {
  background-color: transparent;
  color: #fff;
}
.invert .list-submenu a:hover {
  background-color: #444;
  color: #fff;
}
.invert .list-submenu a.active, 
.invert .list-submenu a.active:hover {
  border-left-color: #fff;
  color: #000;
  text-decoration: none;
}
.invert h4.sect {
  color: #fff;
}
.invert h4.sect:after {
  background-color: #ddd;
}
.invert .btn-search {
  background-color: #777;
}
.invert .btn-search:hover {
  background-color: #444;
}
.invert .btn-txt:hover {
  color: #222;
}
.invert .contactbox {
  background-color: #fff;
}
.invert .contactbox .iconcircle {
  color: #fff;
  background-color: #444;
}
.invert .list-quick li a {
  border: 1px solid #ccc;
  color: #fff;
}
.invert .list-quick li a:hover {
  border-color: #fff;
}
.invert .iconcircle {
  background-color: #fff;
  color: #444;
}
.invert .newsletter .form-control {
  border: 1px solid #444;
}
.invert .btn-newsletter {
  background-color: #777;
}
.invert .btn-newsletter:hover {
  background-color: #444;
}
.invert .tabs-sections .nav-tabs>li>a:hover {
  color: #000;
}
.invert .tabs-sections .nav-tabs>li.active>a, 
.invert .tabs-sections .nav-tabs>li.active>a:hover, 
.invert .tabs-sections .nav-tabs>li.active>a:focus {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.invert .news-top {
  border-bottom: 1px solid #ccc;
}
.invert .news-top a {
  text-decoration: none;
  color: #fff;
}
.invert .news-top h2 {
  color: #eee;
}
.invert .news-top a:hover h2 {
  color: #fff;
}
.invert .news-top p {
  color: #ccc;
}

.invert .btn-default {
  border: 1px solid #ccc;
  color: #fff;
}
.invert .btn-default:hover {
  border: 1px solid #fff;
  color: #000;
  background-color: #fff;
}
.invert .list-news .title {
  color: #eee;
}
.invert .list-news li a:hover .title {
  color: #fff;
}
.invert .list-news a {
  text-decoration: none;
  border-top: 1px solid #ccc;
}
.invert .list-faq dt {
  background-color: #fff;
  border-top: 1px solid #ccc;
  margin: 0;
}
.invert .list-faq dt.open {
  color: #000;
  background-color: #f5f5f5;
}
.invert .list-faq dt:after {
  color: #444;
}
.invert .btn-download .fa {
  color: #ddd;
}
.invert .btn-download {
  border-color: #eee;
  color: #eee;
}
.invert .btn-download:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}
.invert .list-decisions .title {
  color: #eee;
}
.invert .list-decisions li {
  border-top: 1px solid #ccc;
}
.invert .list-decisions a {
  text-decoration: none;
}
.invert .list-decisions a:hover .title {
  color: #fff;
}
.invert .tab-pane p {
  color: #fff;
}
.invert .tab-pane ul {
  color: #fff;
}

.invert .body {
  color: #fff;
}

.list-submenu {
  /*margin-bottom: 35px;*/
  margin-top: 35px;
  border-top: 1px solid #E0EAEB;
}
.list-submenu a {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  padding: 15px 12px;
  font-weight: 700;
  color: #777;
  border-bottom: 1px solid #E0EAEB;
  background-color: #F5FAFA;
  border-left: 3px solid transparent;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.list-submenu a:hover {
  color: #444;
  background-color: #FAFCFC;
}
.list-submenu a.active,
.list-submenu a.active:hover {
  background-color: #fff;
  border-left-color: #36BED6;
  color: #222;
}

/* Publications List */

.list-pubs {
  margin: 35px -1.3%;
}
.list-pubs li {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #E0EAEB;
  border-radius: 3px;
  width: 30.3333333%;
  margin: 0 1.25%;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.list-pubs li:hover {
  border-color: #0085B2;
}
.list-pubs li:hover .imgbox {
  background-color: #fff;
}
.list-pubs li:hover .fa {
  color: #0085B2;
}
.list-pubs li a {
  text-decoration: none;
}
.list-pubs .imgbox {
  min-height: 70px;
  border-bottom: 1px solid #E0EAEB;
  background-color: #F5FAFA;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.list-pubs .imgbox .fa {
  color: #E0EAEB;
  font-size: 36px;
  position: relative;
  top: 15px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.list-pubs .inner {
  padding: 8px;
}
.list-pubs p {
  margin: 0;
  color: #777;
}
.list-pubs .title {
  font-weight: 700;
  font-size: 17px;
  color: #444;
}


/* News section */

h1.section {
  margin: 0;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 12px 8px;
  color: #0085B2;
}
.date {
  font-size: 12px !important;
  text-transform: uppercase;
  color: #BABABA !important;
  font-weight: 700;
}
.small {
  font-size: 13px !important;
}
.tab-pane .list-news {
  margin: 0;
}
.tab-pane .list-news li {
  margin: 0;
}
.list-news li a {
  position: relative;
  border-top: 1px solid #ECF1F2;
  display: block;
  padding: 20px 5px;
}
.list-news li a:hover,
.list-news li a:focus {
  text-decoration: none;
}
.list-news li a:hover .title {
  color: #36BED6;
}
.list-news p {
  margin: 0;
  line-height: 1.2em;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  margin-bottom: 8px;
}
.list-news .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
  color: #444;
}
.list-news .btn-default {
  font-size: 11px;
  padding: 6px 8px;
  margin-top: 8px;
}

.news-top {
  position: relative;
  border-bottom: 1px solid #ECF1F2;
  margin-bottom: -1px;
  padding: 15px 5px;
  min-height: 105px;
}
.news-top a:hover,
.news-top a:focus {
  text-decoration: none;
}
.news-top a:hover h2 {
  color: #36BED6;
}
.news-top h2 {
  font-size: 20px;
  color: #444;
  line-height: 1.1em;
  margin: 0;
  margin-bottom: 5px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.news-top p {
  color: #868686;
  /*font-size: 14px;*/
  line-height: 1.4em;
  display: inline;
  font-size: 13px;
}
.news-top .imgbox {
  /*width: 200px;*/
  width: 120px;
  max-height: 130px;
  overflow: hidden;
  margin-bottom: 10px;
}
.news-top .imgbox img {
  width: 100%;
  height: auto;
  margin-top: 4px;
}


.btn-download {
  display: block;
  border: 1px solid #E0EAEB;
  position: relative;
  padding: 18px 15px;
  padding-left: 55px;
  color: #444;
  line-height: 1.2em;
  margin: 3px 0;
  border-radius: 4px;
  text-align: left;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  white-space: normal;
  font-size: 14px;
}
.btn-download:hover {
  text-decoration: none;
  border-color: #0085B2;
}
.btn-download .fa {
  color: #0085B2;
  font-size: 20px;
  position: absolute;
  left: 12px;
  margin-top: -2px;
}

/* Sidebar */
.sidebar {
  padding-top: 40px;
}
.sidebar h4:first-child {
  margin-top: 0;
}
h4.sect {
  margin-top: 35px;
  margin-bottom: 15px;
  color: #0085B2;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
h4.sect:after {
  content: "";
  width: 60px;
  height: 12px;
  background-color: #EFF9FA;
  display: inline-block;
  margin-left: 5px;
}
h4.sect.nomragin {
  margin: 0;
  margin-bottom: 25px;
}

/* Quick links */

.list-quick li a {
  display: block;
  border: 1px solid #E0EAEB;
  position: relative;
  padding: 12px 15px;
  padding-left: 65px;
  color: #444;
  line-height: 1.2em;
  margin: 3px 0;
  border-radius: 4px;
  min-height: 50px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.list-quick li a:hover {
  text-decoration: none;
  border-color: #0085B2;
}
.list-quick li a:focus {
  text-decoration: none;
}
.list-quick .iconcircle {
  position: absolute;
  left: 15px;
  margin-top: -2px;
}

.iconcircle {
  background-color: #0085B2;
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 20px;
  line-height: 36px;
  border-radius: 60px;
  text-align: center;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  color: #fff;
}

/* Newsletter */

.newsletter {
  margin-bottom: 35px;
}
.newsletter p {
  color: #AAA;
}
.newsletter .form-control {
  box-shadow: none;
  border: 1px solid #A9C4C7;
  height: 46px;
}
.newsletter .form-group {
  position: relative;
}
.btn-newsletter {
  background-color: #A9C4C7;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 3px;
  top: 3px;
  color: #fff;
  font-size: 18px;
}
.btn-newsletter:hover {
  color: #fff;
  background-color: #0085B2;
}
.btn-newsletter .fa {
  margin: 0;
}

.form-search .form-control {
  border: none;
  height: 46px;
  box-shadow: none;
}
.form-search .form-group {
  position: relative;
  margin-bottom: 50px;
}

.form-search.form-search-sub .form-group {
  position: relative;
  margin-bottom: 0px;
  margin-top: 35px;
}

.btn-search {
  background-color: #0085B2;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  line-height: 34px;
  position: absolute;
  right: 3px;
  top: 3px;
  color: #fff;
  font-size: 18px;
}
.btn-search:hover,
.btn-search:focus {
  color: #fff;
  background-color: #36BED6;
}
.btn-search .fa {
  margin: 0;
}
.form-search-home {
  margin-top: -60px;
  margin-right: -60px;
}
.form-search-sub .form-control {
  border: 1px solid #ddd;
}
.btn-txt {
  font-weight: 700;
  color: #777;
  font-size: 13px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.btn-txt:hover {
  text-decoration: none;
  color: #0085B2;
}
.btn-advanced {
  display: block;
  padding: 5px 0;
  color: #aaa;
}

/* Contacts */

.contactbox {
  background-color: #EFF9FA;
}
.contactbox .img-responsive {
  max-width: inherit;
  width: 100%;
  height: auto;
}
.contactbox .inner {
  padding: 10px 30px;
}
.contactbox .iconcircle {
  background-color: #FFF;
  color: #0085B2;
  position: absolute;
  left: 0;
}
.contactbox li {
  position: relative;
  padding-left: 50px;
  margin: 16px 0;
}
.contactbox .hours {
  margin: 0 -30px;
  border-top: 1px solid #fff;
  padding: 0 30px;
  padding-top: 15px;
}



/* Advanced Search */
.content-nopadding .block-inner {
  overflow: hidden;
  position: relative;
  min-height: 650px;
}
.content-nopadding .block-inner:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #eee;
  position: absolute;
  /*left: 330px;*/
  right: 330px;
  top: 0;
}
.search-sidebar {
  width: 330px;
  /*float:left;*/
  float: right;
  padding: 40px;
  padding-right: 0px;

  /* STARO */
  /*position: relative;*/

  z-index: 5;
  /*margin-right: 40px;
*/  /*position: absolute;
*/ /*margin-right: -348px; margin-top: -218px;*/  top: 0px;
  right: 0px;
}
.search-sidebar .btn-help.pull-right {
  position: relative;
  z-index: 5;
  margin-right: 15px;
}

/* NOVO */

.searchbox .form-group {

	margin-bottom: 7px;
	position: relative;
}

.searchbox .btn-help {
    position: absolute;
    right: 10px;
    top: 13px;
}

.form-mainsearch {
    border: 2px solid #ddd;
    height: 46px;
}

.searchbox .btn-search {
    font-size: 13px;
    padding-left: 16px;
	padding-right: 16px;
    /*width: auto;*/
	width: 100%;
	position: relative;
	top: 0px;
	height: auto;
	left: 0px;
	right: 0px;
	height: 52px;
	padding-top: 8px;
	margin-top: 4px;
}



.btn-advsearch {
    color: #0085b2;
    display: inline-block;
    /*margin-bottom: 15px;*/
	margin-bottom: 5px;
    position: relative;
}
.btn-advsearch::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.15);
    content: "";
    display: inline-block;
    height: 0;
    margin-left: 8px;
    position: relative;
    top: -2px;
    width: 0;
}
.btn-advsearch.open::after {
    border-color: -moz-use-text-color transparent rgba(0, 0, 0, 0.15);
    border-style: none solid solid;
    border-width: medium 6px 5px;
}

.list-decisions .no {

	left: 0;
    position: absolute;
}

/* END NOVO */


.search-results {
  padding: 40px;
  padding-right: 70px;
  min-height: 650px;
}
.search-header {
	border-top: 1px solid #ddd;
    padding-top: 12px;
    position: relative;
}
.search-header p {
    color: #777;
    font-size: 14px;
    margin-top: -20px;
}
.search-header .sorting {
    position: absolute;
    right: 0;
    top: 12px;
}
.search-header label {
    color: #aaa;
    font-size: 13px;
    font-weight: 400;
    padding-right: 2px;
}
.search-header .form-control {
    box-shadow: none;
}
.search-sidebar form label {
  font-weight: 400;
  font-size: 12px;
  line-height: 1em;
}
.selectize-input.focus {
  box-shadow: none !important;
}

.tagslist {
  padding: 10px 0;
  border-top: 1px solid #ECF1F2;
}
.tagslist .btn-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  border: 1px solid #EEE;
  background-color: #f5f5f5;
  padding: 2px 6px;
  border-radius: 3px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-decoration: none;
}
.tagslist a.btn-tag {
  background-color: #0085B2;
  border-color: #0085B2;
  color: #fff;
  text-decoration: none;
}
.tagslist a.btn-tag:hover {
  background-color: #009ED2;
}

.btn-help {
  background-color: #BBB;
  width: 20px;
  height: 20px;
  color: #fff;
  margin: 0 8px;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border-radius: 30px;
  line-height: 20px;
  position: relative;
  outline: none;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.btn-help:hover, .btn-help:focus {
  background-color: #666;
  color: #fff;
  text-decoration: none;
  outline: none;
}

.box-panel {
  margin-bottom: -1px;
}
.box-panel .box-body {
  padding-bottom: 12px;
  display: none;
  padding-left: 10px;
}
.box-panel .box-body.padded {
  padding: 12px;
  padding-right: 0px;
}
.box-panel.initopen .box-body {
  display: block;
}
.box-panel .box-head {
  position: relative;
  padding: 14px 12px;
  border-bottom: 0px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  background-color: #f5f5f5;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.box-panel .box-head:hover {
  background-color: #f9f9f9;
}
.box-panel.open .box-head,
.box-panel.initopen .box-head {
  background-color: #fff;
  border-bottom-color: transparent;
}
.box-panel.open .box-head h2,
.box-panel.initopen .box-head h2 {
  color: #0085B2;
}
.box-panel .box-head:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 5px solid rgba(0,0,0,.15);
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -3px;
}
.box-panel.open .box-head:after {
  border-top: none;
  border-bottom: 5px solid rgba(0,0,0,.15);
}

.box-panel .box-head .btn-help {
  position: relative;
  top: -2px;
  margin-left: 4px;
}
.box-panel .box-head h2 {
  font-size: 14px;
  font-weight: 700;
  color: #666;
  margin: 0;
  line-height: 1.1em;
}

.btn-selectall {
  color: #444;
  font-size: 13px;
  float: right;
  margin-left: 12px;
  margin-bottom: 4px;
}
.btn-selectall .icn-checkmark {
  margin-right: 5px;
  margin-top: -2px;
}
.btn-selectall:hover {
  color: #000;
  text-decoration: none;
}
.btn-selectall.active {
  color: #000;
}
.btn-selectall.active .icn-checkmark {
  background-position: -200px -25px;
}
.list-filter {
  margin: 0px;
}
.list-filter li {
  line-height: 1em;
  margin: 0;
}
.list-filter li:first-child a {
  border-top: none;
}
.list-filter a {
  display: block;
  line-height: 1.2em;
  font-size: 13px;
  position: relative;
  padding: 8px 30px;
  padding-right: 35px;
  border-top: 1px solid #E4EFED;
  color: #666;
  min-height: 30px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.list-filter .label-default {
  position: absolute;
  right: 8px;
  font-size: 11px;
  padding: 2px 3px;
  background-color: #BBB;
}
.list-filter .icn-checkmark {
  position: absolute;
  left: 4px;
}
.list-filter .btn-showcollapsed {
  width: 25px;
  height: 25px;
  margin-top: 3px;
  padding: 0px;
  line-height: 23px;
  float: right;
  min-height: inherit;
  position: relative;
  z-index:10;
  
}
.list-filter a:hover {
  color: #000;
  text-decoration: none;
}
.list-filter a:focus {
  text-decoration: none;
}
.list-filter a:hover .label-default,
.list-filter .checked .label-default {
  background-color: #0085B2;
}
.list-filter a.checked,
.list-filter a.checked:hover {
  color: #0085B2;
}
.list-filter a.checked .icn-checkmark {
  background-position: -31px -32px;
}
.list-filter-singleline a {
  padding-top: 8px;
}
.list-filter-singleline .icn-checkmark {
  margin-top: -3px;
}
.list-filter .flag {
  margin-right: 4px;
  margin-top: -2px;
}
.list-filter .collapsed {
  display: none;
}
.icn-checkmark {
  width: 19px;
  height: 18px;
  background: url(/Content/img/icons-checks.png) no-repeat;
  background-size: 50px 50px;
}

/* Form */
.form .form-control {
  box-shadow: none;
  border-radius: 3px;
  height: 40px;
}
.form .form-group {
  margin-bottom: 6px;
}




/* Footer */

.footer {
  color: #A9C4C6;
  padding: 20px 0;
}
.footer h5 {
  font-size: 13px;
  text-transform: uppercase;
  color: #A9C4C6;
  font-weight: 700;
  letter-spacing: 1px;
}
.copy {
  font-size: 13px;
  padding-top: 45px;
  color: #A9C4C6;
}
.list-footmenu li {
  line-height: 1.1em;
}
.list-footmenu a {
  display: block;
  color: #A9C4C6;
  font-size: 12px;
  font-weight: 700;
  padding: 9px 0;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.list-footmenu a:hover {
  color: #53A4A4;
  text-decoration: none;
}




/* Landing page */

.landing, .landing body {
  height: 100%;
}
.landing body {
  background: url('/Content/img/home-promo-1.jpg') no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}
.landing body:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color:rgba(66,55,19,0.15);
}
.notice {
  background-color: #fff;
  border-bottom: 2px solid #53A4A4;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 50px;
  text-align: center;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 600px;
  z-index: 10;
}
.notice .img-responsive {
  margin: 0 auto;
}
.notice p {
  font-size: 15px;
}
.notice .section {
  margin-bottom: 15px;
  font-size: 26px;
}



.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  border-top: 1px solid #E7EAED;
}
.table {
  border-top: 1px solid #E7EAED;
  border-bottom: 1px solid #E7EAED;
}
.table>thead>tr>td {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #CBD1D8;
}
.table>tbody>tr>td {
  font-size: 15px;
}
.table>tbody>tr>td h4 {
  font-weight: 700;
  margin: 0;
  margin-top: 2px;
}
.tbl-right {
  text-align: right !important;
}
.tbl-price {
  font-size: 18px !important;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #F7F8F9;
}
.table-checkout>tbody>tr>td {
  vertical-align: middle;
}

.btn-close {
  font-size: 20px;
  width: 24px;
  height: 24px;
  line-height: 26px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  color: #CBD1D8;
  border: 1px solid transparent;
  margin: -4px 0;
}
.btn-close:hover {
  border-color: #CBD1D8;
  text-decoration: none;
}



.transition {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}



/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
  display: inline-block;
  padding-top: 15px;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 6px;
  height: 6px;
  margin: 5px 12px;
  opacity: 0.2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}




@media only screen and (max-width: 992px) {
  .content-home {
    margin-top: -100px;
  }
  .navbar-default .navbar-nav>li>a {
    font-size: 15px;
    padding: 15px;
    border-bottom: 1px solid rgba(255,255,255,.15);
    color: #fff;
    opacity: 1;
  }
  .navbar-default .navbar-nav>li>a .caret {
    float: right;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
    padding: 13px 15px;
    font-size: 14px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: rgba(0,0,0,.1);
  }
  .form-search {
    margin-top: 0;
    margin-right: 0;
  }
  .form-search .form-control {
    border: 1px solid #0085B2;
  }
  .list-footmenu {
    margin: 0;
  }
  .list-footmenu li a {
    padding: 15px 8px;
    border-bottom: 1px solid rgba(0,0,0,.05);
  }
  .footer .newsletter {
    margin-top: 40px;
  }
  
  .search-sidebar {
    padding: 20px;
    padding-left: 0;
    width: 260px;
	margin-right: 0px;
 margin-top: 0px; width: 100%; float: none;   }
  .search-results {
    padding: 20px;
    padding-right: 80px;



  }
  .content-nopadding .block-inner:before {
    right: 260px;
  }
  .search-header .sorting {
    position: static;
  }
  
}




@media screen and (min-width: 768px)
{
  .news-top {
    /*padding-left: 220px;*/
	/*padding-left: 140px;*/
  }
  .news-top .imgbox {
    position: absolute;
    left: 0
  }
  .list-decisions li {
    padding-right: 130px;
	padding-left: 100px;
  }
  .list-decisions .actions {
    position: absolute;
    right: 0;
    top: 6px;
  }
  .list-news li a {
    /*padding-right: 145px;*/
	padding-right: 5px;
  }
  .list-news li .btn-default {
    position: absolute;
    right: 0;
    top: 17px;
  }
  
}

@media only screen and (min-width: 992px) {


}


@media only screen and (min-width: 1200px) {
  .navbar-default .navbar-nav>li>a {
    padding: 25px 8px;
  }

}

@media only screen and (max-width: 768px) {
  .search-sidebar {
    float: none;
    width: auto;
    padding-right: 0px;
	position: relative;
  width: 100%; margin-top: 0px; float: none; }
  .search-results {
    padding: 20px;
  }
  .content-nopadding .block-inner {
    padding: 0 !important;
  }
  .content-nopadding .block-inner:before {
    display: none;
  }

  .list-decisions li {
	  padding-left: 85px;
  }
}

@media screen and (max-width: 600px)
{
  .list-pubs li {
    width: 46.5%;
    margin: 0 1.25%;
    margin-bottom: 20px;
  }
}

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

}

@media screen and (max-width: 600px)
{
  .content .block-inner {
    background-color: #fff;
    padding: 20px 15px;
    padding-top: 0;
  }
  .tabs-sections .nav-tabs>li>a {
    margin-right: 2px;
    padding: 10px 20px;
    font-size: 14px;
  }
  .tabs-sections .nav-tabs {
    margin-top: -40px;
    margin-left: -15px;
  }
  .tabs-sections .tab-pane {
    padding-top: 15px;
  }
}

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


}
@media screen and (max-width: 320px)
{
  .list-pubs {
    margin: 35px 0;
  }
  .list-pubs li {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

}

#paging-container .pagination > li {

	display: inline-block !important;

}

.icheckbox_line-blue {

	margin-bottom: 4px !important;

}

.modal-content {
    border-radius: 3px;
}
.modal-title {
    color: #0085b2;
    font-weight: 700;
    text-align: center;
}
.modal-body {
    max-height: 450px;
    overflow-y: auto;
}
.modal-body .info {
    padding: 35px 0;
    text-align: center;
}
.modal-body .info p {
    font-size: 17px;
	color: #333333;
}
.modal-footer {
    background-color: #f5f5f5;
    text-align: center;
}
.modal-footer {
    padding: 12px 15px;
}
.modal-footer .btn {
    min-width: 115px;
    padding: 10px 25px;
}
.modal-body-nopad {
    padding: 0;
}

.body {

	font-size: 16px;
    line-height: 1.65em;
    margin-bottom: 0.8em;

}

.napredna-pretraga-ui {
    background-color: #fff;
    background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
    border: 1px solid #aaa;
    cursor: text;
    height: auto !important;
    margin: 0;
    overflow: hidden;
    padding-left: 5px;
	padding-right: 5px;
    position: relative;
    width: 100%;
	color: #333;
	font-family: sans-serif;
    font-size: 13px;
    height: 27px;
    line-height: normal;
	display: block;
	outline: 0 none;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.napredna-pretraga-ui::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}
.napredna-pretraga-ui:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #999;
   opacity:  1;
}
.napredna-pretraga-ui::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #999;
   opacity:  1;
}
.napredna-pretraga-ui:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #999;
}

.opsirnije {
    
   border: 0;

}

.col-md-8 .article img {
max-width: 100%;
height: auto !important;
}

@media screen and (max-width: 1200px){
  .content-nopadding .block-inner::before {
    width: 0px;
  }
}