@media screen and (max-width: 1366px){
	.left-bg {
		background: url('../images/registracija.jpg') no-repeat 60% center / cover;
	}

	.padding-lg {
		padding: 35px 23px;
	}
	/*.padding-lg {
		padding: 25px 23px;
	}*/
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	.col-custom-6 {
		width: 50%;
	}

	.intro_box p {
		width: 76%;
	}
}

@media screen and (max-width: 991px){


	.left-bg{
		background: none;
		padding: 0;
	}

	.left-bg img {
		display: block;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.bonus.top-margin-sm {
		margin-top: 0;
	}

	.bonus {
		margin-top: 40px !important;
	}

	.errorBlock, .errorFix, .errorBlockFix {
		position: static;
		margin-bottom: 20px;
	}

	select {
		background: #E7EFF2 url('../images/up_down.png') no-repeat 98% center;
	}

	.about-Us {
		margin-bottom: 100px;
	}

	#kontakt h3 {
		margin-top: 
	}

	.radno-vreme {
		text-align: center;
		margin-top: 70px;
	}

	.table {
   		margin: 60px auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px){
	/*.navbar {
		padding-top: 30px;
	}
*/
	.navbar-brand img {
		width: 180px;
	}

	.nav {
    	margin-top: 38px;
	}

	.intro_box {
    	margin-top: 137px;
	}

	.intro_box p {
		width: 100%;
		margin-top: -20px
	}

}

@media screen and (max-width: 767px){

	h1, .like-h1 {
		font-size: 27px;
		line-height: 40px !important;
	}

	.like-h1 {
		margin-top: 17px;
	}

	h2 {
		font-size: 25px;
	}

	.navbar-brand img {
		width: 180px;
	}

	.nav {
		margin-top: 0;
		padding: 15px 0;
	}

	.navbar-default .navbar-toggle {
		border: none;
	}

	.navbar-collapse {
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background: none;
	}

	.navbar-toggle {
		margin-top: 41px;
		margin-bottom: 0;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background: #fff;
	}

	#navigacija {
		background: #253038;
		margin-top: 40px;
		border-top: 1px solid #2f3e48;
		border-bottom: 1px solid #2f3e48;
	}

	.nav > li {
		text-align: center;
	}

	.navbar-default .navbar-nav > li > a {
		padding: 15px 0;
	}
	.intro_box {
   		 margin-top: 70px;
   		 text-align: center
	}

	.fixedMenu .navbar-toggle{
		margin-top: 20px;
	}

	.fixedMenu #navigacija {
		margin-top: 15px;
	}


	.intro_box p {
		width: 100%;
		margin-top: -25px;
	}


	.subtitle {
		line-height: initial !important;
	}

	.modal-dialog {
		width: 80%;
	}

	.modal-header {
   	 position: absolute;
   	 right: -10% !important;
	 top: -10% !important;
	}

	#usluge {
		text-align: center;
	}

	.bonus-h3 {
		margin: 10px 0 25px 0;
	}

	.bonus {
		text-align: center;
	}

	.bonus-icon {
		position: static;
		display: block;
		width: 150px;
		max-width: 100%;
		margin: 0 auto 15px auto;
		height: auto !important;
	}

	.service-bullet {
		margin-bottom: 30px;
	}

	.separator {
		padding: 80px 15px;
		background: url(../images/separator.jpg) no-repeat fixed 40% center / cover;
	}

	.separator span {
		font-size: 19px;
	}

	#o-nama {
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	.modal-dialog {
		width: 80%;
	}

	.modal-header {
   	 position: absolute;
   	 right: -14% !important;
	 top: -14% !important;
	}

	.table {
		width: 100%;
	}
}