/*

Theme Name: Theme Name in CSS

Author: LexoGmbH

Author URI: https://www.lexo.ch/

Version: 1.0

*/





.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */



/* CSS reset */


@font-face {

  font-family: Vipnagorgialla;

  src: url(fonts/Vipnagorgialla.ttf);

}

@font-face {

  font-family: Gotic;

  src: url(fonts/Gotic.ttf);

}

@font-face {

  font-family: GoticB;

  src: url(fonts/GoticB.ttf);

}

body,
div,
dl,
dt,
dd,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
th,
td {

  margin: 0;

  padding: 0;

}

iframe {
  max-width: 100%;
}


html,
body {

  margin: 0;

  padding: 0;

  min-height: 100%;

  font-family: Vipnagorgialla;

}

table {

  border-collapse: collapse;

  border-spacing: 0;

}

fieldset,
img {

  border: 0;

}

input {}

address,
caption,
cite,
code,
dfn,
th,
var {

  font-style: normal;

  font-weight: normal;

}

caption,
th {

  text-align: left;

}

q:before,
q:after {

  content: '';

}

abbr,
acronym {

  border: 0;

}

p {

  font-size: 18px;

}

#content * {

  word-break: break-word;

}



canvas,
img {

  image-rendering: optimizeQuality;

  image-rendering: -moz-crisp-edges;

  image-rendering: -webkit-optimize-contrast;

  image-rendering: optimize-contrast;

  -ms-interpolation-mode: bicubic;

}



/* WORDPRESS CONTENT IMAGE CLASSES */



.alignright {

  float: right;

  margin: 0.5em 0 0.5em 1em;

}



.aligncenter {

  display: block;

  margin-left: auto;

  margin-right: auto;

}



.alignleft {

  float: left;

  margin: 0.5em 1em 0.5em 0;

}



.alignleft,

.alignright,

.aligncenter,

.alignnone {

  height: auto;

  max-width: 100%;

}



header {

  width: 100%;

  height: 80px;


  border-bottom: 3px solid #0069d3;
  background: #d1d3d4;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(-90deg, #808285, #d1d3d4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-90deg, #808285, #d1d3d4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-90deg, #808285, #d1d3d4);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(-90deg, #808285, #d1d3d4);
  /* Standard syntax */

}

#loading {

  background-color: white;

  height: 100%;

  width: 100%;

  position: fixed;

  z-index: 100;

  margin-top: 0px;

  top: 0px;

  text-align: center;

}

#loading img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 400px;
}

#logo {

  position: relative;

  left: 0px;

}

.header_social_icons {

  position: absolute;

  top: 52px;

  right: 10px;

  color: white;

}

.header_social_icons a {

  color: white;

  font-size: 22px;

  margin-left: 25px;

  transition: color 0.4s;

}

.header_social_icons a:hover {

  color: #0069d3;

  transition: color 0.4s;

}

#menu-language {
  list-style: none;

}

#languages_menu {
  position: absolute;
  top: 5px;
  right: 10px;
}

#menu-item-64>a {
  display: none;
}

.sub-menu a {
  font-size: 0px;
}

.sub-menu {
  list-style: none;
  display: -webkit-inline-box;
}

.sub-menu li {
  opacity: 0.6;
  transition: opacity 0.4s;
}

.sub-menu li:hover {
  opacity: 1;
  transition: opacity 0.4s;
}

#menu-item-66 {
  margin-left: 10px;
}

#bannerimg {

  width: 100%;

}

#banner {

  width: 100%;

  position: relative;

  margin-bottom: -5px;

}



#bannertext {

  width: 100%;

  height: 80px;

  background-color: #0069d3;

  position: absolute;

  bottom: 30px;

}

.bannertext1 {

  width: 100%;

  height: 80px;

  background-color: white;

  position: relative;

  margin: 40px 0px;

}

.linepicture {

  background-color: white;

  width: 160px;

  height: 80px;

  margin: 0 auto;

  background-image: url("images/new/usluge-koje-pruzamo.png");

  background-repeat: no-repeat;

  position: relative;

  background-position: center;

}

.line1 {
  position: absolute;
  width: 5px;
  background-image: url("images/pattern3.png");
  height: 4px;
  top: 38px;
  left: 0px;
}

.line1_1 {
  position: absolute;
  width: 5px;
  background-image: url("images/pattern4.png");
  height: 4px;
  top: 38px;
  right: 0px;
}

#contact h2 {

  position: relative;

}

#line {
  position: absolute;
  width: 5px;
  height: 4px;
  background-image: url("images/pattern.png");
  top: 40px;
  left: 0px;
}

#neli {
  position: absolute;
  width: 5px;
  right: 0px;
  height: 4px;
  background-image: url("images/pattern1.png");
  top: 40px;
}

