

/* PODSTRANICA USLUGA - REZERVNI DIJELOVI VILIČARA - LOGOTIPOVI*/

.rezervni-dijelovi-vilicara-logotipovi img, .logotipovi-agregati-za-struju img {
 margin: 10px 20px;
 display: inline-block;
 vertical-align: middle;
 max-width: 150px;
 -webkit-filter: grayscale(0%);
 -webkit-transition: .25s ease-in-out;
 -moz-filter: grayscale(0%);
 -moz-transition: .25s ease-in-out;
 -o-filter: grayscale(0%);
 -o-transition: .25s ease-in-out;
 top: 0;
}

.rezervni-dijelovi-vilicara-logotipovi img:hover, .logotipovi-agregati-za-struju img:hover {
 display: inline-block;
 vertical-align: middle;
 max-width: 150px;
 cursor: pointer;
 -webkit-filter: grayscale(100%);
 -webkit-transition: .25s ease-in-out;
 -moz-filter: grayscale(100%); 
 -moz-transition: .25s ease-in-out;
 -o-filter: grayscale(100%); 
 -o-transition: .25s ease-in-out;
}


/* Radno vrijeme */
#stanjeRadnogVremena .block {
  display: inline-block !important;
}


/* 
KONTAKT NA DNU STRANICE 
*/



.w-person-role {
  opacity: 1;
  font-size: 1em;
}

.person-wrapper h2.kontakt-kategorija {
  text-align: center;
  margin-bottom: 20px;
  padding: 0 25px;
}

/* gumb za kontakt - kad vodi na stranicu kontakta */
a.kontakt_gumb:hover {
  text-decoration: none;
}

/*
KONTAKT STRANICA
*/

.person-wrapper {
  border-left: 5px solid #F6C41C;
  background-color: #fff;
}

/* "Pošalji upit" gumb */
.kontakt_gumb {
  color: #333;
  line-height: 20px;
  padding: 11px 22px;
  margin: 15px 0;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #2E3841;
  color: #fff !important;
  border: none;
  -webkit-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* forma - kontakt i kalkulator struje*/
.wpcf7-form {
  margin-top: 30px;
}
.wpcf7-form input[type="email"], .wpcf7-form input[type="text"], .wpcf7-form select,
.kalkulator-struje input[type="text"], .kalkulator-struje select {
  background: #f0f0f0 !important;
  padding-left: 10px;
}
.wpcf7-form input[type="email"]:focus, .wpcf7-form input[type="text"]:focus,
.kalkulator-struje input[type="text"]:focus, .kalkulator-struje input[type="text"]::focus  {
  background: #f0f0f0 !important;
  padding-left: 10px;
}

.wpcf7-form textarea, .kalkulator-struje textarea {
  background: #f0f0f0 !important;
  padding-left: 10px;
  padding-top: 10px;
}

.kalkulator-struje {
  margin-bottom: 20px;
}

.kalkulator-struje label {
  margin: 15px 10px 5px 0;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}

.kalkulator-struje textarea {
  margin-bottom: 15px;
}
.kalkulator-struje #btn-calculate-power {
  margin-top: 15px;
}
.kalkulator-struje #ukupno {
  display: inline-block;
}
label#ukupno {
  margin: 0;
  border: 1px solid #999;
  font-size: 20px;
  min-height: 20px;
  min-width: 20px;
  padding: 2px;
}

.row-convert {
  display: flex;
  margin-bottom: 5px;
}

.row-convert label {
  display: inline;
  min-width: 32px;
}

.row-convert input[type="submit"] {
  margin: 0 10px;
}

/* 
HELPER KLASE 
*/

.padding-top-0 {
  padding-top: 0 !important;
}
.padding-bot-0 {
  padding-bottom: 0 !important;

}
.color-gray {
  color: #2e3841;
}
.bg-white {
  background-color: #fff;
}


/* veliki naslov */ 
.m-wrapper-title {
  background-color: #f0f0f0;
}
.m-wrapper-title h2 {
  font-size: 26px;
  color: #3b5c7a;
  text-align: center;
  font-family: Open Sans;
  font-weight: 400;
  font-style: normal;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  text-transform: uppercase;
}

/* STUPAC PROIZVODA NA GLAVNIM STRANICAMA */


.bi-product-column .w-image {
  text-align: center;
  margin-bottom: 5px;
}

.bi-product-column .wpb_text_column {
  background-color: #fff;
  padding: 20px;
}

.bi-product-column .wpb_text_column .wpb_wrapper h2 {
  text-transform: uppercase;
}

.bi-product-column .wpb_text_column .wpb_wrapper h2 a:hover {
  text-decoration: none;
}
/* ovaj je jedini u sredini u cijelom rodu */
.bi-product-column-center {
  float: none !important;
  margin: auto !important;
}


