* {
	text-decoration: none; 
	outline: none;
}

body { padding: 0px; margin: 0; }    

strong {font-weight: 700;}

b {font-weight: 900;}

#ucitavanje {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    z-index: 2147483647;
    background: #133D56;
    overflow-y: hidden;
    padding: 0px;
}

.center {
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

.responsive_menu {display: none;}

.wrapper {padding: 50px; width: calc(100% - 380px); float: right; display: block !important;}

.virtuemartMD {
  display:flex;
}

.vmSideMenu {
    width: 280px;
    float: left;
    padding: 10px 0 50px;
    background: rgba(0,0,0,0.035);
	box-shadow: -8px 0 10px -7px rgba(0,0,0,0.1) inset;
  	-moz-box-shadow: -8px 0 10px -7px rgba(0,0,0,0.1) inset;
  	-webkit-box-shadow: -8px 0 10px -7px rgba(0,0,0,0.1) inset;
}

#mod_virtuemart_search {
    max-width: 160px;
    padding: 10px 10px;
    margin-left: 20px;
    box-shadow: none;
    margin-right: 10px;
}

div.search > input.button {
    vertical-align: middle !important;
    height: 46px !important;
    border: medium none !important;
    margin: -5px 0px 0px !important;
}

#intro-text {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-family: Open Sans;
    font-size: 15px;
    line-height: 30px;
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

/****** HEADER ******/

#header {
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 99999;
    background: #FFF;
    
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.12) inset;
    -moz-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.12) inset;
    -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.12) inset;
}

.logo {
    float: left;
}


.main_menu {
    float: right;
    margin-right: 30px;
}

ul.nav {
    text-align: right;
    display: inline;
    margin: 0px;
    padding: 15px 0px 17px;
    list-style: outside none none;
    text-transform: uppercase;
}

ul.nav li {
    font-family: "Exo 2";
    font-size: 16px;
    color: #133D56;
    letter-spacing: 0px;
    font-weight: 700;
    display: inline-block;
    margin-right: -4px;
    position: relative;
    padding: 22px 30px 0px;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}

ul.nav li a {
    display: inline-block;
    color: #133D56;
    padding-bottom: 20px;
    padding-top: 10px;
    
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}



ul.nav li a:after {
    content: "";
    display: block;
    height: 3px;
    width: 0px;
    background: #133D45;
    margin-top: 5px;
    
    transition: width 0.5s ease 0s;
    -moz-transition: width 0.5s ease 0s;
    -webkit-transition: width 0.5s ease 0s;
}

ul.nav li a:hover:after {
    height: 3px;
    width: 100%;
    background: #133D56;
    margin-top: 5px;
}

ul.nav li ul li a:after {
    background: #FFF;

}
ul.nav li ul li a:hover:after {
    width: 100%;
    background: #FFF;
}

/* SUBMENU */


ul.nav  li ul {
    display: none;
    position: fixed;
    top: 80px !important;
    opacity: 0;
    right: 0px;
    width: 100% !important;
}

ul.nav li ul li {
    background: none repeat scroll 0% 0% transparent !important;
    padding: 0px;
    text-align: center;
}

ul.nav li ul li:last-child {
    padding-right: 20px;
}
ul.nav li ul li a {
    color: #FFF;
    font-family: "Exo 2";
    font-size: 15px;
    font-weight: 300;
    text-transform: none;
    padding: 25px 30px !important;
    display: block !important;
    z-index: 9999 !importar;
    
    box-shadow: 1px 0px 0 0 rgba(0,0,0,0.3) inset, 2px 0px 0 0 rgba(255,255,255,0.06) inset;
    -moz-box-shadow: 1px 0px 0 0 rgba(0,0,0,0.3) inset, 2px 0px 0 0 rgba(255,255,255,0.06) inset;
    -webkit-box-shadow: 1px 0px 0 0 rgba(0,0,0,0.3) inset, 2px 0px 0 0 rgba(255,255,255,0.06) inset;
    
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}


ul.nav  li ul li a:hover {
    color: #FFF; 
    background: rgba(0,0,0,0.2);
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}