#bannertext p {

  font-size: 30px;

  width: 465px;

  text-align: center;

  background: #0069d3;

  margin: 0 auto;

  /* display: block; */

  padding-top: 21px;

  position: relative;

  color: white;

  font-family: GoticB;

}

#sectionpiktogrami {

  background-image: url("images/prelivanje.jpg");

  background-size: 100% 113%;

  padding: 20px 0px;

  background-repeat: no-repeat;

  min-height: 415px;

}

#piktogrami {

  width: 960px;

  margin: 0 auto;

}

#piktogrami h1 {

  font-size: 22px;

  transition: color 1s;

}

#pikt1,
#pikt2,
#pikt3 {

  width: 316px;

  /* float: left; */

  text-align: center;

  position: relative;

  /* display: block; */

  display: inline-block;

  opacity: 0;

  cursor: pointer;

}

#piktogrami h1:hover,
#piktogrami h1.activ {

  color: #0069d3;

  transition: color 0.4s;

}

#pikt1 h1 {

  /*    color: #0069d3;
*/
}

#pikt1>div {

  width: 219px;

  height: 217px;

  background-image: url("images/piktogram3.png");

  background-position: center;

  margin: 0 auto;

  transition: background-image 1s;

}

#pikt1>div:hover {

  background-image: url("images/piktogram3hover.png");

  transition: background-image 1s;

}

#pikt2>div {

  width: 219px;

  height: 217px;

  background-image: url("images/piktogram2.png");

  background-position: center;

  margin: 0 auto;

  transition: background-image 1s;

}

#pikt2>div:hover {

  background-image: url("images/piktogram2hover.png");

  transition: background-image 1s;

}

#pikt3>div {

  width: 219px;

  height: 217px;

  background-image: url("images/piktogram1.png");

  background-position: center;

  margin: 0 auto;

}

#pikt3>div:hover {

  background-image: url("images/piktogram1hover.png");

  transition: background-image 1s;

}

#read {

  font-family: GoticB;

  width: 960px;

  margin: 0 auto;

  color: #414042 !important;

}

#read2,
#read3 {

  display: none;

}

#sectionaboutus {

  background-color: #808285;

  position: relative;

}

#about_us {

  width: 960px;

  margin: 0 auto;

  color: white;

  font-family: Gotic;

  position: relative;

  z-index: 2;



}

#about_us h1 {

  text-align: center;

  font-family: GoticB;

  margin-top: 0px;

  padding-top: 20px;

  color: #414042;

}

#social_about_us {

  width: 200px;

  height: 50px;

  color: #808285;

  margin: 0 auto;

  background-image: url("images/social_background.png");

  font-size: 20px;

  background-size: 100% 100%;

  position: relative;

  z-index: 2;

}

.social_icons {

  text-align: center;

}

.social_icons i {

  margin: 15px 7px;

  color: #0069d3;

  transition: color 0.4s;

}

.social_icons i:hover {

  color: #808285;

  transition: color 0.4s;

}

#parralex1 {

  position: absolute;

  width: 234px;

  height: 100%;

  background-image: url(images/new/paralex-levo.png);

  top: 0px;

  background-attachment: fixed;

  background-repeat: no-repeat;

  background-position-y: 46%;

  background-size: 200px;

}

#parralex2 {

  position: absolute;

  width: 234px;

  height: 100%;

  background-image: url(images/new/paralex-desno.png);

  /* background-size: 100px 100px; */

  top: 0px;

  right: 0px;

  /* left: 2%; */

  background-attachment: fixed;

  background-position-x: 100%;

  background-repeat: no-repeat;

  background-position-y: 46%;

  background-size: 200px;

}

#parralex3 {

  position: absolute;

  width: 234px;

  height: 94%;

  background-image: url(images/new/paralex-levo.png);

  top: 0px;

  background-attachment: fixed;

  background-repeat: no-repeat;

  background-position-y: 60%;

  background-size: 200px;

  top: 57px;

}

#parralex4 {

  position: absolute;

  width: 234px;

  height: 94%;

  background-image: url(images/new/paralex-desno.png);

  /* background-size: 100px 100px; */

  top: 0px;

  right: 0px;

  /* left: 2%; */

  background-attachment: fixed;

  background-position-x: 100%;

  background-repeat: no-repeat;

  background-position-y: 60%;

  background-size: 200px;

  top: 57px;

}

#sectionservice {}

#service {

  width: 960px;

  font-family: Gotic;

  margin: 0 auto;

}

#service h1 {

  text-align: center;

  font-family: GoticB;

  margin-top: 0px;

  padding: 50px 0px 20px 0px;

}

#sectionready {

  background-color: #0069d3;

}

.section-img-map {
  display: flex;

  flex-flow: column;
}

