/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 14, 2017, 2:00:15 PM
    Author     : KabulRad
*/
.navbar-nav > li > a {
    margin-top: 8px;
    padding-top: 2px;
    padding-bottom: 16px;
    padding-left: 30px;
}
.icm-products {
    background: url('../img/products-off.png') no-repeat;
    background-size: 25px 25px;
}
.icm-products:hover {
    background: url('../img/products-on.png') no-repeat;
    background-size: 25px 25px;
}
.icm-exports-mit {
    background: url('../img/mit-off.png') no-repeat;
    background-size: 25px 25px;
}
.icm-exports-mit:hover {
    background: url('../img/mit-on.png') no-repeat;
    background-size: 25px 25px;
}
.icm-exports-gi3 {
    background: url('../img/gi3-off.png') no-repeat;
    background-size: 25px 25px;
}
.icm-exports-gi3:hover {
    background: url('../img/gi3-on.png') no-repeat;
    background-size: 25px 25px;
}
.icm-exports-graphics {
    background: url('../img/graphics-exporter-off.png') no-repeat;
    background-size: 25px 25px;
}
.icm-exports-graphics:hover {
    background: url('../img/graphics-exporter-on.png') no-repeat;
    background-size: 25px 25px;
}
.icm-exports-ibrochure {
    background: url('../img/imbrochure-off.png') no-repeat;
    background-size: 25px 25px;
}
.icm-exports-ibrochure:hover {
    background: url('../img/imbrochure-on.png') no-repeat;
    background-size: 25px 25px;
}
.icm-imports {
    background: url('../img/import-off.png') no-repeat;
    background-size: 25px 25px;
}
.icm-imports:hover {
    background: url('../img/import-on.png') no-repeat;
    background-size: 25px 25px;
}

/* Home page styles */
.home-urls a {
    display: inline-block;
    margin: 15px 20px;
}
.home-urls a span {
    display: block;
}
.img-block {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: none;
}
.img-products {
    background: url('../img/products-off.png') no-repeat;
    background-size: 100px 100px;
}
.img-products:hover {
    background: url('../img/products-on.png') no-repeat;
    background-size: 100px 100px;
}

.img-exports-mit {
    background: url('../img/mit-off.png') no-repeat;
    background-size: 100px 100px;
}
.img-exports-mit:hover {
    background: url('../img/mit-on.png') no-repeat;
    background-size: 100px 100px;
}
.img-exports-gi3 {
    background: url('../img/gi3-off.png') no-repeat;
    background-size: 100px 100px;
}
.img-exports-gi3:hover {
    background: url('../img/gi3-on.png') no-repeat;
    background-size: 100px 100px;
}
.img-exports-graphics {
    background: url('../img/graphics-exporter-off.png') no-repeat;
    background-size: 100px 100px;
}
.img-exports-graphics:hover {
    background: url('../img/graphics-exporter-on.png') no-repeat;
    background-size: 100px 100px;
}
.img-exports-ibrochure {
    background: url('../img/imbrochure-off.png') no-repeat;
    background-size: 100px 100px;
}
.img-exports-ibrochure:hover {
    background: url('../img/imbrochure-on.png') no-repeat;
    background-size: 100px 100px;
}
.img-imports {
    background: url('../img/import-off.png') no-repeat;
    background-size: 100px 100px;
}
.img-imports:hover {
    background: url('../img/import-on.png') no-repeat;
    background-size: 100px 100px;
}