ul.nav  li:hover ul {
    display: block;
    padding: 0px;
    opacity: 1;
    background: #FFF;
    width: 100% !important;
    background: #133D56;
    
    box-shadow: 0 1px 0 0px rgba(0,0,0,0.2) inset, 0 -1px 0 0px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 0 1px 0 0px rgba(0,0,0,0.2) inset, 0 -1px 0 0px rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 0 1px 0 0px rgba(0,0,0,0.2) inset, 0 -1px 0 0px rgba(0,0,0,0.2) inset;
   } 



/****** Slider ******/

#showcase {
    height: 70vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.sliderContent {
    width: 50%;
    float: right;
    padding-top: 20vh;
    text-align: center;
}

.firstLine,
.secondLine,
.thirdLine {
    font-size: 30px;
    font-family: "Exo 2";
    text-transform: uppercase;
    width: 350px;
    margin: 0 auto;
    background: #133d56;
    color: #FFF;
}
 .dugo {
    width: 450px !important;
}

.firstLine p,
.secondLine p,
.thirdLine p {
    padding: 15px 0px;

} 

.firstLine h1 {margin: -17px 0px 33px;}
.firstLine span {
    font-size: 20px;
    font-weight: 900;
    position: relative;
    top: 0px;
}

.secondLine {
    margin-top: -10px;
}

.secondLine p {
    margin: -27px 0px -27px;
}
.secondLine span {
    font-size: 19px;
    font-weight: 900;
    padding: 15px 21px 15px 22px;
}

.thirdLine {
    margin-top: -5px;
}

.thirdLine span {
    font-size: 50px;
    font-weight: 200;
    padding: 10px 23px;
}


/****** INTRO ******/

#intro {
    min-height: 30vh;
    display: flex;
    z-index: 999;
    position: relative;

    
    box-shadow: 0 2px 0 0 #FFF;
    -moz-box-shadow: 0 2px 0 0 #FFF;
    -webkit-box-shadow: 0 2px 0 0 #FFF;
}

.introLevo {
    width: 70%;
    background: none repeat scroll 0% 0% #FFF;
    float: left;
    flex-grow: 1;
    padding: 70px 0px;
    height: auto;
    
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.12) inset;
    -moz-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.12) inset;
    -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.12) inset;
}
.introLevo h1 {
    max-width: 90%;
    padding: 0px 5%;
    font-family: "Exo 2";
    font-size: 35px;
    font-weight: 900;
    color: #133D56;
    line-height: 48px;
    text-align: justify;
    margin: 0px auto 20px;
}
.introLevo p {
    max-width: 90%;
    padding: 0px 5%;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 300;
    color: #333;
    line-height: 1.68em;
    text-align: left;
    margin: 0px auto;
}

.introLevo p b { color: #133d56; font-weight: 700;}

.introDesno {
    width: 30%;
    height: auto;
    background: none repeat scroll 0% 0% #133D56;
    float: right;
    flex-shrink: 0;
    padding: 40px 0px;
    text-align: center;
    font-family: Open Sans;
    color: #FFF;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
}

.introDesno h3 {
    font-size: 30px; 
    font-family: "Exo 2";
    margin: 40px auto;
}


/****** BELA TEHNIKA ******/

#bela-tehnika {
  width: 100%;
  padding: 50px 0px 30px;
  background: none repeat scroll 0% 0% #FFF !important;
  overflow: hidden;
  height: 100%;
  position: relative;
  z-index: 999;
}

#owl-demo .item{
    margin: 10px 20px;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

/****** USLUGE ******/

#usluge {
    height: 100vh;
    padding: 0px; 
    width: 100%; 
    margin: 0px auto; 
    background: url(../images/uslugeBg.jpg) no-repeat fixed center top / cover transparent; 
    z-index: 9999;
    overflow: hidden;
}
        
