/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
	
.slidehome	{
min-height: 555px !important;
}	
.navbar-brand {
    height: 60px !important;
}
	
	.header .navbar-brand img{
		max-height: 50px;
	}


	.part-gallery .part-gallery-slide-desc{
		font-size: 0.9rem;
	}

	.part-gallery .h4{
		font-size: 1.3rem !important;
	}

	.counter.display-3{
		font-size: 2.3rem;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
.slidehome	{
min-height: 485px !important;
}		

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.slidehome	{
min-height: 485px !important;
}		

}





/* //////// */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {
	.part-gallery .part-gallery-slide .part-gallery-slide-image > *{
		position: absolute;
		height: 40%;
		bottom: 0;
		left: 0;
		right: 0;

		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafafa+0,fafafa+100&0+0,1+100 */
		background: -moz-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fafafa', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
	}

	.page-featured-image:before {
		content: '';
		display: block;
		padding-top: 45%;
	}
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {

}

/* //////// */

/*Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.part-gallery .part-gallery-slide .part-gallery-slide-image > *{
		width: 40%;
		top: 0;
		bottom: 0;
		left: 0;

		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafafa+0,fafafa+100&1+0,0+100 */
		background: -moz-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(250,250,250,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(250,250,250,1) 0%,rgba(250,250,250,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(250,250,250,1) 0%,rgba(250,250,250,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#00fafafa',GradientType=1 ); /* IE6-9 */
	}

	.archive-cursuri.archive-cursuri-large .featured-image:before{
		padding-top: 100%
	}

	.ubermenu.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target{
		padding-top: 35px;
		padding-bottom: 35px;
	}


}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
