/*Additional CSS */
body {/*
  color: #646f82;
  */
  color: #333333;
}

body,html {
  overflow-x: hidden;
  font-size: 18px;
  font-weight: 300;
}


.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
}

.navbar {
  margin-bottom: 0;
}

.container hr {
    margin: 45px 0 45px 0;
    border-bottom: 1px solid #646f82;
    border-top: none;
}

.centered-footer {
  margin-left: auto;
  margin-right: auto;
  display: table !important;
  text-align: center;
}

.home-feature-item {
  margin-bottom: 65px;
}

.home-feature-row {
  margin-top: 35px;
}

.navbar-inverse {
  background-color: #fe8300;
  border-color: transparent;
  border: none !important;
}

.navbar-inverse .navbar-brand {
  color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
  color: #fff;
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover,#navbar>.navbar-nav>li>a:hover {
  color: #fe8300;
  background-color: #fff;
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
  color: #fe8300;
  background-color: #fff;
}

.all-caps {
  text-transform: uppercase;
}

.large-heading {
  font-size: 36px;
}

a {
  color: #fe8300;
}

a:focus, a:hover {
  color: #fe8300;
  text-decoration: none;
}

.home-feature-item a {
  color: #646f82;
}

.home-feature-item a:focus,.home-feature-item a:hover {
  color: #fe8300;
  text-decoration: none;
}

.home-feature-item a.btn:focus,.home-feature-item a.btn:hover {
  color: #fff;
  text-decoration: none;
}

.btn-default:hover,.btn-default:active {
  color: #fff;
  background-color: #fe8300;
  border-color: #fe8300;
}

.stat {
  text-align: center;
}

.highlight {
  color: #fff;
  font-weight: 700;
  display: block;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 26px;
}

.milestone-details {
  font-weight: 700;
  font-size: 26px;
  color: #fff;
}

.stat-count {
  font-size: 36px;
  margin-top: -10px;
}

.milestone-counter i {
  color: #fe8300;
}

.milestone-counter {
/* text-transform: uppercase!important; */
  text-shadow: 2px 3px 3px rgba(0,0,0,.65);
  padding: 26px 0;
}

.servicebox .readmore {
  margin-top: 25px;
}

.overlay {
  padding: 150px 0;
  background-color: rgba(0,0,0,0.35);
}

.box-overlay {
  padding-top: 200px;
  padding-bottom: 50px;
  background-color: rgba(0,0,0,0.35);
}

.naslovna-uredjaj a:hover img {
  opacity: .75;
}

.small-bottom-margin {
  margin-bottom: 35px;
}

.both-margins {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.pope-shadow {
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.55);
  -moz-box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.55);
  box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.55);
}

.navbar-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}

kbd {
  padding: 2px 4px;
  font-size: 100%;
  color: #646f82;
  background-color: #eee;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  line-height: 2em;
}

.package-box {
  background-color: #eee;
  margin-bottom: 15px;
}

#myCarousel {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.parallax {
  background-size: cover !important;
  min-height: 100%;
}

.ultranet_back_1 {
  background-image: url(../images/ultra_net.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
}

.ultranet_back_2 {
  background-image: url(../images/ultra_net.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center bottom;
}

.home_back {
  background-image: url(../images/motif1.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center bottom;
}

.package-box {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 30px;
}

.package-no-list {
  padding-bottom: 30px;
  padding-top: 30px;
}

ul.lead {
  margin-bottom: 15px;
}

.package-box p.lead:last-child {
  margin-bottom: 0;
}

.featurette-heading {
  margin-top: 0;
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #fe8300;
  outline: 0;
}

.btn-primary, #tx_indexedsearch input[type="submit"] {
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.26);
  background-color: #fe8300;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  display: inline-block;
  padding: 14px 34px;
  margin-right: 7px;
  list-style: none;
  cursor: pointer;
  text-transform: none;
  border-radius: 0;
  border: none;
}

.btn-primary:hover,.btn-primary:active,.btn-primary:focus, #tx_indexedsearch input[type="submit"]:hover {
  box-shadow: 0 10px 30px 0 rgba(0,0,0,.18);
  background-color: #fff;
  color: #fe8300;
  border-color: #fe8300;
}

.btn-primary:active,.btn-primary:focus {
  border-color: #fe8300;
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
  box-shadow: 0 10px 30px 0 rgba(0,0,0,.18);
  background-color: #fff;
  color: #646f82;
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
  outline: thin solid;
  outline-color: #fe8300;
  outline-style: auto;
  outline-width: 5px;
  outline: 5px auto #fe8300;
  outline-offset: -2px;
}

.form-control:focus {
  border-color: #fe8300;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(245,130,32,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(245,130,32,.6);
}

.content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  z-index: 100;
  width: 90%;
  height: 10%;
  text-align: center;
}

.content-2 {
  position: absolute;
  left: 44%;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 58%;
  max-height: 100%;
  z-index: 100;
  width: 56%;
  height: 10%;
  text-align: center;
}

.banner-txt {
  color: #fff;
  font-weight: 700;
  text-shadow: 2px 2px 1px rgba(0,0,0,0.65);
}

.banner-txt-2 {
  color: #fe8300;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.65);
  text-align: left;
  left: 50%;
}

.banner-txt-2-small {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.65);
  text-align: left;
  left: 50%;
}

.turist {
  font-size: 18px;
  line-height: 20px;
  float: left;
  padding: 15px;
  color: #fff;
}

body > div.navbar-wrapper > div > nav > div > div.navbar-header > a > svg {
  margin-top: -5px;
}

.joint {
  margin-right: -7px;
/*background-color: #ffffff;*/
}

.yamm .yamm-content {
  padding: 10px;
}

/* MINI SEARCH FORM IN MENU */
/* END MINI SEARCH FORM IN MENU */
.centered a {
  color: #646f82;
}

.centered a:hover,.centered a:focus {
  color: #fe8300;
}

.sub-sub {
  list-style: none;
  padding-left: 0;
}

.sub-sub-heading {
  font-size: 15px;
  font-weight: 400;
}

.home-strip {
  margin: 80px auto;
}

.top-home-row h3 {
  font-size: 16px;
}

.top-home-row .centered a {
  color: #646f82;
}

.top-home-row .centered a:hover {
  color: #fe8300;
}

.owl-carousel {
  /*left: 0;
  right: 0;
  margin: auto;*/
}

.single-home-news {
  border: 1px solid #efefef;
  padding: 15px;
  margin: 7px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.26);
}

.single-home-news:hover {
  box-shadow: 0 10px 30px 0 rgba(0,0,0,.18);
}

.single-home-news h4 {
  color: #000;
  text-align: left;
}

.single-home-news img {
  margin-left: auto;
  margin-right: auto;
}

.home-news-col .single-home-news:hover h4 {
  color: #fe8300;
}

.home-news-col .single-home-news:hover img {
  opacity: .75;
}

.single-news-box {
  padding-left: 0;
  padding-right: 0;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
/* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tweet-box {
  height: 138px;
}

.social-row {
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-border {
  border: none !important;
}

.home-news-container {
  margin-bottom: 80px;
  margin-top: 80px;
}

.phone-strip {
  background-color: rgba(255,255,255,0.5);
}

.phone-image-holder {
    margin-bottom: 30px;
}



/*.inset {
  background-color: #f7f7f7;
}


.small-shadow {box-shadow: 0 2px 6px 0 rgba(0,0,0,.26);}*/
.no-shadow {
  box-shadow: none;
}

.no-shadow:hover {
  box-shadow: none;
}

.top-home-row .col-sm-2:hover {
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.26);
}

.top-home-row .col-sm-2 {
  padding-top: 10px;
  padding-bottom: 5px;
}

.top-home-row .col-sm-2:hover .centered a {
  color: #fe8300;
}

#home_banner, #home_banner_ny {
  margin-top: 52px;
}



/*V stuff*/
.rs-round {
  content: "";
  text-align: center;
  height: 110px;
  line-height: 110px;
  width: 110px;
  border-radius: 50%;
  border: 10px solid #fff;
  background-color: #0288d1;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.28),0 4px 15px 0 rgba(0,0,0,0.15);
  margin-left: auto;
  margin-right: auto;
}

.rs-round {
    background-color: #ffffff;
    color: #646f82;
    display: block;
    overflow: visible;
}

.rs-round i {
  /*padding-top: 22px;*/
}

.rs-round:hover {
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16),0 1px 8px 0 rgba(0,0,0,0.12);
  color: #fe8300;
}

.rs-round.active {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16),0 1px 8px 0 rgba(0,0,0,0.12);
    color: #fe8300;
}