.usluga {
    color: #FFF;
    width: 33.33%;
    padding: 0px;
    font-family: Open Sans;
    transition: all 0.4s ease 0s;
  	-moz-transition: all 0.4s ease 0s;
  	-webkit-transition: all 0.4s ease 0s;
    position: relative;
    float: left;
    height: 100vh;
    background: none repeat scroll 0% 0% rgba(19, 61, 86, 0.95);
    overflow: hidden;
    }

.rashladni-uredjaji {
  	top: 0;
	height: calc(100vh + 10px);
    box-shadow: 1000px 0px 0px 0px rgba(0, 0, 0, 0.15) inset, 
                1px 0px 0px 0px rgba(0, 0, 0, 0.3) inset, 
                -1px 0px 0px 0px rgba(0, 0, 0, 0.3) inset;
  	-moz-box-shadow: 1000px 0px 0px 0px rgba(0, 0, 0, 0.15) inset, 
                1px 0px 0px 0px rgba(0, 0, 0, 0.3) inset, 
                -1px 0px 0px 0px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 1000px 0px 0px 0px rgba(0, 0, 0, 0.15) inset, 
                1px 0px 0px 0px rgba(0, 0, 0, 0.3) inset, 
                -1px 0px 0px 0px rgba(0, 0, 0, 0.3) inset;
}

.usluga h2 {
    text-align: center;
    text-transform: uppercase;
    margin: 0px auto 5px;
    font-family: "Exo 2";
    font-size: 20px;
    font-weight: 900;
    top: 200px;
    position: relative;
    width: 100%;
    padding-top: 200px;
}

.usluga:hover .line,
.usluga:hover h2 {
    top: -70px;
    transition: 0.8s;
  	-moz-transition: 0.8s;
  	-webkit-transition: 0.8s;
    opacity: 1;

} 

.usluga:hover .line {width: 150px;}

.line {
    width: 100px;
    height: 3px;
    margin: 0 auto;  
    background: #fff;
    top: 150px;
    position: relative;
    opacity: 1;
}

.usluga p {
    opacity: 0;
    text-align: justify;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;  
    margin: 50px auto;
    padding: 10px 50px 40px;
    position: relative;
    top: 200px;
    max-width: 350px;
}

.uslugaOpsirnije {
    opacity: 0;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 1200px;
}

.uslugaOpsirnije a {
    color: #fff;
    border: 2px solid #fff;
    margin: 0 auto;
    padding: 10px 20px;
    font-family: "Exo 2";
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    transition: 0.4s;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
}
        
.uslugaOpsirnije a:hover{ 
    box-shadow: 300px 0 0 0 #FFF inset;
    color: #133d56;
}

.usluga:hover p,
.usluga:hover .uslugaOpsirnije {
    opacity: 1;
    transition: 0.8s;
  	-moz-transition: 0.8s;
  	-webkit-transition: 0.8s;
    position: relative;
    top: -90px;
}

.usluga:hover .uslugaOpsirnije {
  	top: -140px;
}
        
.ikonica {
    text-align: center;
    position: relative;
    top: 365px;
    height: 60px;
}

.usluga:hover .ikonica {
    text-align: center;
    position: relative;
    top: 100px;
    transition: 0.8s;
    transform: rotate(360deg);
}


/**** BRENDOVI *****/

#brendovi {
    height: auto;
    width: 100%;
    background: #fff;
    padding: 30px 0px 80px;
    position: relative;
    z-index: 999;
    overflow: hidden;
}

#brendovi h2 {
    text-align: center;
    font-family: "Exo 2";
    text-transform: uppercase;
    color: #133D56;
    font-size: 22pt;
}

#owl-demo2 .item{
    margin: 10px 20px;
}

#owl-demo2 .item img{
    display: block;
    width: 100%;
    height: auto;
}


#owl-demo2 .item img {
    opacity: 0.4;
    
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}

#owl-demo2 .item img:hover {
    opacity: 1;
}

#owl-demo2 .owl-pagination {display: none;}


/**** FOOTER ***/

footer {
    background-color: #133D56;
    overflow: auto;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 13px;
    clear: both;
}

