﻿/* -----------------------------------------------------------------------------

    This file should be used to add your own CSS definitions or override
	the existing ones.

----------------------------------------------------------------------------- */

	/* your CSS here */
.usluga-sadrzaj{
	 display: none;
 }
.lista-usluga{
	margin-top: 10px !important;
}
h3{
	font-weight: 600;
	letter-spacing: 1.5px;
}
/*.is-active{*/
	/*display: block;*/
/*}*/
.lang-item {
	height: 70px;
}
.lang-item.sr {
	margin-left: 30px;
}
.lang-item .lang-link.active {
	border-bottom: 5px #ffb617 solid;
	pointer-events: none;
}
.lang-item .lang-link {
	font-size: 14px;
	height: 100%;
	box-sizing: border-box;
}

/* -----------------------------------------------------------------------------

    RESPONSIVE DEFINITIONS

----------------------------------------------------------------------------- */

    /* -------------------------------------------------------------------------
        LARGE DEVICES
		devices with width between 992px and 1199px
    ------------------------------------------------------------------------- */

    @media ( max-width: 1199px ) {

		/* your CSS here */
		.lang-item {
			height: 40px;
		}
		.lang-item.sr {
			margin-left: 0;
		}
	}

    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
		devices with width between 768px and 991px
    ------------------------------------------------------------------------- */

    @media ( max-width: 991px ) {

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        SMALL DEVICES
		devices with width between 481px and 767px
    ------------------------------------------------------------------------- */

    @media ( max-width: 767px ) {

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
		devices with width up to 480px
    ------------------------------------------------------------------------- */

	@media ( max-width: 480px ) {

		/* your CSS here */

	}