.rs-round h3 {
  color: #646f82;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

.rs-round:hover h3 {
  color: #fe8300;
}

.top-strip-heading {
  color: #646f82;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}

.heading-holder hr {
  border: 1px solid #fe8300;
  width: 220px;
  margin: 0 auto;
  margin-top: 10px;
}

.heading-holder h2 {
  color: #646f82;
  text-align: center;
  letter-spacing: -2px;
  margin-top: 31px;
  margin-bottom: 12px;
}

.heading-holder h1 {
  color: #646f82;
  text-align: center;
  letter-spacing: -2px;
  margin-top: 31px;
  margin-bottom: 12px;
}

.heading-holder {
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.heading-holder p {
  margin-top: 15px;
  text-align: center;
}

section {
  position: relative;
  /*padding-top: 40px;*/
  /* padding-bottom: 40px; */
  /*background-color: #fff;*/
}

/*  11. Blog-post
----------------------------------------------------------------------------- */
.card-wrapper {
  margin-top: 30px;
}

.card .card-action {
  border-top: none !important;
}

.card {
  border-radius: 0 !important;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.28),0 4px 15px 0 rgba(0,0,0,0.15);
}

.card:hover {
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16),0 1px 8px 0 rgba(0,0,0,0.12);
}

.card .card-image {
  padding: 0;
}

.card .card-content {
  padding: 20px;
  padding-bottom: 0;
}

.post-content a:hover,.post-content a:focus {
  text-decoration: none !important;
}

.post-content .post-title {
  margin-top: 0;
  font-size: 19px;
  text-decoration: none;
  line-height: normal;
  color: #646f82;
}

.post-content .post-title:hover {
  color: #fe8300;
}

.post-content .post-subtitle {
  margin-top: 15px !important;
  color: #646f82 !important;
  line-height: 24px;
  font-size: 14px !important;
  font-weight: 400;
/*font-family: 'Roboto', sans-serif;*/
}

.card-action a.brand-text,.card-action a.brand-text:hover,.card-action a.brand-text:focus {
  color: #0288d1;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

.card .post-ver-date {
  color: #fff !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  font-size: 14px;
}

.card-action a.blog-comment {
  font-size: 15px;
  color: #0288d1 !important;
  text-decoration: none;
  margin-right: 0;
  font-weight: 500;
  padding: 19px 20px;
}

.card-action a.blog-social {
  color: #0288d1 !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  margin-right: 0 !important;
  float: right !important;
  cursor: pointer;
  padding: 16px 20px;
}

.card-action {
  padding: 0 !important;
}

.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}

.card .card-image {
  position: relative;
}

.waves-block {
  display: block;
}

.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.card .card-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.z-depth-1,nav,.card-panel,.card,.toast,.btn,.btn-large,.btn-floating,.dropdown-content,.collapsible,.side-nav {
  box-shadow: 0 3px 10px 0 rgba(0,0,0,0.28),0 2px 7px 0 rgba(0,0,0,0.15);
}

nav {
  position: relative;
  z-index: 1000;  
}

.card .card-image {
  padding: 0;
}

.card .card-image {
  position: relative;
min-height: 263px;  
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
  color: #ffb300 !important;
  margin-right: 20px;
  transition: color .3s ease;
  text-transform: uppercase;
}

a.load {
  margin-top: 20px;
  text-align: center !important;
  text-decoration: none;
  padding: 15px 30px;
  line-height: 15px;
  font-weight: 500;
  height: auto;
  width: auto;
  border-radius: 0;
}

.phone-text-holder h4 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

.phone-text-holder p {
  margin-top: 15px;
  margin-bottom: 20px;
}

.header-title h1 {
  color: #646f82;
  text-align: center;
}

.header-title hr {
  border: 1px solid #fe8300;
  width: 220px;
  margin: 0 auto;
  margin-top: 10px;
}

.header-title p {
  margin-top: 15px;
  text-align: center;
}

#news-room-news .post-content.card-content {
    min-height: 275px;
}

#home-blog .post-content.card-content {
    min-height: 275px;
}

.blog-date {
  /*padding: 23px 20px;*/
  color: #646f82;
}

.footer-social-area {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}

.footer-social-area ul {
  margin: 0;
}

.social li {
  list-style: none;
  display: inline-block;
  margin: 5px;
}

.footer-social-area .social a {
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  color: #fe8300;
  padding: 0;
  background-color: #fff;
  line-height: 55px;
  display: inline-block;
  float: left;
  outline: none !important;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.footer-social-area li a i {
  font-size: 20px;
}

.footer-social-area .social a:hover,.footer-social li a:focus {
  background-color: #fe8300;
  color: #fff;
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}

.dropdown-menu {
  border: 0 solid rgba(0,0,0,0);
  border-radius: 0;
}

ul.social {
  padding-left: 0;
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,.yamm .collapse,.yamm .dropup,.yamm .dropdown {
  position: static;
}

.yamm .container {
  position: relative;
}

.yamm .dropdown-menu {
  left: auto;
}

.yamm .yamm-content {
  padding: 20px 30px;
  background-color: #ffffff;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

/* end YAMM */
.top-footer {
  background-color: #eef2f5;
}

.top-footer ul {
  list-style: none;
  padding-left: 0;
}

.top-footer ul li {
  margin-bottom: 5px;
}

.top-footer ul li a {
  color: #646f82;
}

.top-footer ul li a:hover,.top-footer ul li a:active,.top-footer ul li a:focus {
  color: #fe8300;
}

.portfolioFilter {
  margin-top: 20px;
  margin-bottom: 30px;
}

.portfolio-category {
  text-align: center;
  display: inline-block;
  padding-left: 0;
}

.portfolio-category li .current {
  /*font-weight: 700;*/
  color: #fff;
  background-color: #fe8300;
}

.portfolio-category li a {
  box-shadow: rgba(0,0,0,0.258824) 0 2px 6px 0;
  background-color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  color: #646f82;
  line-height: 1.2;
  display: inline-block;
  margin-right: 7px;
  cursor: pointer;
  text-transform: none;
  padding: 14px 15px;
  list-style: none;
}

.portfolio-category li a:hover {
  box-shadow: rgba(0,0,0,0.180392) 0 10px 30px 0;
}

.portfolio-category li {
  display: inline-block;
  list-style: none;
}

section.top-footer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-title {
  font-size: 14px;
}

.top-footer {
  text-align: center;
}

.top-strip .heading-holder {
  margin-top: 0;
}

#mobile-home_banner, #mobile-home_banner_ny{
  margin-top: 50px;
}

#blog-single {
  margin-top: 60px;
}

.news .post-content.card-content {
  min-height: inherit !important;
}

.news .navbar-brand,.device .navbar-brand,.devices .navbar-brand {
  float: left;
  height: 50px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 20px;
}

/*.side-title h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #4c5667;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}*/

.side-title li a {
  font-size: 15px;
  color: #97a0af;
  text-decoration: none;
  font-weight: 500;
}

.side-title li {
  border-bottom: 1px solid #eee;
  width: 100%;
  padding: 12px 0;
}

.side-title li.active a, .side-title li:hover a {
  color: #fe8300;  
}

.nav-list {
  padding: 0;
  list-style-type: none;
}




.nova td,.nova tr {
  padding: 5px 15px;
}

.owl-thumb-item img {
  width: 100px;
  height: auto;
}

.owl-thumbs {
  position: relative;
  left: 0;
  display: table;
  width: 100%;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;  
}

.owl-thumb-item {
  display: table-cell;
  border: 1px solid #ccc;
  background: none;
  padding: 0;
  opacity: 1;
  margin: 0 5px;
}

.owl-thumb-item.active {
  opacity: 1;
}

.portfolio-category {
  text-align: center;
  display: inline-block;
}

.portfolio-category li .current {
  /*font-weight: 700;*/
  color: #fff;
/* background-color: #0288d1;*/
}

.portfolio-category li a {
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.28),0 2px 6px 0 rgba(0,0,0,0.15);
  background-color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  color: #97a0af;
  line-height: 1.2;
  display: inline-block;
  padding: 14px 15px;
  margin-right: 7px;
  list-style: none;
  cursor: pointer;
  text-transform: none;
}

.portfolio-category li a:hover {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16),0 1px 8px 0 rgba(0,0,0,0.12);
}

.portfolio-category li {
  display: inline-block;
}

.portfolio-images {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.portfolio-images .pf-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  background-color: rgba(2,136,209,0.50);
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: default;
}

.portfolio-deatil {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 40%;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.portfolio-deatil {
  z-index: 1;
}

.portfolio-deatil i {
  text-align: center !important;
  color: #fff;
  font-size: 30px;
  margin-bottom: 7px;
}

.portfolio-deatil h3 {
  font-size: 17px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}

.portfolio-deatil a {
  font-size: 17px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  position: absolute;
  left: 34%;
  bottom: 15px;
  text-transform: uppercase;
}

.portfolio-images:hover .portfolio-deatil {

  opacity: 1;
  visibility: visible;
}

.portfolio-images:hover .pf-overlay {
  opacity: 1;
  visibility: visible;
}

/*---------------- Magnific Popup ----------------*/
.mfp-bg {
  background-color: rgba(2,136,209,0.50);
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .96;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: .8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-container {
  padding: 28px !important;
  overflow: auto;
}

.popup-box {
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0 10px 50px 0 rgba(0,0,0,.18);
  -moz-box-shadow: 0 10px 50px 0 rgba(0,0,0,.18);
  box-shadow: 0 10px 50px 0 rgba(0,0,0,.18);
}

.popup-box .mfp-close {
  background: #fff;
  top: -24px;
  right: -24px;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
  opacity: 1;
  font-size: 26px;
}

.popup-box .mfp-close:hover {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.18);
  -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.18);
  box-shadow: 0 5px 15px 0 rgba(0,0,0,.18);
}

.popup-box .popup-content {
  padding: 10px 30px 10px 0;
}

.popup-box .popup-content h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #0288d1;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 20px;
}

.popup-box .popup-content p {
  font-size: 14px;
  color: #97a0af !important;
  font-weight: 400;
}

.phone-item {
  text-align: center;
  /*margin-bottom: 65px;*/
}

.devices-title {
  height: 38px;
}

.phone-item a {
  color: #646f82;
}

.phone-item a:hover,.phone-item a:focus,.phone-item a:active {
  color: #fe8300;
}