.footer-nav {
    height: auto;
    overflow: auto;
    color: #133D56;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: none repeat scroll 0% 0% #F5F5F5;
    padding: 10px 50px 30px;
    box-shadow: 0 59px 0px 0px rgb(240, 240, 240) inset, 0px 60px 0px 0px rgb(229, 229, 229) inset;
    -moz-box-shadow: 0 59px 0px 0px rgb(240, 240, 240) inset, 0px 60px 0px 0px rgb(229, 229, 229) inset;
    -webkit-box-shadow: 0 59px 0px 0px rgb(240, 240, 240) inset, 0px 60px 0px 0px rgb(229, 229, 229) inset;
}
.footer-nav a {
    color: #133d56;
}

.footer-servis {
    float: left;
    width: 200px;
}

.footer-servis ul {
    list-style: outside none none;
    line-height: 34px;
    font-size: 13px;
    padding: 0px;
}

.footer-rezervni-delovi {
    float: left;
    margin-left: 40px;
    width: 45%;
}

.footer-servis h3, .footer-rezervni-delovi h3, footer-pozovite-nas h3 {
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.footer-rezervni-delovi ul {
    list-style: outside none none;
    line-height: 34px;
    font-size: 13px;
    padding: 0px;
    float: left;
    margin-right: 0px;
    width: 33.33%;
}

.footer-pozovite-nas {
    float: right;
    width: 200px;
    text-align: right;
}

.footer-pozovite-nas p {
  color: rgba(0,0,0,0.3);
  font-size: 30px;
  line-height: 20px;
  font-weight: 700;
  top: 15px;
  position: relative;
}

.footer-pozovite-nas h3 {
    margin-bottom: 30px;
}


.devBy {
    width: calc(50% - 100px);
    float: left;
    clear: left;
}

.devBy p, .copyrights { padding: 10px 50px;}

.devBy a, .copyrights a {color: #FFF; font-weight: 800;}

.copyrights {
    width: calc(50% - 100px);
    float: right;
    text-align: right;
}


/* breadcrumb */

ul.breadcrumb {
    padding: 20px 50px 17px 35px;
    margin-bottom: 0px;
    font-size: 13px;
    font-family: Open Sans;
    background: rgba(0,0,0,0.04);
    margin: 0px;
    
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.05) inset, 0 -1px 0 0 rgba(0,0,0,0.05) inset;
    -moz-box-shadow: 0 1px 0 0 rgba(0,0,0,0.05) inset, 0 -1px 0 0 rgba(0,0,0,0.05) inset;
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.05) inset, 0 -1px 0 0 rgba(0,0,0,0.05) inset;
}

.breadcrumb > li:nth-child(1) {
    padding-right: 0px;
    padding-left: 0px;
    margin-left: -10px;
}

.breadcrumb li {
    display: inline;
    padding-right: 10px;
    padding-left: 10px;
    color: rgba(0, 0, 0, 0.6);
}

.breadcrumb li a {
    color: rgba(0, 0, 0, 0.6);
    transition: all 0.4s ease 0s;
}

.breadcrumb li a:hover {
    color: #133d56;
}

breadcrumb li .divider {
    padding-left: 15px;
}

.divider {
    padding: 0 0px 0px 20px;
}

/**** UNUTRASNJE ****/
#mapa {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 80px;
}


#bigPic {
    width: 100%;
    height: 60vh;
    overflow: hidden;
    margin-top: 60px;
}

#rezervni-delovi {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 80px;
    font-family: "Exo 2";
    padding: 0 20px;
    color: #133D56;
}


/* o nama */

.servis-bele-tehnike {
    height: 70vh;
    background: url("/templates/frigonovamd/slider/images/servis-bele-tehnike-beograd.jpg") no-repeat fixed center center / cover rgba(255, 255, 255, 0.7);
    background-blend-mode: overlay;
}

.servis-bele-tehnike h1 {
    text-align: center;
    padding-top: 30vh;
    margin: 0 auto -10px;
    text-transform: uppercase;
}

.servis-bele-tehnike h1 span {
    color: #133d56;
    font-size: 41px;
    font-family: "Exo 2";
    text-align: center;
    padding-top: 30vh;
}


