body {
  background-color: #f4f4f4;
  font-family: "Fira Sans", sans-serif;
}

/*

TOPBAR

*/
.topbarinfo  {
  background-color: #333;
  color: #fff;
  padding: 0.8em 0;
}
.topbarinfo h1 {
  font-size: 0.8em;
}
.contactphone, .contactmail, {
  text-align: right;
  padding-top:0.3em;
  padding-bottom:0.3em;
  white-space: nowrap;
}
.contactphone a, .contactmail a, .languages a{
  background-color: #fff;
  border-radius: 20px;
  color: #555;
  padding: 0.2em 0.7em;
  text-decoration: none;
  font-weight: bolder;
}
.contactphone a:hover, .contactmail a:hover, .languages a:hover{
  background-color: #6e1f03;
  color: #fff;

}





@media (max-width: 505px){
  #contactmail {
    position: absolute;
    top: 100px;
  }

  #contactphone {
    position: relative;
    top: 0px;
  }

  .topbarinfo {
    height: 145px;
  }

}















/*

NAVIGATION

*/
nav {
  background-color: #fff;
  color: #463c30;
  box-shadow: inset 0px -11px 15px -10px #bbb;
}

.navbar-light .navbar-nav .nav-link {
	color: #463c30;
  font-size: 1.4em;
  padding: 0.6em 1em;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #463c30;
}

.navbar {
	padding: 1rem 2rem;
}