#manufacturer .owl-prev:after,#manufacturer .owl-next:after {
  top: -8px;
}

.devices .gal-detail:hover img {
  opacity: .75;
}

.devices .gal-detail:hover a {
  color: #fe8300;
}

.devices .gal-detail a,.devices .gal-detail img {
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -ms-transition: .5s all;
}

.portfolio-category li a {
  -webkit-transition: .2s all;
  -moz-transition: .2s all;
  -ms-transition: .2s all;
}

.manufacturer-filter {
    margin-top: 55px;
  margin-bottom: 0;
}

#manufacturer .owl-item {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  height: 100%;
}




/* -- Material Design Table style -------------- */

// Variables
// ---------------------
@table-header-font-weight:      400;
@table-header-font-color:       #757575;

@table-cell-padding:            1.6rem;
@table-condensed-cell-padding:  @table-cell-padding/2;


@table-bg:                      #fff;
@table-bg-accent:               #f5f5f5;
@table-bg-hover:                rgba(0,0,0,.12);
@table-bg-active:               @table-bg-hover;
@table-border-color:            #e0e0e0;



// Mixins
// -----------------
.transition(@transition) {
  -webkit-transition: @transition;
       -o-transition: @transition;
          transition: @transition;
}

// Tables
//
// -----------------

// Baseline styles
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  background-color: @table-bg;
  > thead,
  > tbody,
  > tfoot {
    > tr {
      .transition(all .3s ease);
      > th,
      > td {
        text-align: left;
        padding: @table-cell-padding;
        vertical-align: top;
        border-top: 0;
        .transition(all .3s ease);
      }
    }
  }
  > thead > tr > th {
    font-weight: @table-header-font-weight;
    color: @table-header-font-color;
    vertical-align: bottom;
    border-bottom: 1px solid rgba(0,0,0,.12);
  }
  > caption + thead,
  > colgroup + thead,
  > thead:first-child {
    > tr:first-child {
      > th,
      > td {
        border-top: 0;
      }
    }
  }
  > tbody + tbody {
    border-top: 1px solid rgba(0,0,0,.12);
  }

  // Nesting
  .table {
    background-color: @table-bg;
  }

  // Remove border
  .no-border {
    border: 0;
  }
}

// Condensed table w/ half padding
.table-condensed {
  > thead,
  > tbody,
  > tfoot {
    > tr {
      > th,
      > td {
        padding: @table-condensed-cell-padding;
      }
    }
  }
}


// Bordered version
//
// Add horizontal borders between columns.
.table-bordered {
  border: 0;
  > thead,
  > tbody,
  > tfoot {
    > tr {
      > th,
      > td {
        border: 0;
        border-bottom: 1px solid @table-border-color;
      }
    }
  }
  > thead > tr {
    > th,
    > td {
      border-bottom-width: 2px;
    }
  }
}


// Zebra-striping
//
// Default zebra-stripe styles (alternating gray and transparent backgrounds)
.table-striped {
  > tbody > tr:nth-child(odd) {
    > td,
    > th {
      background-color: @table-bg-accent;
    }
  }
}

// Hover effect
//
.table-hover {
  > tbody > tr:hover {
    > td,
    > th {
      background-color: @table-bg-hover;
    }
  }
}

// Responsive tables (vertical)
//
// Wrap your tables in `.table-responsive-vertical` and we'll make them mobile friendly
// by vertical table-cell display. Only applies <768px. Everything above that will display normally.
// For correct display you must add 'data-title' to each 'td'
.table-responsive-vertical {

  @media screen and (max-width: 768px) {

    // Tighten up spacing
    > .table {
      margin-bottom: 0;
      background-color: transparent;
      > thead,
      > tfoot {
        display: none;
      }

      > tbody {
        display: block;

        > tr {
          display: block;
          border: 1px solid @table-border-color;
          border-radius: 2px;
          margin-bottom: @table-cell-padding;

          > td {
            background-color: @table-bg;
            display: block;
            vertical-align: middle;
            text-align: right;
          }
          > td[data-title]:before {
            content: attr(data-title);
            float: left;
            font-size: inherit;
            font-weight: @table-header-font-weight;
            color: @table-header-font-color;
          }
        }
      }
    }
    
    // Special overrides for shadows
    &.shadow-z-1 {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      > .table > tbody > tr {
        border: none;
        .shadow-z-1();
      }
    }

    // Special overrides for the bordered tables
    > .table-bordered {
      border: 0;

      // Nuke the appropriate borders so that the parent can handle them
      > tbody {
        > tr {
          > td {
            border: 0;
            border-bottom: 1px solid @table-border-color;
          }
          > td:last-child {
            border-bottom: 0;
          }
        }
      }
    }

    // Special overrides for the striped tables
    > .table-striped {
      > tbody > tr > td,
      > tbody > tr:nth-child(odd) {
          background-color: @table-bg;
      }
      > tbody > tr > td:nth-child(odd) {
          background-color: @table-bg-accent;
      }
    }

    // Special overrides for hover tables
    > .table-hover {
      > tbody {
        > tr:hover > td,
        > tr:hover {
          background-color: @table-bg;
        }
        > tr > td:hover {
          background-color: @table-bg-hover;
        }
      }
    }
  }
}


// CSS/LESS Color variations
//
// --------------------------------


.table-striped.table-mc-red > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > th {
    background-color: #fde0dc;
}
.table-hover.table-mc-red > tbody > tr:hover > td,
.table-hover.table-mc-red > tbody > tr:hover > th {
    background-color: #f9bdbb;
}
@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-red > tbody > tr:nth-child(odd) {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td:nth-child(odd) {
        background-color: #fde0dc;
    }
    .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-hover.table-mc-red > tbody > tr > td:hover {
        background-color: #f9bdbb;
    }
}
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > th {
    background-color: #fce4ec;
}
.table-hover.table-mc-pink > tbody > tr:hover > td,
.table-hover.table-mc-pink > tbody > tr:hover > th {
    background-color: #f8bbd0;
}
@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr:nth-child(odd) {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td:nth-child(odd) {
        background-color: #fce4ec;
    }
    .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr > td:hover {
        background-color: #f8bbd0;
    }
}
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > th {
    background-color: #f3e5f5;
}
.table-hover.table-mc-purple > tbody > tr:hover > td,
.table-hover.table-mc-purple > tbody > tr:hover > th {
    background-color: #e1bee7;
}
@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr:nth-child(odd) {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td:nth-child(odd) {
        background-color: #f3e5f5;
    }
    .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr > td:hover {
        background-color: #e1bee7;
    }
}
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > th {
    background-color: #ede7f6;
}
.table-hover.table-mc-deep-purple > tbody > tr:hover > td,
.table-hover.table-mc-deep-purple > tbody > tr:hover > th {
    background-color: #d1c4e9;
}
@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td:nth-child(odd) {
        background-color: #ede7f6;
    }
    .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr > td:hover {
        background-color: #d1c4e9;
    }
}
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > th {
    background-color: #e8eaf6;
}
.table-hover.table-mc-indigo > tbody > tr:hover > td,
.table-hover.table-mc-indigo > tbody > tr:hover > th {
    background-color: #c5cae9;
}
@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr:nth-child(odd) {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td:nth-child(odd) {
        background-color: #e8eaf6;
    }
    .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr > td:hover {
        background-color: #c5cae9;
    }
}
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > th {
    background-color: #e7e9fd;
}
.table-hover.table-mc-blue > tbody > tr:hover > td,
.table-hover.table-mc-blue > tbody > tr:hover > th {
    background-color: #d0d9ff;
}
@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr:nth-child(odd) {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td:nth-child(odd) {
        background-color: #e7e9fd;
    }
    .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr > td:hover {
        background-color: #d0d9ff;
    }
}
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > th {
    background-color: #e1f5fe;
}
.table-hover.table-mc-light-blue > tbody > tr:hover > td,
.table-hover.table-mc-light-blue > tbody > tr:hover > th {
    background-color: #b3e5fc;
}
@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td:nth-child(odd) {
        background-color: #e1f5fe;
    }
    .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr > td:hover {
        background-color: #b3e5fc;
    }
}
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > th {
    background-color: #e0f7fa;
}
.table-hover.table-mc-cyan > tbody > tr:hover > td,
.table-hover.table-mc-cyan > tbody > tr:hover > th {
    background-color: #b2ebf2;
}
@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr:nth-child(odd) {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td:nth-child(odd) {
        background-color: #e0f7fa;
    }
    .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr > td:hover {
        background-color: #b2ebf2;
    }
}
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > th {
    background-color: #e0f2f1;
}
.table-hover.table-mc-teal > tbody > tr:hover > td,
.table-hover.table-mc-teal > tbody > tr:hover > th {
    background-color: #b2dfdb;
}
@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr:nth-child(odd) {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td:nth-child(odd) {
        background-color: #e0f2f1;
    }
    .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr > td:hover {
        background-color: #b2dfdb;
    }
}
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > th {
    background-color: #d0f8ce;
}
.table-hover.table-mc-green > tbody > tr:hover > td,
.table-hover.table-mc-green > tbody > tr:hover > th {
    background-color: #a3e9a4;
}
@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-green > tbody > tr:nth-child(odd) {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td:nth-child(odd) {
        background-color: #d0f8ce;
    }
    .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-hover.table-mc-green > tbody > tr > td:hover {
        background-color: #a3e9a4;
    }
}
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > th {
    background-color: #f1f8e9;
}
.table-hover.table-mc-light-green > tbody > tr:hover > td,
.table-hover.table-mc-light-green > tbody > tr:hover > th {
    background-color: #dcedc8;
}
@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr:nth-child(odd) {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td:nth-child(odd) {
        background-color: #f1f8e9;
    }
    .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr > td:hover {
        background-color: #dcedc8;
    }
}
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > th {
    background-color: #f9fbe7;
}
.table-hover.table-mc-lime > tbody > tr:hover > td,
.table-hover.table-mc-lime > tbody > tr:hover > th {
    background-color: #f0f4c3;
}
@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr:nth-child(odd) {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td:nth-child(odd) {
        background-color: #f9fbe7;
    }
    .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr > td:hover {
        background-color: #f0f4c3;
    }
}
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > th {
    background-color: #fffde7;
}
.table-hover.table-mc-yellow > tbody > tr:hover > td,
.table-hover.table-mc-yellow > tbody > tr:hover > th {
    background-color: #fff9c4;
}
@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr:nth-child(odd) {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td:nth-child(odd) {
        background-color: #fffde7;
    }
    .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr > td:hover {
        background-color: #fff9c4;
    }
}
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > th {
    background-color: #fff8e1;
}
.table-hover.table-mc-amber > tbody > tr:hover > td,
.table-hover.table-mc-amber > tbody > tr:hover > th {
    background-color: #ffecb3;
}
@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr:nth-child(odd) {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td:nth-child(odd) {
        background-color: #fff8e1;
    }
    .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr > td:hover {
        background-color: #ffecb3;
    }
}
.table-striped.table-mc-#fe8300 > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-#fe8300 > tbody > tr:nth-child(odd) > th {
    background-color: #fff3e0;
}
.table-hover.table-mc-#fe8300 > tbody > tr:hover > td,
.table-hover.table-mc-#fe8300 > tbody > tr:hover > th {
    background-color: #ffe0b2;
}
@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-#fe8300 > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-#fe8300 > tbody > tr:nth-child(odd) {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-striped.table-mc-#fe8300 > tbody > tr > td:nth-child(odd) {
        background-color: #fff3e0;
    }
    .table-responsive-vertical .table-hover.table-mc-#fe8300 > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-#fe8300 > tbody > tr:hover {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-hover.table-mc-#fe8300 > tbody > tr > td:hover {
        background-color: #ffe0b2;
    }
}
.table-striped.table-mc-deep-#fe8300 > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-#fe8300 > tbody > tr:nth-child(odd) > th {
    background-color: #fbe9e7;
}
.table-hover.table-mc-deep-#fe8300 > tbody > tr:hover > td,
.table-hover.table-mc-deep-#fe8300 > tbody > tr:hover > th {
    background-color: #ffccbc;
}
@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-deep-#fe8300 > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-deep-#fe8300 > tbody > tr:nth-child(odd) {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-striped.table-mc-deep-#fe8300 > tbody > tr > td:nth-child(odd) {
        background-color: #fbe9e7;
    }
    .table-responsive-vertical .table-hover.table-mc-deep-#fe8300 > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-deep-#fe8300 > tbody > tr:hover {
        background-color: @table-bg;
    }
    .table-responsive-vertical .table-hover.table-mc-deep-#fe8300 > tbody > tr > td:hover {
        background-color: #ffccbc;
    }
}