/* isto kolumna ali kad ih je 4 u redu */
.bi-product-column-4 {
  width: 23% !important;
  margin: 10px !important;
}
.bi-product-column-4 .w-image {
  text-align: center;
  margin-bottom: 5px;
}

.bi-product-column-4 .wpb_text_column {
  background-color: #fff;
  padding: 20px;
}

.bi-product-column-4 .wpb_text_column .wpb_wrapper h2 {
  text-transform: uppercase;
}

.bi-product-column-4 .wpb_text_column .wpb_wrapper h2 a:hover {
  text-decoration: none;
}





/* TABLICE - Bootstrap kopiranje vrijednosti i manje promjene */
.bi-table table, .bi-table .wpb_wrapper table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
}


/* SEARCH PAGE */
h2.search-page-post-title a {
  text-transform: uppercase;
}
h2.search-page-post-title a:hover {
  text-decoration: none;
}


/* ANKETA */
.wp-polls p, .wp-polls ul li {
  color: #b7cad7;
}

.anketa-ukupno-glasova {
  text-align: center;
}

.wp-polls-ans input[type="button"] {
  font-size: 15px;
  line-height: 20px;
  padding: 11px 22px;
  margin: 5px 0;
  text-transform: uppercase;
  position: relative;
  border-radius: 3px;
  border: none;
  -webkit-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  box-shadow: 0 2px 1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3);
  padding: 5px 20px;
  color: #333;
}
ul.wp-polls-ul {
  margin: 0 0 20px 0;
}

#footer {
  padding: 20px;
}

.no-touch .w-nav .current-menu-item ul.w-nav-list li a  {
  color: #212121 !important;
}

.no-touch .w-nav  ul.w-nav-list li.current_page_item a:hover {
  color: #212121 !important;
}

.no-touch #menu-footer li a {
  color: #fff !important;
}




/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

 .w-person.layout_flat {
  max-width: 570px;
}
.w-person.layout_flat .w-person-image {
  float: left;
  width: 50%;
}
.w-person.layout_flat .w-person-image img {
  margin: auto;
}
.w-person.layout_flat .w-person-content {
  float: left;
  width: 50%;
  text-align: left;
}

.person-wrapper {
  display: block;
  max-width: 650px !important;
  margin: 10px auto 20px;
}

.container-list-columns {
  margin: 20px 0;
}

.container-list-columns ul {
  list-style-type: none;
  columns: 5;
  -webkit-columns: 5;
  -moz-columns: 5;
}

.kontakt-page-left-div {
  width: 39%;
}
.kontakt-page-right-div {
  width: 55%;
}
.l-canvas.sidebar_none .kontakt-person-section   {
  padding: 0;
}
.l-canvas.sidebar_none .kontakt-person-section .person-wrapper h2 {
  margin-bottom: 10px;
}

.kontakt-page-right-div .w-person.layout_flat .w-person-image img {
  margin-top: 20px; 
  max-width: 150px;
}

.search-page-sidebar-wrapper {
  margin-top: 70px;
  float: left;
  width: 25%;
}
.search-page-main {
  padding-left: 30px;
}

a.search-page-read-more {
  margin-bottom: 30px !important;
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  /* KONTAKTI */
  .l-canvas.sidebar_none .kontakt-person-section {
    margin-bottom: 20px !important;
  } 
  .w-person.layout_flat .w-person-image img {
    margin: auto;
  }

  .search-page-navmenu {
    float: right;
    width: 25%;
  }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .person-wrapper {
    border-left: 0;
    border-bottom: 5px solid #F6C41C;
    background-color: #fff;
  }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {


  /* KONTAKTI */

  h2.kontakt-kategorija {
    font-size: 18px;
    padding: 0;
  }
  .kontakt-page-right-div .wpb_text_column  .wpb_wrapper .kontakt-person-section {
    padding: 0;
  }
  .w-person.layout_flat .w-person-image img {
    max-width: 140px;
  }

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

.search-list-post {
  margin-bottom: 30px;
}

.search-list-post h2 a {
  text-transform: uppercase;
  color: #222533;
}


.bi_pos_relative {
    position: relative;
    height: 400px;
    margin-bottom: 50px;
}

ul.povezani_lista {
    max-height: 400px;
}

.povezani-sadrzaj-side {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 400px;
}

@media screen and (max-width: 550px) {
	.povezani-sadrzaj-side {
		position: relative !important;
	}
}

.kontakt-podnaslov {
	margin-top: -12px !important;
	font-size: 14px;
	color: #222;
	text-align: center;
}

.parent-pageid-6709 #sync1 {
	background: #fff;
}

#uwpqsffrom_6804 .uform_title {
    display: none;
}

.plinski-jamstvo {
	margin-top: 10px;
}

.slanted-plinski-agregati .slanted {
	margin-bottom: 5px;
	padding-left: 30px;
    background-color: #F6C41C !important;
    text-align: center;
    border-bottom-style: solid;
}

