* { box-sizing: border-box }
.picFluid { max-width: 100% }

a, .laganica {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
    color: #999;
    text-decoration: none;
}
    
html, body {
	width: 100%;
	height: 100%;
	position: relative;
	font: 400 16px/24px "Noto Serif", serif;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
   font-family:  Roboto, "Noto Serif", serif;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 40px;
}

h1 {
    font-size: 24px;
    line-height: 34px;
}

h2 {
    font-size: 20px;
    line-height: 28px;
}

@media (min-width: 1200px) {
    h1 {
        font-size: 40px;
        line-height: 44px;
        text-transform: uppercase;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

p {
    line-height: 28px;
    text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

ul.Nabrajanje1 li {
    list-style: none;
    margin-bottom: 20px;
    text-align: left;
    font: font: 400 17px/24px "Noto Serif", serif;
}

@media (min-width: 1024px) {
    p {
        text-align: justify;
    }
    
    ul.Nabrajanje1 li {
        text-align: justify;
    }
}


/* GRID FORMA ZAGLAVLJA STRANE I MENI  */

.maliEkran {
	position: relative;
}

.velikiEkran {
	position: relative;
}

.logoBlock { 
	display: grid;
	place-items: center;	
	grid-area: logoBlock; 
	height: 90px;
}

.mainLogo {
	height: 90px;
	width: auto;
}

ion-icon {
    font-size: 24px;
    padding-top: 4px;
    color: #BBB;
}

#sendvic {
	opacity: 1;
	display: inline-block;
}

#sendvic:hover {
	cursor: pointer;
	opacity: 0.6;   
}

.lnkDropdown:hover {
	cursor: pointer;
}

ul.smartMenu {
	display: none;
	position: absolute;
	top: 0px;
	left: 2.5%;
	width: 95%;
	height: 100vh;
	background: rgba(24,24,24,0.98);
	list-style: none;
	padding-left: 0px;
	color: #FFF;
	z-index: 99;
	font: 400 16px/24px Roboto, sans-serif;
}

ul.smartMenu li {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    border-bottom: 1px solid #333;
}

ul.smartMenu li.noShaded:hover {
	background: rgba(24,24,24,0.98);
}

ul.smartMenu li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	line-height: 54px;
	height: 54px;
	color: #FFF;
    text-transform: uppercase;
}

ul.smartMenu li a:hover {
	text-decoration: none;
	background: rgba(128,128,128,1);
}

ul.smartMenu li ul.dropdown  {
	display: none;
	position: relative;
	float: left;
	clear: both;
	padding: 0px;
	width: 100%;
	height: auto;
}

ul.smartMenu li ul.dropdown  li {
	list-style: none;
	display: block;
	float: left;
	clear: both;
}

ul.smartMenu li ul.dropdown li a {
	display: block;
	padding-left: 35px;
	padding-right: 15px;
	width: 100%;
	line-height: 54px;
	height: 54px;
	color: #FFF;
}

@media (min-width: 768px) {
	ul.mainMenu {
        position: relative;
		float: right;
		margin-top: 24px;
		font: 400 16px/24px Roboto, sans-serif;
	}
	
    .lnkDropdown:hover {
	   color: #EF7C00 !important;
    }

	ul.mainMenu li {
		display: block;
		float: left;
		clear: none;
		line-height: 42px;
		padding-right: 30px;
	}
	
    ul.mainMenu li a {
        color: #333;
        text-decoration: none;
        text-transform: uppercase;
        padding-top: 9px;
        padding-bottom: 9px;
    }
    
    ul.mainMenu li a:hover {
        color: #EF7C00;
    }
    
	ul.mainMenu li ul.dropdown {
		display: none;
        position: absolute;
        top: 40px; 
        left: 65px;
        width: 210px;
        height: auto;
        background: #e2e2e2;
        z-index: 2;
        padding: 0;
        border: 1px solid #AAA;
        box-shadow: 0px 3px 8px #AAA;
	}

	ul.mainMenu li ul.dropdown li {
        display: block;
		width: 209px;
    }

	ul.mainMenu li ul.dropdown li a {
        display: block;
        float: left;
        clear: both;
        width: 207px;
        padding-left: 12px;
        margin: 0;
    	line-height: 22px;
        text-transform: none;
    }

    ul.mainMenu li ul.dropdown li a:hover {
        font-weight: 400;
        background: #FFF;
    }

}

/* KRAJ GRID FORME ZAGLAVLJA STRANE I MENIJA */

.backLink {
    display: block;
    margin-top: 34px;    
}

.backLink img {
    width: 28px;
    height: auto;
}

.backLink img:hover {
    opacity: 0.7;
}

@media (min-width: 1024px) {
    .backLink {
        margin-top: 40px;    
    }
    
    .backLink img {
        width: 36px;
        height: auto;
    }
}