#ready {

  color: white;

  font-family: GoticB;

  width: 960px;

  margin: 0 auto;

  font-size: 25px;

  padding: 60px 0px;

}

#ready p {

  display: none;

}

#man {

  width: 100%;

  margin-bottom: -5px;



}

#sectioncontact {

  background-color: #808285;

  height: 962px;

  position: relative;

}

#contact {

  color: white;

  font-family: GoticB;

  width: 960px;

  margin: 0 auto;

  font-size: 25px;

}

#contact p {

  font-size: 22px;

  font-family: GoticB;

  padding-top: 7px;

}

#sectioncontact h1 {

  background-color: #D1D3D4;

  color: #939598;

  text-align: center;

  margin: 0;

  padding: 15px 0px;

  letter-spacing: 2px;

  font-size: 22px;

}

#logo_contact {

  margin-bottom: 30px;

}

#left_contact,
#right_contact {

  width: 478px;

  float: left;

  position: relative;

  padding: 0;

  margin: 0;

  height: 498px;

}

#left_contact {}

#right_contact {}

#contact_line {
  width: 4px;
  background-image: url("images/pattern5.png");
  float: left;
  height: 5px;
  margin-top: 100px
}

.left_contact_sections {

  width: 478px !important;

  height: 100px;
  ;

}

.left_contact_sections:first-of-type {
  height: 135px;
}

.fontawesome {

  width: 100px;

  text-align: center;

}

.fontawesome i {

  font-size: 40px;

  text-align: center;

  padding-top: 20px;

}

.description p {

  font-family: Gotic !important;

  margin: 0;

}

.fontawesome,
.description {

  float: left;

}

#contact_social_about_us {

  display: inline-block;

  width: 100%;

  height: 50px;

  font-size: 20px;

  position: relative;

  background-color: #808285;
  bottom: -85px;

}

.contact_social_icons i {

  margin: 15px 7px;

  color: white;

  transition: color 0.4s;



}

.contact_social_icons i:hover {

  color: #808285;

  transition: color 0.4s;

}

.contact_social_icons {

  width: 200px;

  height: 50px;

  margin: 0 auto;

  background-size: 100% 100%;

  text-align: center;

  background-image: url(images/social_background2.png);

  position: relative;

  z-index: 2;

}

#footer_section {

  width: 100%;

  position: absolute;

  background-color: #d1d3d4;

  text-align: right;

  bottom: 0px;

}

#footer_section img {

  margin-bottom: 0;

  padding: 0px 5px;

}

#footer_section p {

  text-align: right;

  margin: 0;

  color: #A7A9AC;

  font-family: Gotic !important;

  padding: 4px 0px;

  font-size: 15px;

}

#footer_section a {

  color: #A7A9AC;

  font-family: Gotic !important;

  text-decoration: none;

  font-size: 15px;

}

#kontaktforma {

  width: 341px;

  background-color: #D1D3D4;

  border-radius: 10px;

  padding: 15px 13px;

  margin-left: 117px;
  -webkit-box-shadow: 5px 7px 5px 0px rgba(88, 89, 91, 1);
  -moz-box-shadow: 5px 7px 5px 0px rgba(88, 89, 91, 1);
  box-shadow: 5px 7px 5px 0px rgba(88, 89, 91, 1);



}

#name,
#surname,
#email {

  width: 97%;

  border-radius: 10px;

  height: 35px;

  margin: 7px 0px;

  padding-left: 10px;

  font-family: Gotic !important;

}

#textarea {

  width: 97%;

  height: 170px;

  border-radius: 10px;

  margin: 7px 0px;

  padding-left: 10px;

  padding-top: 10px;

  font-family: Gotic !important;

}

#submit {

  padding: 10px;

  position: relative;

  left: 271px;

  font-family: GoticB !important;

  border-radius: 10px;

}



h1 {

  color: #414042;

}

.anima_fadeIn {

  height: 20px !important;

  transition: height 2s;

}

#responsive_read,
#responsive_read1,
#responsive_read2 {

  display: none !important;

}

#strelica {
  width: 68px;
  height: 55px;
  margin: 0 auto;
  background-image: url("images/strelica.png");
  bottom: 41px;
  position: relative;
  cursor: pointer;
  background-color: none;
  transition: background-color 0.4s;
  border-radius: 5px;
}

#strelica:hover {
  background-color: #58595b;
  transition: background-color 0.4s;
  border-radius: 5px;
}

#strelica_all {
  width: 100%;
  display: inline-block;
  background-color: #808285;
}

.language {
  position: absolute;
  right: 10px;
  top: 10px;

}

.srb_language {
  background-image: url("images/srp_HOVER.png");
  width: 20px;
  height: 14px;
  transition: background-image 0.4s;
}