/* END TABLES */


.owl-thumb-item {
  margin-bottom: 15px;
}

table.table.nova tr td:first-child {
  font-weight: bold;
}


/*  17. Back-to-top
----------------------------------------------------------------------------- */

.back-to-top,.back-to-top:focus {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 5;
    line-height: 40px !important;
    height: 40px;
    width: 40px;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    background-color: #fe8300;
    text-align: center;
    border: none;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.26);
}
.back-to-top:hover {
    background-color: #fe8300;
    color: #fff;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.18);
}


/* END Back-to-top
----------------------------------------------------------------------------- */



/*#portfolio {
  overflow: visible;
}*/

ul.collapsible  {
  list-style: none;
  padding-left: 0;
}

.collapsible-body h1 {
    margin-left: 15px;
}

.collapsible-body > div {
  padding-left: 15px;
  padding-right: 15px;
}




/* COLLECTIONS */

.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);  
}

.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

.collection .collection-item.avatar .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}

.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}

.collection .collection-item.avatar .title {
  font-size: 16px;
}

.collection .collection-item.avatar p {
  margin: 0;
}

.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

.collection .collection-item:last-child {
  border-bottom: none;
}

.collection .collection-item.active {
  background-color: #fe8300;
  color: #ffffff;
}

.collection .collection-item.active .secondary-content {
  color: #fff;
}

.collection a.collection-item {
  display: block;
  transition: .25s;
  color: #26a69a;
}

.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

.collection.with-header .collection-item {
  padding-left: 30px;
}

.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

.secondary-content {
  float: right;
  color: #26a69a;
}

.collapsible .collection {
  margin: 0;
  border: none;
}

/* END COLLECTIONS */


/*TABLES*/


table {
  width: 100%;
  display: table;
}

table.bordered > thead > tr,
table.bordered > tbody > tr {
  border-bottom: 1px solid #d0d0d0;
}

table.striped > tbody > tr:nth-child(odd) {
  background-color: #f2f2f2;
}

table.striped > tbody > tr > td {
  border-radius: 0;
}

table.highlight > tbody > tr {
  transition: background-color .25s ease;
}

table.highlight > tbody > tr:hover {
  background-color: #f2f2f2;
}

table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

thead {
  border-bottom: 1px solid #d0d0d0;
}

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid #d0d0d0;
  }
  table.responsive-table.bordered th {
    border-bottom: 0;
    border-left: 0;
  }
  table.responsive-table.bordered td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  table.responsive-table.bordered tr {
    border: 0;
  }
  table.responsive-table.bordered tbody tr {
    border-right: 1px solid #d0d0d0;
  }
}

/*END TABLES*/

.device .collapsible-body .shClass {
  margin-bottom: 55px;
}

.device .collapsible-body h3 {
  margin-bottom: 0;
}


.collection-item h4 {
  font-size: 15px;
}

li.active.collection-item > a > h4 {
  color: #ffffff;
  margin: 0;
}

li.collection-item > a > h4 {
  margin: 0;
}

.collection-item {
  padding: 0;
}

.side-title li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
.collapsible-header {
    padding: 2rem;
}

.collapsible-header.active {
    background-color: #fe8300;
}

.collapsible-header.active h4 {
    color: #fff;
}

.collapsible-header h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.device-promo {
    padding: 20px;
}

.device-promo ul {
  padding-left: 20px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #646464;
    font-size: 48px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
  background: transparent;
}

.owl-prev, .owl-next {
  opacity: .25;
}

.owl-prev:hover, .owl-next:hover {
  opacity: .75;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: transparent;
    text-decoration: none;
    color: #646464;  
}

.owl-prev {
  left: -20px;
  top: 40%;
}

.owl-next {
  right: -20px;
  top: 40%;
}

.owl-prev:after, .owl-next:after {
    content: '';
}

#manufacturer .owl-prev, #manufacturer .owl-next {
  top: -75%;
  background: #ffffff;
  opacity: 1;  
}

#manufacturer .owl-prev:hover, #manufacturer .owl-next:hover {
  background: #ffffff;
  opacity: 1;
}

.port {
  overflow-y:hidden;
}



/* fallback */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(fonts/MaterialIcons-Regular.woff) format('woff'),
       url(fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


.phone-text-holder {
  text-align: left;
}

.home-cards {
  padding-left: 15px;
  padding-right: 15px;
}

#home-blog .home-cards .post-subtitle {min-height: 120px;}
#home-blog .home-cards .post-title {min-height: 80px;}

.home-cards .card {margin-bottom: 25px;}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
}

.news-list-morelink {display: none}

.post-subtitle {display: none!important}

#home-blog .home-cards p {
    min-height: 120px;
}

#home-blog .card-content p:nth-child(4) {
    display: none!important
}

.home-device-sidebar {
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    color: #fe8300;
    padding: 0;
    background-color: #fff;
    line-height: 55px;
    display: inline-block;
    float: left;
    outline: none !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    float: right;
}


.home-device-sidebar-heading {
  text-transform: uppercase;
  font-weight: normal;
  margin-right: 10px;
  font-size: 12px;
  float: left;
  text-align: right;
  width:0;
  opacity: 0;
  transition: width 0.3s linear, opacity 0.5s linear;
  white-space: nowrap;
}

.sidebar-list {
  padding: 0;
  list-style: none;
 }

.sidebar-list li {
    float: left;
    clear: both;
    margin: 5px 0;
}

.sidebar-list-holder {
  width: 15%;
  float: left;
}

.phones-holder {
  width: 85%;
  float: left;  
}

.sidebar-list-holder:hover .home-device-sidebar-heading {
  width: 100px;
  opacity: 1;  
  transition: width 0.3s linear, opacity 0.5s linear;    
 }

.phone-card {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.phone-card h4 {
  font-size: 24px;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 55px;
 }




#home_banner .owl-controls, #home_banner_ny .owl-controls{
    margin-top: -27px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    z-index: 3000;
    position: absolute;
    left: 0;
    right: 0;
}


