﻿body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    background-color: #222;
}

p {
 font-size: 18px;
  color: #444;
}

#Top {
    border-top: 10px solid#cc0000;
    background-color: #222;
    margin: 0;
    padding: 0;
}

#Header {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    padding: 20px;
}

#Logo {
    float: left;
}

#Navigation {
    float: right;
    color: #999;
    margin-top: 50px;
}

    #Navigation a, #FooterRight a {
        color: #999;
        text-decoration: none;
        padding: 10px;
    }

        #Navigation a:hover, #FooterRight a:hover {
            color: #fff;
        }


#Slide {
    background-image: url(slide03.jpg);
    background-size: cover;
    height: 500px;
    margin-bottom: 17px;
    position: relative;
    box-sizing: border-box;
}

#Servis {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    text-align: right;
    font-size: 50px;
    color: #fff;
    text-shadow: 2px 2px 10px #444;
    position: relative;
    top: 200px;
    line-height: 70px;
}

#Logosi {
    margin: auto;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 30px;
    box-sizing: border-box;
}

    #Logosi image {
        max-width: 1000px;
        width: 100%;
    }


#Content {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    
    min-height: 500px;
    padding: 20px;
    box-sizing: border-box;
   
    margin-bottom: 20px;
}

#ContentLeft {
    float: left;
    width: 67%;
    min-height: 783px;
    box-sizing: border-box;
     border-radius: 15px;
      background-color: #fff;
      padding: 20px 30px;
    
}

#ContentRight {
    width: 30%;
     background-color: #cc0000;
      border-radius: 15px;
      padding: 20px 0;
       box-sizing: border-box;
    float: right;
    min-height: 30px;
    color: #fff;
}

.Usluge {
 display: block;
  padding: 20px;
   border-bottom: 1px dotted #ff0000;
}

h1 {
    color: #222;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 35px;
}
#Ikone {
 width: 1100px;
  padding-bottom: 20px;
   margin: auto;
   box-sizing: border-box;
}

.icon {
    width: 25%;
    text-align: center;
    float: left;
}

h2 {
    padding: 0;
    margin: 0;
    font-weight: normal;
     color: #fff;
}

.icotekst {
    display: block;
    padding: 10px 30px 0 30px;
    box-sizing: border-box;
    color: #999;
}


#Footer {
    width: 100%;
    background-color: #333;
}

#FooterContent {
    margin: auto;
    width: 1100px;
    padding: 20px;
    box-sizing: border-box;
     font-size: 12px;
      color: #999;
}

#FooterLeft {

 float: left;}

#FooterRight {
 float: right;
  text-align: right;
}