.servis-bele-tehnike h2 {
    text-align: center;
}

.servis-bele-tehnike h2 span {
    color: #133D56;
    font-size: 33px;
    font-family: "Exo 2";
    text-align: center;
    border-bottom: 5px solid #133D56;
    text-transform: uppercase;
    margin: 0 auto !important;
}

/* servis bele tehnike */

.servis-bele-tehnike-bigPick {
    height: 60vh;
    background: url("/templates/frigonovamd/slider/images/servis-bele-tehnike.jpg") no-repeat fixed center center / cover rgba(255, 255, 255, 0.7);
    background-blend-mode: overlay;
}

.servis-bele-tehnike-bigPick h1 {
    text-align: center;
    padding-top: 25vh;
}

.servis-bele-tehnike-bigPick h1 span {
    color: #133d56;
    font-size: 40px;
    font-family: "Exo 2";
    text-align: center;
    padding-top: 30vh;
    border-bottom: 5px solid #133d56;
}


/* rashladni uredjaji */

.servis-rashladnih-uredjaja-bigPick {
    height: 60vh;
    background: url("/templates/frigonovamd/slider/images/servis-klima-uredjaja.jpg") no-repeat fixed center center / cover rgba(255, 255, 255, 0.45);
    background-blend-mode: overlay;
}

.servis-rashladnih-uredjaja-bigPick h1 {
    text-align: center;
    padding-top: 25vh;
}

.servis-rashladnih-uredjaja-bigPick h1 span {
    color: #133d56;
    font-size: 40px;
    font-family: "Exo 2";
    text-align: center;
    padding-top: 30vh;
    border-bottom: 5px solid #133d56;
}

/* tekst */


#text {
    width: 55%;
    float: left;
    padding: 50px;
    
    box-shadow: 1px 0px 0 0 rgba(0,0,0,0.02), 6px 0 9px -6px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 0px 0 0 rgba(0,0,0,0.02), 6px 0 9px -6px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 0px 0 0 rgba(0,0,0,0.02), 6px 0 9px -6px rgba(0,0,0,0.2);
}

#text p {
    font-family: Open Sans !important;
    font-weight: 300;
    font-size: 17px;
    line-height: 34px;
    color: #333;
    text-align: justify;
    margin: 0 0px 30px;
}
#text ul {
    margin: -10px 0 30px;
}
#text li {
    font-family: Open Sans !important;
    font-weight: 300;
    font-size: 17px;
    line-height: 34px;
    color: #333;
    text-align: justify;
    margin: 0;
}

#side {
    padding: 20px 50px;
    width: calc(35% - 100px);
    float: right;
    text-align: left;
}

#side img {max-width: 100%; max-height: 350px;}


.callToAction {
    font-family: "Exo 2";
    font-weight: 700;
    color: #133d56;
    font-size: 22px;
    line-height: 44px;
    text-align: center;
    padding-top: 5px;
}

p.kontaktBtn {
    text-align: center;
    margin: 60px 0px;
}

.kontaktBtn a {
    background: none repeat scroll 0% 0% rgb(19, 61, 86);
    padding: 15px 30px;
    color: rgb(255, 255, 255);
    font-family: "Exo 2";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 19px;
    
    border: 3px solid #133d56;
    
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.kontaktBtn a:hover {
    color: #133d56;
    background: #fff;
}
    
#contactLeft {
    width: calc(50% - 100px);
    float: left;
    padding: 50px;
}

#contactLeft h1 {
    color: #133d56;
    font-family: "Exo 2";
    font-size: 30px;
    text-transform: uppercase;
    margin: 0px auto;
}

#contactLeft h2 {
    color: #133d56;
    font-family: "Exo 2";
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    word-spacing: 3px;
    margin: 0px;
}


#contactLeft p {
    color: rgb(51, 51, 51);
    font-family: "Open Sans";
    font-size: 15px;
    line-height: 34px;
}

#contactLeft a {
    color: #133d56; 
    font-weight: 700;
}