/* Mailchimp */
#home-newsletter #mc_embed_signup input.email {
    font-family: "Open Sans",Helvetica,Arial,sans-serif!important;
    font-size: 16px!important;
    border-bottom: 1px solid #9e9e9e!important;
    border-top: 0px!important;
    border-left: 0px!important;
    border-right: 0px!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
    width: 350px!important;
    height: 36px!important;
    vertical-align: bottom!important;
    margin-right: 15px!important;
    background-color: transparent!important;
}

#mc_embed_signup label {
    font-family: "Open Sans",Helvetica,Arial,sans-serif!important;    
    color: #646f82!important; 
    text-align: center!important;   
    letter-spacing: -2px!important;   
    margin-top: 22px!important;   
    margin-bottom: 8px!important;
    font-size: 30px!important;
    font-weight: 600!important;
  display: block;
}

input[type=email]:focus:not([readonly]) {
    border-bottom: 1px solid #646f82;
    box-shadow: 0 1px 0 0 #646f82;
}

#home-newsletter {
    /*background-color: rgba(0, 0, 0, 0.05);*/
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#mc_embed_signup {
    background: transparent!important;
}

#mc_embed_signup form {
    margin-bottom: 35px;
}

.top-strip {
  padding: 70px 0 40px 0;
}




/* Fiksna */

.header-row .first-column {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

#fiksna-banner {
margin-top: 52px;
}

#fiksna-banner .owl-controls {
    margin-top: -27px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    z-index: 3000;
    position: absolute;
    left: 0;
    right: 0;
}

.fiksna-header {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/fiksna/narrow.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
}
.internet-poslovni-header {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/poslovni/internet/Internet_poslovni_background.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center bottom;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
}
.napredni-internet-header {
    background-image: url('//bhtelecom.ba//fileadmin/assets/images/internet/Napredni_internet_back.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center bottom;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
}

.internet-dodatne-header {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/internet/internet_dodatne.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
}
.paketi-uz-pretplatu-header {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/Mobilna/mobilna_background.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
}
.prenesi-broj-fiksna-header {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/fiksna/prenesi_broj_fiksna_back.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
}
.prenesi-broj-mobilna-poslovni-header {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/poslovni/prenesi_broj_poslovni_back.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
}
.oglasavanje-poslovni-header {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/poslovni/oglasavanje_backl.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center bottom;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
}
.napredni-internet-mobilna-header {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/internet/Napredni_internet_back.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
}
.mrežno-povezivanje-poslovni-header {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/poslovni/mezno_backl.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
}

.prijave-header {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/Podrska/prijave_back.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center bottom;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
  }

.prezentacija-header {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/prezentacija_poslovni.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
  }


.fiksna-header {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/fiksna/narrow.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
}
.fiksni-internet-header {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/internet/xDSL_background.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
}
.internet-poslovni-dodatne-header {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/poslovni/internet/internet_dodatne_poslovni.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
}
.internet-header {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/internet/xDSL_background.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
}

.mobilna-poslovni-header {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/poslovni/mobilna/mobilna_poslovni_background.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom center;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
}

.ict-poslovni-header {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/poslovni/ICT_back.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom center;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
}
.posebna-namjena-header {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/poslovni/posebna_namjena_backjpg.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom center;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
  }

.veleprodaja-header {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/poslovni/veleprodaja_back__1_.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position:center;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
}

.grupne-poslovni-header {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/poslovni/grupne_trife_back.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
}
.mobilna-poslovni-dodatne-usluge-header {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/poslovni/mobilna/poslovni-dodatne-usluge-mobilna.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
}
.mobilna-header {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/Mobilna/mobilna_background.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
}
.mobilna-dodatne-usluge {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/Mobilna/mobilna_dodatne_background.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center bottom;
    margin-bottom: 45px;
    background-repeat: no-repeat;
 }
.fiksna-dodatne-usluge {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/fiksna/fiksna_dodatne_usluge/22857193_xxl.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center bottom;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
  }

  .ultra_privatni-dodatne-usluge {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/Mobilna/fizicka_dodatne_prepaid.jpg');
    background-attachment: fixed;
    background-size: content;
    background-position: right center;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
 }

  .ultra-poslovni-dodatne-usluge {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/Mobilna/poslovni_dodatne_prepaid.jpg');
    background-attachment: fixed;
    background-size: content;
    background-position: right top;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
 }
.poslovni-dodatne-usluge-fiksna-header {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/poslovni/dodatne_usluge/46803096_xxl.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center bottom;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
}
.poslovni-osnovne-usluge-fiksna-header {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/poslovni/Osnovne_usluge/poslovni-osnove-usluge.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    /*margin-bottom: 45px;*/
    background-repeat: no-repeat;
}

.app-header {
    background-image: url('//bhtelecom.ba//fileadmin/assets/images/aplikacije/aplikacije_back.jpg');
    background-position-y: bottom;
}


.kontakti-header {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/kontakti/kontaktib.jpg');
    background-position-y:bottom;
}

.podrska-header {
    background-image: url('//bhtelecom.ba/fileadmin/assets/images/Podrska/podrska_novi_back.jpg');
    background-position-y:bottom;
}

.package-box-overlay {
    padding-top: 200px;
    padding-bottom: 50px;
    background-color: rgba(0, 0, 0, 0.075);
  
  
    -moz-box-shadow:    inset  0  10px 20px -10px rgba(0,0,0,0.45), 
                        inset  0 -10px 20px -10px rgba(0,0,0,0.45);
    -webkit-box-shadow: inset  0  10px 20px -10px rgba(0,0,0,0.45), 
                        inset  0 -10px 20px -10px rgba(0,0,0,0.45);
     box-shadow:        inset  0  10px 20px -10px rgba(0,0,0,0.45), 
                        inset  0 -10px 20px -10px rgba(0,0,0,0.45);  
  
}

.app-overlay {
    padding-top: 400px;
    padding-bottom: 50px;
}

.kontakti-overlay {
    padding-top: 400px;
    padding-bottom: 50px;
}

.podrska-overlay {
    padding-top: 400px;
    padding-bottom: 50px;
}

.fiksna-header-heading {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 64px;
    text-shadow: 5px 5px 15px rgba(0,0,0,0.75);
    text-align: left;
}

.package-price {
margin-bottom: 10px;  
    width: 100px;
    height: 100px;
    background-color: #fe8300;
    border-radius: 50px;
    text-align: center;
    padding: 23px 0;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.28),0 2px 10px 0 rgba(0,0,0,0.15);  
}

.package-price-number {
    color: #ffffff;
    font-weight: bold;
    font-size: 29px;
}

.package-price-currency {
    color: #ffffff;
    font-size: 18px;
    margin-top: -5px;
}
.package-price-info {
    color: #ffffff;
    font-size: 13px;
    margin-top: -7px;
  line-height: 12px;
}


.package-heading {
  text-transform: uppercase;
  margin-top: 0;
 }

.package-row {
  margin-bottom: 30px;
}

.package-group-heading {
  font-size: 36px;
  text-transform: uppercase;
}

.smaller-overlay {
  padding-top: 100px;
}



/* XDSL */

#xdsl-banner {
  margin-top: 30px;
}

#xdsl-banner .owl-controls {
    margin-top: -27px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    z-index: 3000;
    position: absolute;
    left: 50%;
}


.xdsl-header {
    background-image: url(https://bhtelecom.ba/fileadmin/assets/images/xdsl/xdsl.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    margin-bottom: 45px;
}

.xdsl-header-heading {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 64px;
    text-shadow: 5px 5px 15px rgba(0,0,0,0.75);
}






























/* NAVBAR BREAKPOINT FIX */

    @media (min-width: 768px) and (max-width:1199px) {
        .navbar-nav .open .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }
        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }
        .dropdown-menu > li > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            /*color: #333;*/
            white-space: nowrap;
        }
        .navbar-header {
            float: none;
        }
        .navbar-toggle {
            display: block;
        }
        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }
        .navbar-collapse.collapse {
            display: none!important;
        }
        .navbar-nav {
            float: none!important;
            /*margin: 7.5px -15px;*/
            margin: 7.5px 50px 7.5px -15px
        }
        .navbar-nav>li {
            float: none;
        }
        .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .navbar-text {
            float: none;
            margin: 15px 0;
        }
        /* since 3.1.0 */
        .navbar-collapse.collapse.in { 
            display: block!important;
        }
        .collapsing {
            overflow: hidden!important;
        }
.navbar-right {
    float: left!important;
    margin-left: 0 !important;
}
    }

/* END NAVBAR BREAKPOINT FIX */

@media only screen and (max-device-width: 767px)
and (orientation: portrait) {
  #mobile-home_banner, #mobile-home_banner_ny {
    display: block;
  }

  #home_banner, #home_banner_ny {
    display: none;
  }
}

@media only screen and (orientation: landscape) {
  #mobile-home_banner, #mobile-home_banner_ny {
    display: none;
  }

  #home_banner, #home_banner_ny {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  
}

@media only screen and (max-width: 1200px) {
  .owl-thumbs {
    position: relative;
    bottom: 0;
  }  
}