.eng_language {
  background-image: url("images/eng.png");
  width: 20px;
  height: 14px;
  transition: background-image 0.4s;
}

.srb_language:hover {
  background-image: url("images/srp_HOVER.png");
  transition: background-image 0.4s;

}

.eng_language:hover {
  background-image: url("images/eng_HOVER.png");
  transition: background-image 0.4s;

}

.eng_srb_language {
  background-image: url("images/srp.png");
  width: 20px;
  height: 14px;
  transition: background-image 0.4s;
}

.eng_eng_language {
  background-image: url("images/eng_HOVER.png");
  width: 20px;
  height: 14px;
  transition: background-image 0.4s;
}

.eng_srb_language:hover {
  background-image: url("images/srp_HOVER.png");
  transition: background-image 0.4s;

}

.eng_eng_language:hover {
  background-image: url("images/eng_HOVER.png");
  transition: background-image 0.4s;

}

.language a {
  float: left;
  margin-left: 10px;
}

.covek {
  display: none;
}

/* MEDIA QUERY */



@media (max-width : 1000px) {

  #bannertext {

    height: 40px;
    z-index: 3;

  }

  #line,
  #neli {

    top: 20px;


  }

  #bannertext p {

    font-size: 22px;

    width: 355px;

    padding-top: 7px;

  }

  #banner {

    min-height: 180px;

    background-image: url("images/mainpage-bg2.jpg");

    background-size: cover;

  }

  .covek {
    display: block;
    position: absolute;
    width: 100%;
    height: 180px;
    z-index: 2;
    background-image: url("images/covek.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  #bannerimg {

    display: none;

  }

  #piktogrami {

    width: 100%;

  }

  #pikt1,
  #pikt2,
  #pikt3 {

    width: 100%;



  }

  #responsive_read,
  #responsive_read1,
  #responsive_read2 {

    display: block !important;

    font-family: GoticB;

  }

  #pikt1 h1 {

    color: #414042 !important;

  }

  #read {

    display: none !important;

  }

  #about_us {

    width: 100%;

  }

  #service,
  #ready {

    width: 100%;

  }

  #ready p {

    font-size: 19px;

  }

  #contact {

    width: 100%;

    font-size: 15px
  }

  #left_contact,
  #right_contact {

    float: none;

    width: 100%;

  }

  #contact_line {

    display: none !important;

  }

  #left_contact {

    width: 356px;

    margin: 0 auto;

  }

  #right_contact {

    width: 370px;

    margin: 0 auto;

  }

  #sectioncontact {

    height: 1360px;

  }

  #kontaktforma {

    margin-left: 0px;

  }

  #footer_section {

    bottom: -45px;

  }

  /* #loading img{

		width: 100%;

	} */

  #contact_social_about_us {}

  #logo_contact {
    margin: 0 auto 30px 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

}


@media (max-width: 670px) {

  #about_us>p,
  #service>p {
    text-align: justify !important;
    padding: 0px 10px;
  }

  .language {
    position: absolute;
    right: 0px;
    top: 244px;
    z-index: 5;
    /* background: #959799; */
    /* padding-right: 10px; */
    /* padding: 9px; */
    /* border: 3px solid #0069d3; */
    /* border-top: none; */
    /* left: 0px; */
    /* border-bottom: 3px solid #0069d3; */
    padding-right: 10px;
    /* border-left: 3px solid #0069d3; */

  }

  #footer_section {

    bottom: -75px;


  }

  #languages_menu {
    position: absolute;
    top: 43px;
    right: 10px;
    z-index: 2;
  }

  .sub-menu li {
    opacity: 1;
    transition: opacity 0.4s;
  }

  #footer_section p {

    text-align: center;



  }

  /* #logo{

		width: 260px;

	} */

  /* header{

		height: 46px;

	} */

  .header_social_icons {

    top: 22px;

  }

}



@media (max-width: 390px) {
  /* .language{
            top: 221px;
    } */

  /* #logo{

		width: 180px;

	} */

  .header_social_icons>a {

    margin-left: 0px;

  }


  /* header{

		height: 32px;

	} */

  .header_social_icons {

    top: 6px;

  }

  #bannertext p {

    width: 100%;

  }

  #kontaktforma {

    width: 92%;

  }

  .left_contact_sections {

    width: 100% !important;

  }

  /* 
	#logo_contact{

		width: 78%;

	} */

  #right_contact,
  #left_contact {

    width: 100%;

  }

  #submit {

    left: 0px;

  }

  #parralex1,
  #parralex2,
  #parralex3,
  #parralex4 {
    display: none;
  }

  #contact_social_about_us {
    bottom: -58px;
  }

}



@media (max-width: 455px) {

  #contact_social_about_us {
    bottom: -58px;
  }

  #loading img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
  }

}