#contactRight {
    width: calc(50% - 100px);
    float: right;
    padding: 0px 50px 50px;
    background: rgba(0,0,0,0.034);
    box-shadow: -1px 0 0 0 rgba(0,0,0,0.025), -5px 0 7px -5px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 0 0 0 rgba(0,0,0,0.025), -5px 0 7px -5px rgba(0,0,0,0.15);
    -webkit-box-shadow: -1px 0 0 0 rgba(0,0,0,0.025), -5px 0 7px -5px rgba(0,0,0,0.15);
}


.btn {
    background: #133d56;
    border: none;
    padding: 10px 50px;
    font-family: "Exo 2";
    color: #FFF;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    float: right;
    border: 2px solid #133d56;
    margin-right: -10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}

.btn:hover {
    background: #FFF;
    color: #133d56
}

.alert-success {
    padding: 0 0px 40px;
    font-family: open sans;
    color: #133d56;
}

.close {
    background: none;
    border: 2px solid #133d56;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    font-size: 20px;
    color: #133d56;
    margin-right: 10px;
}


/****** KATEGORIJE *****/

.kategorija {
    width: calc(33.33% - 30px);
    float: left;
    margin: 30px 15px 0px;
    text-align: center;
    box-shadow: 0 0 0 2px #133d56;
    -moz-box-shadow: 0 0 0 2px #133d56;
    -webkit-box-shadow: 0 0 0 2px #133d56;
}

.kategorija-slika {
    width: 100%;
    height: 200px;
    border-bottom: 2px solid #133d56;
}

.kategorija-naziv h2 {
    font-family: "Exo 2";
    font-size: 20px;
    text-align: center;
}

.kategorija-naziv h2 a {color: #133d56;}

/**** ANIMACIJE *****/

.animated{
	-webkit-animation-duration:1.5s;
	animation-duration:1.5s;
	
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}


@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

/***** Carousel *****/

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
    margin-bottom: 60px;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}



.owl-theme .owl-controls {
    margin-top: 20px;
    text-align: center;
    margin-bottom: -60px;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    opacity: 1;
    border-radius: 20px;
    background: #133d56;

}

.owl-theme .owl-controls .owl-page.active span
{
    opacity: 1;
    height: 9px;
    width: 9px;
    top: 3px;
    position: relative;
    border: 2px solid #133d56;
    background: none;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}