@media only screen and (min-width: 992px) {
  .pull-right-desktop {
    float: right;
  }

  .mob-submenu {
    margin-top: 10px;
    text-align: center;
    border-top: 1px solid #CCC;
  }

  .centered {
    text-align: center;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .submenu-item {
    float: left;
    padding: 0 45px;
    text-align: left;
    border-right: 1px solid #ccc;
    margin: 20px 0;
  }

  .submenu-item:last-child {
    border-right: none;
  }

  .sub-sub li {
    margin: 0 0 10px 0;
  }



  .navbar-inverse .navbar-nav>li>a {
    color: #fff;
  }

  .top-home-row .col-sm-2 {
    border-right: 1px solid #f7f7f7;
  }

  .top-home-row .col-sm-2:last-child {
    border-right: none;
  }
}

@media only screen and (max-width: 991px) {
  .naslovna-uredjaj {
    margin-bottom: 105px;
  }

  .naslovna-uredjaj-last {
    margin-bottom: 35px;
  }

  .sub-sub li a {
    color: #fe8300;
  }

  .sub-sub li {
  margin-bottom: 5px;
  }

  .owl-prev:after {
    left: 15px;
  }

  .owl-next:after {
    right: 15px;
  }

  .devices .owl-prev:after {
    left: 10px;
    background-color: #fff;
    width: 70px;
    height: 50px;
  }

  .devices .owl-next:after {
    right: 10px;
    background-color: #fff;
    width: 70px;
    height: 50px;
  }
}

@media only screen and (min-width: 768px) {


  .even-smaller-col {
    width: 6%;
    float: right;
  }

  .top-strip-container:before {
    content: "";
    position: relative;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    height: 2px;
    background: #dfe6ec;
    top: 56px;
  }

/*.package-price {
    margin-top: 30px;
    margin-bottom: -45px;
  }*/
}

@media only screen and (max-width: 767px) {

.yamm-content .centered {
    min-height: 0!important;
  margin-top: 15px;
}

.yamm .yamm-content {
    padding-top: 0;
}

.centered {
    padding: 0!important;
}

.sub-sub li:last-child {margin-bottom: 10px;}


.dropdown-menu{
/*   max-height:500px;
   overflow-y: scroll!important;*/
}

.navbar-collapse.in {
    overflow-y: auto;
}


  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fe8300;
    background-color: #eee;
  }

  .navbar-inverse .navbar-toggle {
    border-color: #fff;
  }

  .navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
    background-color: #777;
  }

  .navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #fff;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
  }

  #navbar > ul > li.dropdown.open > ul > li:hover {
    background-color: #d06c15;
  }

  .ultranet_back_1 {
    background-image: url(../images/ultra_net_small.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
  }

  .ultranet_back_2 {
    background-image: url(../images/ultra_net_small.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
  }

  .home_back {
    background-image: url(../images/motif.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center bottom;
  }

  .stat-count {
    margin-top: 0;
  }

  .content {
    height: 30%;
  }

  .content-2 {
    left: 44%;
    right: 0;
    height: 60%;
    max-width: 54%;
    width: 90%;
  }

  .mobile-centered {
    text-align: center;
    width: 100px;
    margin-left: auto;

    margin-right: auto;
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .top-home-row .col-sm-2 {
    border-bottom: 1px solid #efefef;
    max-width: 75%;
    margin: auto;
  }

  .top-home-row .col-sm-2:last-child {
    border-bottom: none;
  }

  .mobile-centered h3 {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .top-strip-container .col-sm-2 {
    margin-bottom: 40px;
  }

  .rs-round h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
  }

  .top-strip-container:before {

    background: transparent;

  }

  .top-strip {
    margin-top: 0;
    margin-bottom: 0;
  }

.rs-round {
    margin-left: auto;
    margin-right: auto;
}

  .top-strip-heading {
    position: relative;
  }

  .footer-span {
    margin-bottom: 30px;
  }

  .portfolio-category li {
    margin-bottom: 15px;
  }

  section {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
  }
  
  
  .centered {
    padding: 10px 0;
  }  
  
}

@media only screen and (max-width: 640px) {
  .stat-count {
    font-size: 26px !important;
  }

  .milestone-details,.highlight {
    font-size: 20px;
  }

  .overlay {
    padding: 30px 0;
  }

  .package-box {
    padding-bottom: 15px;
  }

  /*ul.lead {
    margin-bottom: 0;
  }*/
  .content {
    height: 50%;
  }

  .content-2 {
    left: 44%;
    right: 0;
    height: 80%;
    max-width: 54%;
    width: 90%;
  }

  .banner-txt {
    font-size: 20px;
  }

  .banner-txt-2 {
    font-size: 20px;
  }

  .banner-txt-2-small {
    font-size: 14px;
  }

  .turist {
    padding-top: 15px;
  }
  
  /*.table {
    font-size: 11px;
  }*/
  
}

@media only screen and (max-width: 562px) {
  #home_banner, #home_banner_ny {display: none;}
}

@media only screen and (min-width: 563px) {
  #mobile-home_banner, #mobile-home_banner_ny {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .content {
    height: 75%;
    background-color: rgba(0,0,0,0.45);
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .content-2 {
    left: 0;
    right: 0;
    height: 100%;
    max-width: 100%;
    width: 90%;
  }

  .small-mail {
    font-size: 12px;
  }

  .turist {
    padding-top: 15px;
    font-size: 16px;
  }
  
}

@media only screen and (max-width: 420px) {
  .turist {
    padding-top: 15px;
    font-size: 14px;
  }

  .home-cards .post-subtitle {min-height: 144px;}
  .home-cards .post-title {min-height: 80px;}


.top-strip-container .rs-round {
  height: 60px;
  line-height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 7px solid #fff;
}

 h3.top-strip-heading {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  min-height: 50px;
  
}

.top-strip-container .rs-round i {
    font-size: 30px!important;
    padding-top: 9px!important;
    margin: 0!important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent!important;  
}

.joint {display: none;}

.top-strip-container {
  margin-top: 50px;
}

.linija-2 .row {
    /* margin-right: -15px; */
    /* margin-left: -15px; */
    position: relative;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 150%;
}

.top-strip-container .col-md-2, .top-strip-container .col-sm-2, .top-strip-container .col-sm-1, .top-strip-container .col-md-1{
    width: 33%!important;
    float: left;
    margin-bottom: 25px;

}

.top-strip-container:before {
    background: transparent;
}


#manufacturer .owl-prev, #manufacturer .owl-next {
    top: -41%;
    background: #ffffff;
    opacity: 1;
}

.home-cards .card {
height: 690px;
}

div.home-phone-cards > div.card > div > div:nth-child(2) {
min-height:400px;
}

.home-phone-cards .home-phone-button {

    bottom: 15px!important;
}

.social li {
    margin: 5px!important;
}

.footer-strip-container {
float: none!important;
}

.footer-strip-group {
    float: left!important;
    margin: 3px!important;
}


.social.footer-social {margin-bottom: 50px;}
}






















.corporate-strip {
    width: auto!important;
}

.footer-price-list {
    text-align: left!important;
    width: auto!important;
    height: auto!important;
    border-radius: 0!important;
    border: none!important;
    color: #fe8300;
    padding: 0!important;
    background-color: #fff!important;
    line-height: 55px!important;
    display: inline-block!important;
    float: left!important;
    outline: none !important;
    box-shadow: none!important;
}

.footer-social {float: left;}

/*#mc_embed_signup label {
    display: inline-block!important;
    vertical-align: bottom!important;
    padding-bottom: 0!important;
    margin-bottom: 0!important;
    margin-right: 20px!important;
}

#home-newsletter #mc_embed_signup input.email {
    margin-bottom: 8px!important;
}

#mc_embed_signup_scroll > label > span {
  font-size: 14px;
  font weight: normal;
}*/

.footer-social-area .social a.footer-price-list:hover {
    color: #646f82;
}

#footer-strip {
  background-color: #fe8300;
  padding-bottom:20px;
  padding-top: 30px;
  margin-top: 50px;
  margin-bottom: 15px;  
}

.footer-strip-content i {
  color: #ffffff;
  font-size: 20px;
}

.footer-strip-content h3 {
    color: #fe8300;
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal; 
}

.footer-strip-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  float: left;  
}