/*

HEADER

*/
header {
	border-bottom: #555 solid 5px;
}
.carousel-item {
  height: 80vh;
  min-height: 500px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-caption a {
  background-color: #2d2d2d;
  border-radius: 10px;
  color: #fff;
  padding: 0.7em 1.2em;
  text-decoration: none;
  font-size: 1.1em;
  margin-bottom: 1em;
  transition: 0.3s;
}
.carousel-caption a:hover {
  background-color: #5497ce;
  transition: 0.3s;
  color: #fff;

}
.carousel-caption h3 {
  color: #fff;
  font-size: 3.2em;
  line-height: 1.5em;
}
.carousel-caption {
	bottom: 35px;
}


















/*

CONTENT

*/
.btn-primary {
  background-color: #555;
  color: #fff;
  padding: 10px 30px;
  border:none;

}

.btn-primary:active {
  background-color: #333;
  color: #fff;
  padding: 10px 30px;
  border:none;

}
.btn-primary:focus {
  background-color: #333;
  color: #fff;
  padding: 10px 30px;
  border:none;

}
.btn-primary:hover {
  background-color: #333;
  color: #fff;
  border:none;

}

.news-second .card {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  box-shadow: 5px 5px 7px 0px rgb(0 0 0 / 8%), 0 0 0px rgb(0 0 0 / 5%);
}

.news-second .card:hover {

  border: 1px solid rgba(0, 0, 0, 0.125);
  transform: scale(1.01);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}


.card{
  box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
  transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

.card:hover{
  transform: scale(1.01);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.width-2008{
  max-width:200.8px;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.padding-bottom-medium {
  padding-bottom: 2em;
}

.padding-top-medium {
  padding-top: 2em;
}

.padding-top-small {
  padding-top: 1em;
}

.padding-bottom-small {
  padding-bottom: 1em;
}
.newspaper {
  column-count: 2;
  column-gap: 40px;
}

.img-responsive-text {
  width:  100%;
  margin-bottom: 1em;
}


@media (max-width: 767px){
  .newspaper {
    column-count: 1;
    column-gap: 40px;
  }
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

.bgwhite {
  background-color: #fff;
}

.img-resp {
  width: 100%;
}

.map {
  box-shadow: 0 0 5px 0px #767676;
  width:100%;
  height:450px;
}

.img-big {
  width:100%;
}
.img-small {
  width: 70%;
  padding:20px 50px;
}

.text-wight {
  color: #fff;
}

.padding-caption {
  padding-top:0.5em;
  padding-bottom:0.5em;
}

.col-centered-margin {
  margin-left: 16.5%;
}

.bg-gray {
  background-color: #f4f4f4;
}

.steps {
  background-color: #f4f4f4;
  padding:20px;
  transition: 0.5s;

}
.steps:hover {
  background-color: #dddddd;
  transition: 0.5s;

}

.img-opacity {
  opacity: 1;
  transition: 0.5s;
}
.steps:hover > .img-opacity {
  opacity: 0.1;
  transition: 0.5s;
}

.text-align-main {
  text-align: left;
}

@media (max-width: 575px) {
  .text-align-main {
    text-align: justify;
  }
}

.text-steps {
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: bold;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.steps:hover > .text-steps {
  transition: 0.5s;
  opacity: 1;
}


.card-text {
  text-align:left;
  color:#000;
}

.card-text-date {
  text-align:left;
  color: #454545;
  font-weight: 500;
}

.card-title {
  text-align:left;
  color: #454545;
}

.line-contact {
  height:1px;
  width: 60%;
  background-color: #d0d0d0;
}

.contact-text {
  font-weight: 300;
  font-size: 1em;
}

.hoverMove {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.hoverMove:hover {
    margin-left: 10px;
    transition: 0.5s;
}

.linkovi:hover {
    color: #fd7e14;
    transition: .5s;
    text-decoration: none;
}
.linkovi {
    font-size: 1em;
    color: #1d1a17;
    transition: .5s;
    background-color: #fff;
}

.linkovi-padding {
    padding:10px 15px;
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: 3px 3px 6px 0px #e1e1e1;

}

.linkovi-padding:hover > .linkovi {
  color: #fd7e14;
  transition: .5s;
}

.linkovi-padding:hover > .hoverMove  {
  margin-left: 10px;
  transition: 0.5s;
}

li {
    list-style-type: none;
}

.dropdown:hover .dropdown-menu {display: block;}

.dropdown-menu {
  margin:0;
}






/*

HOME PAGE

*/
.companyintro {
  background-color: #fff;
  border-bottom: #eee solid 4px;
  padding-top:  2em;
}
.welcome {
	padding-top: 2em;
  font-size: 1.1rem;
}
.portfolio-item a, .portfolio-item a:hover, .orangeTxt {
  color: #555;

}

h2.large-title {
  padding: 1em 0;
  text-align: center;
  font-weight: 400;
}

h2.title-text {
  padding-bottom:0.2em;
  font-weight: 300;
  text-align: center;
}

h2.title-text-left {
  padding-bottom:0.2em;
  font-weight: 300;
  text-align: left;
}

h2.title-text-main {
  padding-bottom:0.2em;
  font-weight: 300;
  text-align: center;
}

h2.title-object {
  padding-top:1em;
  padding-bottom:1em;
  font-weight: 300;
}

h4.title-text {
  padding-bottom:0.2em;
  font-weight: 400;
}

h4.contact-titles {
  font-weight: 300;
  font-variant: small-caps;
  font-size: 1.2em;
}

.portfolio-item {
  margin-bottom: 30px;
}

.btn-secondary {
	background-color: #2751a5;
}
.clientlist {

  border-bottom: #eee solid 4px;
  padding-bottom: 2em;
}
.clientlogo{
  transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

.clientlogo:hover{
  transform: scale(1.1);
}



















/*

FOOTER

*/
.footercontact {
  background-color: #832808;
  color: #fff;

  text-align: center;
  padding: 1em 0;
}
.footercontact a {
  background-color: #fff;
  border-radius: 20px;
  color: #555;
  padding: 0.2em 0.7em;
  text-decoration: none;
  font-weight: bolder;
  transition:0.3s;
}

.footercontact a:hover{
  background-color: #2d2d2d;
  color: #fff;
  transition:0.3s;
}

.copyright {
  background-color: #111;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  padding: 1em 0 0;
}
.prolinkwebdevelopment {
  font-size: 0.9em;
}
.prolinkwebdevelopment a {
  color: #fff;
}

.copyright .row {
  margin: 0;
}


footer {
	background-color: #6e1f03;
}
.footerlogo {
  width: 100%;
}
footer h5 {
  color: #fff;
}

@media (max-width: 505px){
  #mailTo {
    position: relative;
    top: 0px;
    white-space: nowrap;
  }

  #phoneTo {
    position: relative;
    top: 10px;
    white-space: nowrap;
  }

  .topbarinfo {
    height: 145px;
  }

}

@media (max-width: 391px){
  #mailTo {
    font-size: 16px;
    position: relative;
    top: 0px;
    white-space: nowrap;
  }

  #phoneTo {
    position: relative;
    top: 10px;
    white-space: nowrap;
  }
}


@media (max-width: 575px) {

  .col-xs-12 {
    -ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
  }

  .col-xs-11 {
    -ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
  }

  .col-xs-10 {
    -ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
  }

  .col-xs-9 {
    -ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
  }

  .col-xs-8 {
    -ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
  }

  .col-xs-7 {
    -ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
  }

  .col-xs-6 {
    -ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
  }

  .col-xs-5 {
    -ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
  }

  .col-xs-4 {
    -ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
  }

  .col-xs-3 {
    -ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
  }

  .col-xs-2 {
    -ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
  }

  .col-xs-1 {
    -ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
  }
}





ul.breadcrumb {
  display: none;
  padding: 10px 0px;
  list-style: none;
  background-color: #f4f4f4;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
  font-weight: 300;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #cacaca;
  content: "-\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #8f8f8f;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #000;
  text-decoration: none;
}

.img-responsive {
  width: 100%;
}