section {
    display: block;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

section.copyright {
    padding-top: 0px;
    padding-bottom: 0px;
}

a.stakla span,
a.gume span,
a.boshcar span,
a.mehanika span,
a.elektrika span,
a.tehpregled span, 
a.delovi span,
a.vulkanizer span,
a.centriranje span,
a.registracija span, 
a.perionica span,
a.rentacar span {
    position: absolute;
    bottom: 15%;
    left: 30px;
    color: #FFF;
    text-shadow: 1px 1px 3px #000;
    font: 500 18px/18px Roboto, sans-serif;
}

a.boshcar:hover,
a.mehanika:hover,
a.elektrika:hover,
a.tehpregled:hover, 
a.delovi:hover,
a.vulkanizer:hover,
a.centriranje:hover,
a.registracija:hover, 
a.perionica:hover,
a.rentacar:hover {
    opacity: 0.7;
}

@media (max-width: 560px) {
	a.boshcar span,
	a.mehanika span,
	a.elektrika span,
	a.tehpregled span, 
	a.delovi span,
	a.vulkanizer span,
	a.centriranje span,
	a.registracija span, 
	a.perionica span,
	a.rentacar span {
    	left: 20px;
    	font: 500 15px/15px Roboto, sans-serif;
	}
}
/* osnovni slajder */

#mainSlider {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-shadow: 0px 2px 4px #444;
}

#mainSlider .slideTitle {
    color: #FFF;
    font: 700 57px/57px Roboto, sans-serif;
}

#mainSlider p {
    color: #FFF;
    font-size: 17px;
    line-height: 22px;
    padding-top: 25px;
    text-align: center;
}

@media (max-width:990px) {
    .desniAtf {
        padding: 0 !important;
    }
    
    #mainSlider .slideTitle {
        font-size: 40px;
    }
    
    #mainSlider p {
        font-size: 15px;
        line-height: 20px;
    }
}

/* kraj osnovnog slajdera */

/* sadržaji strane */

ul.nabrajanje {
	font: font: 400 17px/24px "Noto Serif", serif;
}

ul.nabrajanje li {
    margin-bottom: 10px;
    list-style: circle;
}

.zutiBlok {
    background: #ffcc00;
    border-radius: 80px;
}

.zutiBlok h2 {
    font: 700 48px/62px Roboto, sans-serif;
    margin: 0;
    padding: 0;
}

.zutiBlok h4 {
    font: 700 42px/54px Roboto, sans-serif !important;
    margin: 0;
    padding: 0;
}

/* kraj sadržaja strane */

/* kontakt stranica i form */

address p {
    text-align: left;
}

address p a {
    text-decoration: none;
    font: 600 15px/22px Roboto, sans-serif;
}

#contact_form {
    width: 100%;
}
.contact {
  text-align: center;
}
 .contact input, .contact textarea {
  font: 400 1.2em/1.7em 'Roboto', sans-serif;
  height: 2.4em;
  border: 1px solid #DCDCDF;
  color: #000;
  outline:none;
  margin-bottom: 2em;
  background: #FFFFFF;
  -webkit-appearance: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -weblit-border-radius: 0.3em;
}
.contact textarea {
  resize: none;
  height:300px;
  margin: 0;
  width: 100%;
}
button#submit_btn {
 padding: 1em 2em;
  color: #fff;
  font: 600 1.2em/1.7em 'Roboto', sans-serif;
  text-decoration: none;
  -webkit-appearance: none;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  background:#F48635;
  border:none;
  outline:none;
  box-shadow: inset 0px -2px 11px #AB0F0F;
  -webkit-box-shadow: inset 0px -2px 11px #AB0F0F;
  -o-box-shadow: inset 0px -2px 11px #AB0F0F;
  -moz-box-shadow: inset 0px -2px 11px #AB0F0F;
}
button#submit_btn:hover{
  opacity: 0.8;
}
@media (min-width: 1024px) {
    button#submit_btn {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* kraj kontakt stranice i forma */


/* BACK TO TOP LINK I TELEFONSKI LINK*/

.back-to-top {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 16px;
  z-index: 999;
}
.back-to-top img {
  display: block;
  width: 36px;
  height: 36px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.back-to-top img:hover {
  opacity: 0.7;
}

#callmeBlock {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 15px;
  /*height: 64px;*/
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  z-index: 9999;
}

 #callmeBlock a {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #fd6e0f;
  border-radius: 28px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  padding: 4px 4px;
  outline: none;
}

#callmeBlock a img {
    width: 28px;
    height: 28px;
}
#callmeBlock a span {
  color: #FFF;
}

/* KRAJ BACK TO TOP LINK I TELEFONSKOG LINKA*/


/* FOOTER */

footer {
    height: auto;
    background: #333;
    color: #AAA;
	font: 400 14px/30px Roboto, "Novo Serif", serif;
}

.footer ul.footMenu {
    list-style: none;
    padding-left: 0px;
}

footer ul.footMenu li {
}

img.footLogo {
	width: 90px;
	height: auto;
}

.footer a {
    color: #AAA;
    text-decoration: none;
}

.footer a:hover {
    color: #FFF;
}

.footer .footNaslov {
    color: #BBB;
    text-shadow: 0px 1px 1px #000;
}

.footer .footTekst {
    color: #888;
}

.footer .footTekst ion-icon {
    font-size: 21px;
    vertical-align: middle;
    color: #C2C2C2;
}

#copyright {
    display: block;
    border-top: 1px solid #111;
	text-align: center;
	font-size: 12px;
    line-height: 32px;
    height: 32px;
}

/* KRAJ FOOTERA */