.footer-strip-content a.footer-strip-link {
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: none;
    background-color: #fe8300;
    color: #fff;  
    line-height: 55px;
    outline: none !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.footer-strip-content a.footer-strip-link:hover {
    padding: 0;
    background-color: #fff;
    color: #fe8300;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.18),0 4px 10px 0 rgba(0,0,0,0.15);
}

.footer-strip-content a.footer-strip-link:hover i {
    color: #fe8300;
}

.footer-strip-group {
  float: left;
  margin: 10px;
}

.social li {
    margin: 10px;
}

.footer-strip-container {
  float:right;
}

.corporate-strip {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*width: 770px;*/
}

.korporativna-header {
    background-image: url(https://bhtelecom.ba/fileadmin/assets/images/korporativna/korporativna_pozadina.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    margin-bottom: 45px;
}

.search-header {
    background-image: url(https://bhtelecom.ba/fileadmin/assets/images/Podrska/search_back.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center bottom;
    margin-bottom: 45px;
}

.sponzorstva-header {
    background-image: url(https://bhtelecom.ba/fileadmin/assets/images/korporativna/sponzorstva_i_donacije2.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    margin-bottom: 45px;
}

.press-header {
    background-image: url(https://bhtelecom.ba/fileadmin/assets/images/korporativna/press/press_room_background.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center bottom;
    margin-bottom: 45px;
}

.javni-pozivi-header {
    background-image: url(https://bhtelecom.ba/fileadmin/assets/images/korporativna/poslovni_odnosi/javni_pozivi_backjpg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    margin-bottom: 45px;
}
.app-strip {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*width: 778px;*/
}

.press-strip {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*width: 975px;*/
}


.kontakti-strip {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
   /* width: 574px;*/
}

.app-image {
    float: right;
    margin-right: -150px;
    max-height: 550px;
}
.first-app-image {
    margin-right: 50px!important;
}

.app-image-tablet {
    float: right;
    position: absolute;
    max-height: 550px;
}

.first-app-image-tablet {
/*    margin-top: -250px;*/
}

.app-row {
    margin-bottom:50px;
}
.app-row-first {
    margin-top: 50px;
}
.app-row > div {
  margin-bottom: 30px;
}












/* Fiksna tabs */



.nav-tabs>li>a {
    text-decoration: none;
    background-color: #ffffff;
    border-color: #eee #eee #ddd;  
    margin-right: 10px;
}

.tab-pane {
  padding: 15px;
}

.fixna-package {
 /* margin-bottom: 30px;*/
}

.tab-pane h3 {
     font-size: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.fiksna-strip {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
   /* width: 980px;*/
}

.news-single-img {
    float: none;
    margin: 15px auto 15px auto;
}

#single-post-blog {
  padding-top: 60px;
}

.news-single-img img {
  max-width: 100%;
  height: auto;
}

.single-blog-title {
  margin-top: 30px;
  margin-bottom: 30px;
  letter-spacing: -1.5px;
}

.single-blog-subheader h2 {
  font-size: 20px;
  letter-spacing: -0.5px;
    margin-top: 30px;
  margin-bottom: 30px;
}

#single-post-blog .sb_network_holder {
    float: right;
    position: relative;
}
  

body > header > div > div > nav > div.container {
  padding-left: 0;
  padding-right: 0;
}

.single-blog-content img {
 /* margin: 15px;*/
}

.single-blog-meta {
  margin-top: 30px;
  margin-bottom: 50px;
 }
 
 
 #single-post-blog > div > div > div > div.single-blog-subheader > p {
  font-weight: 600;
  font-size: 20px;
  }
 
 
.blog-pagination {
    left: 0px!important;
    bottom: -150px!important;
    right: 0!important;
    top: initial!important;  
}
 
.all-blog-post.masonry {
  margin-bottom: 200px;
  }

.blog-pagination .browseLinksWrap a, .blog-pagination .browseLinksWrap .activeLinkWrap {
  font-size: 16px;
  }

.trazimo {
  margin-top: 30px;
  padding: 0;
}



.imenik-card {
  padding: 30px
}

input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #fe8300;
    box-shadow: 0 1px 0 0 #fe8300;
}


.input-field .prefix.active {
    color: #fe8300;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #fe8300;
}

.dropdown-content li > a, .dropdown-content li > span {
  color: #fe8300;
}

.dropdown-content {
  list-style: none;
  padding-left:0;
}

.location-select-icon {
  float: left;
  font-size: 40px;
}

.select-wrapper {
    float: left;
    width: 90%;
    margin-left: 8px;
}

.imenik-card label {
  font-weight: normal;
}


.imenik-strip {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*width: 986px;*/
}

.imenik-header {
    background-image: url(http://previews.123rf.com/images/wabeno/wabeno1310/wabeno131000019/23701852-Vintage-telephone-and-phone-directory-Stock-Photo.jpg);
    background-position-y: bottom;
}

#frmPi1 .waves-button-input {
  padding: 14px 34px;
}

#searchnav tr, #searchnav td {
  text-align: center
  }

.olMapViewport {
  z-index: 0
}

div.olMap {
    margin-left: auto!important;
    margin-right: auto!important;
}

#map .location-select-icon {
  color: #fe8300;
}

#map .location-select-icon:hover {
  color: #646f82;
  cursor: pointer;
}

#rezultati-pretrage #searchnav {
  width: 50%
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

header {margin-top: -2px;}

#main_banner {margin-bottom: 45px;}

.newsbox .blog-date {
    padding: 20px 0;
}

.newsbox article.col-md-12.single-post {
    padding-top: 20px;
}

.browseLinksWrap span, .browseLinksWrap a {
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
}

.browseLinksWrap {
    margin-top: 15px;
}
















 
 
 
 
 
 
 
 
 
 
 
 @media only screen and (min-width: 768px) {
.app-strip-container:before {
    width: 60%;
    content: "";
    position: relative;
    left: 0;
    right: 0;
   /* margin: 0 30px;*/
    height: 2px;
    background: #dfe6ec;
    top: 56px;
}

.press-strip-container:before {
    width: 75%;
    content: "";
    position: relative;
    left: 0;
    right: 0;
   /* margin: 0 30px;*/
    height: 2px;
    background: #dfe6ec;
    top: 56px;
}

.kontakti-strip-container:before {
    width: 41%;
    content: "";
    position: relative;
    left: 0;
    right: 0;
    /*margin: 0 30px;*/
    height: 2px;
    background: #dfe6ec;
    top: 56px;
}

.fiksna-strip-container:before {
    width: 77%;
    content: "";
    position: relative;
    left: 0;
    right: 0;
   /* margin: 0 30px;*/
    height: 2px;
    background: #dfe6ec;
    top: 56px;
}

.imenik-strip-container:before {
    width: 77%;
    content: "";
    position: relative;
    left: 0;
    right: 0;
   /* margin: 0 30px;*/
    height: 2px;
    background: #dfe6ec;
    top: 56px;
}

.news-single-img img {
  max-width: 640px;
  height: auto;
}

}

@media only screen and (max-width: 639px) {

.app-image {
    margin-right: -200px;
}
.first-app-image {
    margin-right: 0px!important;
}
.app-overlay {
    padding-top: 75px;
    padding-bottom: 25px;
}
.app-header {
    background-position-y: 0;
}
.fiksna-header-heading {
    font-size: 48px;
}
.fiksna-header {
    margin-bottom: 15px;
}
.top-strip {
    padding: 15px 0;
}
.nav-tabs>li {
    float: none;
}

body > header > div > div > nav > div.container {
    padding-left: 15px;
    padding-right: 15px;
}

.select-wrapper {
    float: left;
    width: 85%;
    margin-left: 8px;
}

#rezultati-pretrage #novost tr, #rezultati-pretrage #novost td {
  padding: 0;
}

#login-main-menu {margin-left: 15px;}

.navbar-nav {
    margin: 0px -15px;
}


 #login-dp form input {
  padding-left: 15px;
  padding-right: 15px;
margin-left: 15px;
  margin-right: 15px; 
 box-sizing : border-box; 
}

li.dropdown.open {background-color: #ffffff;}


#navbar {
  padding-bottom: 15px;
}

.help-block.text-right {float: left; clear: both; margin-left: 15px;}

#ok {
    max-width: 150px!important;
    float: left!important;
    margin-bottom: 30px!important;
    margin-right: 15px!important;
    clear: both!important;
    margin-left: 15px!important;
    margin-top: 15px!important;
}

}

































.fiksna-dodatne-strip {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 324px;
}

@media only screen and (min-width: 768px) {

.fiksna-dodatne-strip-container:before {
    width: 26%;
    content: "";
    position: relative;
    left: 0;
    right: 0;
    margin: 0 30px;
    height: 2px;
    background: #dfe6ec;
    top: 56px;
}


}












/*tabs play */
.tab-content>.active {
    display: block;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    background-color: #f8f8f8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #f8f8f8;
  border-color: #eee;
  border-bottom: none;
}

.nav-tabs>li>a {
    border-color: #eee #eee #eee;
}

.nav-tabs {
    border-bottom: none;
}






/* Devices */



.is-checked {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.18);
    background-color: #fff;
    color: #fe8300;
    border-color: #fe8300;
}

.isotope-filters {
  margin-bottom: 35px;
  }

.device-card-small {
  line-height: 16px;
  min-height: 34px;
}


.no-break {
    white-space: nowrap;
  }

#post-blog .card-wrapper, #post-blog .card { min-height: 560px;}

.modal {
    max-height: 85%;
    width: 85%;
}

.phone-cards-title {
 font-size: 36px;
  margin-bottom: 30px;
}

button:focus {
    outline: none;
    background-color: #fe8300;
}

#tab01 > h2 {margin-top: 60px;}

@media (min-width: 992px) {
.modal-dialog {
    width: 800px;
}
}

@media (max-width: 767px) {

.package-price {
  margin-top: 30px;
  margin-bottom: 30px;
  }

.fiksna-strip {
    width: auto;
}



}




@media (max-width: 479px) {

/*
.mobile-card-wrapper img {
  width: 100%;
  height: auto;
  
}
*/

.seven-cols:last-child {}

.five-cols:last-child {}

}

.naslov2 {font-size:34px}

.main-card-bubble {position: absolute!important; bottom: 10px; right: 10px;}

.main-card-btn {position: absolute; bottom: 0px;}

.landing-card {
    padding-left: 15px;
    padding-right: 15px;
}

/* Seven cols */

@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }

  .eight-cols .col-md-1,
  .eight-cols .col-sm-1,
  .eight-cols .col-lg-1 {
    width: 12.285714%;
    *width: 12.285714%;
  }

.col-md-offset-1 {
    margin-left: 14.285714285714285714285714285714%;
}

.col-md-offset-2 {
    margin-left: 28.57142857142856%;
}

}

@media (min-width: 768px){
  .five-cols .col-md-1,
  .five-cols .col-sm-1,
  .five-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .five-cols .col-md-1,
  .five-cols .col-sm-1,
  .five-cols .col-lg-1 {
    width: 25%;
    *width: 25%;
  }

}

 
@media (min-width: 1200px) {
  .five-cols .col-md-1,
  .five-cols .col-sm-1,
  .five-cols .col-lg-1 {
    width: 25%;
    *width: 25%;
  }
}





 
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}