.slanted-plinski-agregati h2 {
    margin: 0 !important;
    color: #2E3841 !important;
	font-weight: bold;
	text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
}

.plinski-agregati-galerija a.w-gallery-item {
    border: 2px solid #fff;
}



.kontakt-podnaslov {
	text-align: center;
}


.page-id-6994 .slanted:before, .page-id-6994 .slanted:after {
display: none !important;
}

.page-id-6994 .slanted {
	padding: 0 !important;
}
.page-id-6994 .slanted h2 {
	font-weight: bold;
	color: #3B5C7A;
	text-align: left !important;
}
body.page b {
    font-weight: 600;
}



}

/* .page-id-7170 .slanted:before, .page-id-7170 .slanted:after {
	display: none !important;
	}
	 */
	/* .page-id-7170 .slanted {
		padding: 0 !important;
	}
	.page-id-7170 .slanted h2 {
		font-weight: bold;
		color: #3B5C7A;
		text-align: left !important;
	} */
	.page-id-7170 .slanted h2 {
		margin-bottom: 0 !important; 
		color: #fff !important;
	}
	body.page b {
		font-weight: 600;
	}

	.page-id-7170 section.l-section.wpb_row.height_medium.imgsize_initial.with_img.bi-pad-20-tb.vc_row-fluid .bi-product-column > div, .page-id-7170 section.l-section.wpb_row.height_medium.imgsize_initial.with_img.bi-pad-20-tb.vc_row-fluid .bi-product-column h2 {
		background: transparent !important;
	/* 	color: #fff !important; */
	}

	.page-id-7170 .full-width.animate_afb.atlascopco-column1.animate_start {
		width: 100% !important;
	}

	.page-id-7170 table td, .page-id-7170 table th {
		color: #444 !important;
		border: 1px solid #ddd !important;
		text-align: center !important;
	}

	.page-id-7170 table {
		 
		width: 100% !important;
	 }

	 body.page-id-7170  section.l-section.wpb_row.height_medium.imgsize_cover.vc_row-fluid.neobvezujucaponuda-section {
		padding: 20px 0;
		padding-bottom: 40px;
		padding-bottom: 60px;
	}

	

/* 	

  body.page-id-7170 .scrolldivvkompresorwrapper > .l-section-overlay {
    background-image: url(https://www.mag-commerce.com/wp-content/uploads/2016/04/worn_dots.jpg);
  }
  body.page-id-7170 .scrolldivvkompresorwrapper .wpb_text_column .wpb_wrapper .slanted h2 {
    color:#fff !important;
  } */



  

  body.page-id-7170 tbody tr:nth-child(even){
	background-color: #f3f3f3 !important;
  }
	.page-id-7170 .l-section-img {
		background: none !important;
	}

	@media screen and (max-width: 550px) {
		.page-id-7170 .slanted h2 {
			line-height: 1;
		}
	}









	
	.page-id-7223 .slanted h2 {
		margin-bottom: 0 !important; 
		color: #fff !important;
	}
	body.page b {
		font-weight: 600;
	}

	.page-id-7223 section.l-section.wpb_row.height_medium.imgsize_initial.with_img.bi-pad-20-tb.vc_row-fluid .bi-product-column > div, .page-id-7223 section.l-section.wpb_row.height_medium.imgsize_initial.with_img.bi-pad-20-tb.vc_row-fluid .bi-product-column h2 {
		background: transparent !important;
	/* 	color: #fff !important; */
	}

	.page-id-7223 .full-width.animate_afb.atlascopco-column1.animate_start {
		width: 100% !important;
	}

	.page-id-7223 table td, .page-id-7223 table th {
		color: #444 !important;
		border: 1px solid #ddd !important;
		text-align: center !important;
	}

	.page-id-7223 table {
		 
		width: 100% !important;
	 }

	 body.page-id-7223  section.l-section.wpb_row.height_medium.imgsize_cover.vc_row-fluid.neobvezujucaponuda-section {
		padding: 20px 0;
		padding-bottom: 40px;
		padding-bottom: 60px;
	}

	

/* 	

  body.page-id-7170 .scrolldivvkompresorwrapper > .l-section-overlay {
    background-image: url(https://www.mag-commerce.com/wp-content/uploads/2016/04/worn_dots.jpg);
  }
  body.page-id-7170 .scrolldivvkompresorwrapper .wpb_text_column .wpb_wrapper .slanted h2 {
    color:#fff !important;
  } */



  

  body.page-id-7223 tbody tr:nth-child(even){
	background-color: #f3f3f3 !important;
  }
	.page-id-7223 .l-section-img {
		background: none !important;
	}

	@media screen and (max-width: 550px) {
		.page-id-7223 .slanted h2 {
			line-height: 1;
		}
	}


	.page-id-7310 section.l-section.wpb_row.height_medium.imgsize_cover.vc_row-fluid.neobvezujucaponuda-section {
		min-height: 113px;
	}

	#simple-translate {
		display: none !important;
	}