@media screen and (max-width:1200px){
	#t4-megamenu-mainmenu .nav-item {
    	margin: 5px 11px;
	}
}
@media screen and (max-width:992px){
  	.interreg-logo img {
        max-height: 40px;
    }
  	.interregMod {
        top: 70px;
    }
	.t4-offcanvas-toggle {
		display: block!important;
		position: relative!important;
		right: 0!important;
		margin-right: 0!important;
		margin-left: 20px!important;
		top: 2px!important;
	}
	.menu-bar {
	}
	.mod-mslider-image {
		min-height: 400px;
	}
	.mod-mslider-title {
		font-size: 40px;
	}
	.header-buttons {
		right: 0px;
	}
	.project-mod-title {
		font-size: 40px;
		margin: 15px 0;
	}
	.project {
		padding: 50px 0;
	}
	.newsbar-row {
		padding: 60px 0;
	}
	.newsbar-title {
		font-size: 50px;
		margin-bottom: 40px;
	}
	.newsbar-item {
		text-align: left;
	}
	.newsbar-pagination {
		text-align: left;
		right: 5px;
	}
	.newsbar-item-title {
		font-size: 26px;
	}
	.mod-mvideo {
		padding: 100px 0;
	}
	.mvideo-title {
		font-size: 40px;
		max-width: 80%;
	}
	.partneri-title {
		font-size: 40px;
		margin-bottom: 30px;
	}
	.partneri {
		padding: 50px 30px 50px 30px;
	}
	.mod-sufinanciranje {
		font-size: 20px;
	}
	#t4-footer h1 {
		font-size: 36px;
	}
	#t4-footer h1, #t4-footer p {
		margin-bottom: 25px;
	}
	#t4-footer {
		background-image:none;
		background-color: #161616;
		font-size: 18px;
	}
	.t4-main-body {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.mainlogo .logoimg1 {
    	width: 63%;
	}
	.mainlogo .logoimg2 {
   		width: 37%;
	}
}

@media screen and (max-width:600px){
    .interregMod {
        top: 60px;
    }
	.k2-news .default-list-catlisting {
		grid-template-columns: 1fr;
	}
    .interreg-logo img {
      	max-height: 33px;
    }
    .head-search .searchicon {
      	margin-left: 10px;
    }
    .t4-offcanvas-toggle {
      	margin-left: 10px!important;
    }
    .headergrid  {
        grid-gap: 0;
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width:400px){
  	#t4-menu .container {
		padding-left: 5px!important;
    }
  	.headergrid  {
        grid-template-columns: 110px 1fr;
        margin-bottom: 20px;
    }
  	.interregMod {
        top: 55px;
    }
}
@media screen and (min-width:600px){
    .formControlLabel {
        text-align: right;
    }
  	.form-group, .control-group {
        display: flex;
    }
}
.form-control, .inputbox {
  max-width: 100%!important;
}