.yamm-content hr {margin-top: 10px; margin-bottom: 10px}

.yamm-content .centered {min-height: 85px}







/* Linije */

@media only screen and (min-width: 768px) {

.linija-2:before {
    width: 25%;
}

.linija-3:before {
    width: 35%;
}

.linija-4:before {
    width: 55%;
}

.linija-5:before {
    width: 65%;
}

}




.home-phone-cards .home-phone-button {  
  /*position: absolute;
  right: 10px;
  bottom: 5px;*/
  position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100px;     
}

.home-news-cards .card {
    min-height: 645px;
}

.home-news-cards .blog-date {
  position: absolute;
  left: 15px;
  bottom: 15px;
}

.home-news-cards .supersocialshare.bubble {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
}

.sff-button {
  display: block;
    position: fixed;
    color: #ffffff!important;
    left: 0;
    bottom: 0;
    z-index: 10;
    border-top-right-radius: 10px;
    border: none;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.26);
    background-color: #fe8300;
    background: linear-gradient(120deg, rgba(254,131,0,1) 0%, rgba(210,11,18,1) 100%);
    padding: 5px 20px;
    font-size: 28px;
}
.sff-button a {
    color: #ffffff!important;
    text-decoration: none;
}
#sff-button {
    color: #ffffff!important;
    text-decoration: none;
}

#mc_embed_signup_scroll > div.clear > i {z-index:0}


#privatni-meni > ul > li > div > div > div > div {
    min-height: 65px;
}

#phoneholder > div.owl-stage-outer > div > div > div.home-cards {
    min-height: 450px;  
}

.back-to-top, .back-to-top:focus {
    z-index: 10000;
}

.tour-step-background {display: none!important}

/* Tour popovers */

.popover-title, .popover-content, .popover-navigation {
    font-size: 16px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;  
}

.popover, .popover * {border-radius: 0!important}

.tour-backdrop {
    opacity: .5;
    filter: alpha(opacity=50);
}

.tour-trigger p[data-toggle="modal"], .tour-trigger .col-xs-6 {background-color: #ffffff}

.button-group > .button, .mobile_button-group .manufacturer-item {
    background-color: #fff;
    color: #fe8300;
    border-color: #fff;
      cursor: pointer;   
}

.button-group > .button.is-checked, .mobile_button-group .manufacturer-item.is-checked {
    background-color: #fe8300;
    color: #fff;
    border-color: #fe8300;
}


/*
img{
max-width: 100%;
height: auto;
width: auto;
}

img{ -ms-interpolation-mode: bicubic; }
*/
.device-strip-image {
    
    max-height: 400px!important;
    margin-left: auto;
    margin-right: auto;
    width: auto!important;
}

#manufacturer .is-checked {
  background-color: #ffffff;
  border-color: #ffffff;
  position: relative;
  box-shadow: 0px 0px 0px #ffffff;
}

 #manufacturer .is-checked:after {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: #fe8300;
  width: 100%;
}

.home-phone-cards h4,  .home-phone-cards .flag {
  display: none;
}

.promo-field h2, .home-phone-cards h2 {
    position: absolute;
    top: -195%;
    background-color: rgba(193, 193, 193, 0.5);
    font-size: 31px;
    padding: 9px;
    text-align: center;
    font-size: 21px;
    color: #fdfdfd;
    border-bottom: 2px #fe8300;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.mobile_isotope_filters {
    margin-top: 55px;
  margin-bottom: 0;
  
 }

.promo-field h3 {font-size: 18px;}
.promo-field h5 {font-weight: normal}

.device-promo h3 {
    margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2;
}

.device-promo h4 {
    margin-top: 0;
  font-weight: 300;
  line-height: 1.2;  
}

.device-promo h2 {
    font-size: 15px;
    text-transform: uppercase;
    position: absolute;
    bottom: 32px;
  line-height: 1.2;
}

.device-promo h5 {
    font-weight: normal;
    margin-top: 0;
  font-size: 18px;
    position: absolute;
    bottom: 32px;
      max-width: 230px;
   line-height: 1.2;
}

#all-reset {text-align: center}




.mobile_button-group .item {min-height: 65px;}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    outline: none;
}

.landing-card .card {min-height: 530px;}

._device-strip-image {
margin-left: auto;
  margin-right: auto;
}

#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:#ffffff;
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:#ffffff;
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}



@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }

#login-dp input {width: 75%; color: #666666}

.navbar-nav {overflow-x: hidden;}

}

#ok {max-width: 150px; float: right; margin-bottom: 15px; margin-right: 0;}

td.tx-indexedsearch-icon.icon img {display:none}

tr td.tx-indexedsearch-info.info {display:none}

div.tx-indexedsearch-res > div:nth-child(1) > table > tbody > tr:nth-child(3) {display:none}

td.tx-indexedsearch-result-number.result-number {display:none}

.tx-indexedsearch-browsebox {margin-top:35px; margin-bottom: 35px}

a:focus {
    outline: none;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #fff;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(250, 255, 189);
    background-image: none;
    color: rgb(0, 0, 0);
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
    width: 100%;
}



.freeflow {
    overflow-x: auto!important;
    overflow-y: hidden;
}

.gift {
    display: none;
    position: absolute;
    right: 0;
    margin-right: 10px;
    bottom: 132px;
    height: 160px;
    width: 160px;
    background-size: cover;
    border-radius: 80px;
    background: #1a2980;
    background: -webkit-linear-gradient(top,#1a2980,#26d0ce);
    background: -o-linear-gradient(top,#1a2980,#26d0ce);
    background: -moz-linear-gradient(top,#1a2980,#26d0ce);
    background: linear-gradient(to bottom, #1a2980, #26d0ce);
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.28), 0 2px 7px 0 rgba(0,0,0,0.15);
}

.gift h3 {
    position: absolute;
    color: #e8e8e8;
    top: 19px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
}

.gift h2 {
    position: absolute;
    bottom: 48px;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    letter-spacing: -1.4px;
    top: 32px;
    background-color: transparent;
    z-index: 1000;
}

.novo-sticker {
    /* display: none; */
    position: absolute;
    right: 0;
    margin-right: 10px;
    bottom: 0;
    height: 160px;
    width: 160px;
    background-size: cover;
    border-radius: 80px;
background: #fe8300; /* Old Browsers */
background: -webkit-linear-gradient(top,#fe8300,#fd00ff); /*Safari 5.1-6*/
background: -o-linear-gradient(top,#fe8300,#fd00ff); /*Opera 11.1-12*/
background: -moz-linear-gradient(top,#fe8300,#fd00ff); /*Fx 3.6-15*/
background: linear-gradient(to bottom, #fe8300, #fd00ff); /*Standard*/
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.28), 0 2px 7px 0 rgba(0,0,0,0.15);  
}

.novo-sticker h3 {
    position: absolute;
    color: #ffffff;
    top: 34px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 23px;
    line-height: 28px;
}

.novo-sticker h2 {
    position: absolute;
    bottom: 47px;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    letter-spacing: -1.4px;
}

.snizenje-1 .novo-sticker {display: block!important}
.snizenjetv-1.novo-sticker {display: block!important}



.rgmediaimages-player { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; overflow: 
    hidden; 
  max-width: 100%; 
  margin-bottom: 30px;
} 

.rgmediaimages-player iframe, .rgmediaimages-player object, .rgmediaimages-player embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

@media(min-width:768px){
.single-blog-videos { 
  width: 46%;
} 


.single-blog-content img {
    display: block;
    max-width: 100%;
    height: auto;
  }

}

@media only screen and (max-width: 420px) {
#yt-blog .card {
    height: 600px;
}
}

/*#home_banner img {display: none}*/

.single-blog-content p {
    font-family: "Open Sans",Helvetica,Arial,sans-serif!important;
    font-size: 18px!important;
    line-height: 1.42857143!important;
    color: #333!important;
}



.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:focus:active, .btn:focus {
    outline-color: invert;
    outline-width: thin;
    outline-color: ;
    outline-style: solid;
    outline-width: ;
    outline: 0px auto #fe8300;
    outline-offset: 0;
}


#home_banner {display: none}
   

#single-post-blog table, #single-post-blog td, #single-post-blog tr {
 border: 1px solid #999999;
}

.navbar {background-image: url(https://bhtelecom.ba/fileadmin/assets/images/podloga.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.navbar-wrapper {background-color: #fe8300;}


table#tv-table.collapse.in {
    display: table;
}

table#tv-table, table#tv-table th, table#tv-table td {
  border: 1px solid black;
}

.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}


#navbar > ul > li > a {
    padding: 15px 14px;
}

#laptopi div.card img {
    max-width: 100%;
  height: auto;
}

@font-face {
  font-family:'sssB';
  src:url('/fileadmin/assets/images/landing/unpacked/samsungsharpsans-bold_v2.eot');
  src:url('/fileadmin/assets/images/landing/unpacked/samsungsharpsans-bold_v2.eot?#iefix') format('embedded-opentype'),
    url('/fileadmin/assets/images/landing/unpacked/samsungsharpsans-bold_v2.woff2') format('woff2'),
    url('/fileadmin/assets/images/landing/unpacked/samsungsharpsans-bold_v2.woff') format('woff'),
    url('/fileadmin/assets/images/landing/unpacked/samsungsharpsans-bold_v2.svg#SamsungSharpSans-Bold') format('svg');
  font-weight:normal;
  font-style:normal;
}