@media only screen and (min-width: 200px) and (max-width: 960px) {
  
  	.gridMD {
        width: 100%;
        -moz-column-count: 1 !important;
        -moz-column-gap: 0px;
    }
  
  	.footer-pozovite-nas {
        float: right;
        width: 100%;
        text-align: left;
    }
  	.footer-rezervni-delovi {
        float: left;
        margin-left: 0px;
        width: 100%;
    }
  
  	.footer-servis {
        float: left;
        width: 100%;
    }

    #header {
        background: #133d56;
        z-index: 999999;
        
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }
    .main_menu {display:none;}	
  	
  .logo img {width: 100%;}
  	
  
  	.slideOverlay {
        width: 100%;
        height: 70vh;
        background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.7) !important;
    } 
  	.sliderContent {
    	width: 100% !important;
        float: none;
        padding-top: 25vh;
        text-align: center;
    }
  
    .firstLine, .secondLine, .thirdLine {
      font-size: 15px;
      font-family: "Exo 2";
      text-transform: uppercase;
      margin: 0px auto;
      background: none repeat scroll 0% 0% transparent;
      color: rgb(19, 61, 86);
      width: 100%;
  }
  
  	.firstLine span {
    	font-size: 15px;
    	font-weight: 900;
  	}
  
	.secondLine span {
      font-size: 15px;
      font-weight: 900;
      padding: 15px 21px 15px 22px;
	}
  
  	.thirdLine span {
      font-size: 41px;
      font-weight: 800;
      padding: 10px 23px;
  }
  
  .dugo {width: 100% !important;}
  
  .rsDefault .rsBullets {
    	width: 100% !important;
    	left: 0% !important;
  }
  
  #intro {
    display: block;
   }
  
  .introLevo, .introDesno {
    width: 100%;}
  
  .introLevo p {font-size: 18px;}
    
    #usluge { height: auto; background: #133d56;}
    
    .usluga {width: 100%; padding: 20px 0px; height: auto;}
    
    .usluga p,
    .usluga .uslugaOpsirnije {
        opacity: 1;
        transition: 0.8s;
        -moz-transition: 0.8s;
        -webkit-transition: 0.8s;
        position: relative;
        top: -90px;
    }

    .usluga .uslugaOpsirnije {
        top: -140px;
    }

    .usluga .ikonica {
        text-align: center;
        position: relative;
        top: 100px;
        transition: 0.8s;
        transform: rotate(360deg);
    }
    
    .usluga .line,
    .usluga h2 {
        top: -70px;
        transition: 0.8s;
        -moz-transition: 0.8s;
        -webkit-transition: 0.8s;
        opacity: 1;

    } 
    
    #brendovi h2 {
        font-size: 14pt;
        padding: 0 15px;
        line-height: 30pt;
    }
    
    #owl-demo2 .owl-pagination {
        display: block;
    }
    
    .devBy {
        width: 100%;
        float: left;
        text-align: center;
        padding: 0px;
    }
    
    .copyrights {
        text-align: center !important;
        width: calc(100% - 40px);
        padding: 0 20px !important;
        line-height: 30px;
    }
    .devBy p, .copyrights {padding: 20px 0px 0px;}
    
    /* unutrasnje */
    
    ul.breadcrumb {padding: 20px 20px 17px 0px;}
    
    .servis-bele-tehnike h1 span {
        color: #133D56;
        font-size: 30px;
    }
    
    .servis-bele-tehnike-bigPick h1 span {font-size: 30px;}
    
    .servis-rashladnih-uredjaja-bigPick h1 span {font-size: 24px;}
    
    #text {
        width: calc(100% - 40px);
        float: left;
        padding: 20px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }
    
    #side {
        padding: 20px;
        width: calc(100% - 40px);
        float: right;
        text-align: left;
        background: rgba(0,0,0,0.03);
    }
    
    #side p {text-align: center;}
    
    #contactLeft {
        width: calc(100% - 40px);
        float: left;
        padding: 40px 20px 0px;
        text-align: center !important;
    }
    
    #contactRight {
        width: calc(100% - 40px);
        float: right;
        padding: 0px 20px 50px;
    }
    
    .input-80 {
        max-width: 100% !important;
        width: calc(100% - 20px) !important;
        padding: 7px 10px 5px 10px;
    }
    
    .form-horizontal .controls {
        margin-left: 0px;
        text-align: center;
    }
    
    .btn {float: none;}
    
    
    /************* RESPONSIVE MENU *****************/

.responsive_menu {
    z-index: 99999;
    right: 0px;
    top: 80px;
    padding: 0px;
    display: none;
    position: relative;
    margin-bottom: 0px;
    width: 100%;
    height: 60px;
    background: none repeat scroll 0% 0% transparent;
}
    
    .show-menu img {
        position: absolute;
        right: 20px;
        height: 40px;
        top: 10px;
    }

/*Strip the ul of padding and list styling*/
ul.responsive {
	list-style-type:none;
	margin:0;
	padding:0;
	position: relative !important;
	overflow-y: visible !important;
	top: 0px;
    max-width: 100% !important;
	z-index: 2147483646;
}

/*Create a horizontal list with spacing*/
ul.responsive li {
    display: inline-block;
    float: left;
    background: #FFF;
    
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.1) inset, 0px 2px 0px 0px rgba(255,255,255,0.1) inset;
    -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.1) inset, 0px 2px 0px 0px rgba(255,255,255,0.1) inset;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.1) inset, 0px 2px 0px 0px rgba(255,255,255,0.1) inset;
}



/*Style for menu links*/
ul.responsive li a {
	display:block;
	min-width:140px;
    max-width: 80% !important;
	height: 50px;
	text-align: left;
	padding-left: 20px;
	line-height: 50px;
	font-family: Open Sans;
	color: #333;
	background: none;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	

}

.submenu a{
	text-transform: none !important;
	padding-left: 40px !important;
	font-weight: 300 !important;
}

/*Hover state for top level links*/
ul.responsive li:hover {
    background: #f5f5f5;
}

/*Style for dropdown links*/
ul.responsive li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
ul.responsive li:hover ul a:hover {
	background: #19c589;
	color: #fff;
}


/*Hide dropdown links until they are needed*/
ul.responsive li ul {
	display: none;
}

/*Make dropdown links vertical*/
ul.responsive li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
ul.responsive li ul li a {
	width: auto;
	min-width: 100px;
	padding: 5px 20px 5px 20px !important;
	text-transform: none;
	color: #FFF !important;
	background: #063369 !important;
	text-align: left;
}

/*Display the dropdown on hover*/
ul.responsive li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
    font-family: Open Sans;
    text-decoration: none;
    color: #FFF;
    text-align: left;
    padding: 0px;
    display: none;
    border: medium none;
    width: calc(100% - 20px);
    height: 60px;
    float: right;
    margin-right: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2147483647;
    background: #133d56;
    padding-left: 20px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0 80px 0 0 rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 80px 0 0 rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 80px 0 0 rgba(0,0,0,0.1) inset;
}
/*Hide checkbox*/

input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


#menu > li:nth-child(1) {
    line-height: 60px;
    height: 60px;
    background: #FFF;
    display: block;
    min-width: 140px;
    text-align: left;
    margin-left: 20px;
    font-family: Open Sans;
    color: #BD2525;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    max-width: 80% !important;
    
    box-shadow: -15px 0 0 0 #fff;
    -moz-box-shadow: -15px 0 0 0 #fff;
    -webkit-box-shadow: -15px 0 0 0 #fff;
}

/*Responsive Styles*/

@media screen and (max-width : 960px){
	/*Make dropdown links appear inline*/
	.responsive_menu {display: block;}
	
	ul.responsive {
		position: static;
		display: none;
	}
	
	/*Make all menu links full width*/
	ul.responsive li, li a {
		width: 100%;
		overflow: hidden;
        max-width: 100vw;
	}
	
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
}
}

table.pregled { 
    width: 100%; 
    border-collapse: collapse; 
    font-family: Open Sans;
    font-size: 13px;
    text-align: center;
    margin-bottom: 50px;
    border: 2px solid #133D56;
    box-shadow: 6px 6px 0px -2px rgba(0,0,0,0.15);
    -moz-box-shadow: 6px 6px 0px -2px rgba(0,0,0,0.15);
    -webkit-box-shadow: 6px 6px 0px -2px rgba(0,0,0,0.15);
}

table.pregled tr:nth-of-type(odd) { 
    background: #F4F4F4; 
}
table.pregled th { 
    background: #133D56; 
    color: #fff; 
    font-weight: bold; 
    padding: 15px 15px;
    border-color: rgba(0,0,0,0.15);
}
table.pregled td, th { 
    padding: 10px 15px; 
    border: 1px solid rgba(0,0,0,0.1); 
    border-top: none;
    border-bottom: none;
    text-align: left;
}
tr th:first-child,
tr td:first-child {text-align: center; padding: 10px 5px; }

table.pregled tr:hover {
    box-shadow: 0 50px 0 0 rgba(0,0,0,.1) inset;
    -moz-box-shadow: 0 50px 0 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 50px 0 0 rgba(0,0,0,.1) inset;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
    table.pregled, table.pregled thead, table.pregled tbody, table.pregled th, table.pregled td, table.pregled tr { 
		display: block; 
	}
	
	table.pregled thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table.pregled tr { border:none; }
	
	table.pregled td { 
		/* Behave  like a "row" */
		border-bottom: 1px solid #ccc;
		position: relative;
		padding-left: 35%; 
        text-align:left;
	}
	
	table.pregled td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 10px;
		left: 10px;
		width: 55%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	table.pregled td:nth-of-type(1):before { content: "Šifra"; font-weight: 700;}
	table.pregled td:nth-of-type(2):before { content: "Naziv proizvoda"; font-weight: 700;}
}
