/* General
================================================== */
img{ max-width: 100%; }

/*hide responsive menus*/
/* #top-bar .selector,
#navigation .selector { display: none; } */


/* Apply To All Responsive Layouts
================================================== */
@media only screen and (max-width: 959px) {

	/*hide stuff*/
/*
	body:before
	{
	content:"CSS: To All Responsive Layouts";
	} */

}



/* #Tablet (Portrait) = Design for a width of 730px
================================================== */
@media only screen and (min-width: 767px) and (max-width: 959px) {

	/* body:before
	{
	content:"CSS: #Tablet (Portrait) (min-width: 767px) and (max-width: 959px) ";
	} */


}



/* Mobile (Portrait) = Design for a width of 280px
================================================== */

@media only screen and  (min-width: 767px) and (max-width: 860px){

	/* body:before
	{
	content:"CSS: Mobile (min-width: 767px) and (max-width: 860px)";
	} */


}

@media only screen and (max-width: 480px) {
	/* body:before
	{
	content:"CSS: Mobile (max-width: 480px)";
	} */
}


/* Mobile (Landscape) = Design for a width of 440px
================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	/* body:before
	{
	content:"CSS: Mobile (Landscape) (min-width: 480px) and (max-width: 767px)";
	} */

}


@media only screen and (max-width: 1200px) {
	.why-choose-us .why-choose-us-wrapper-top .background-girl-1{
		left: auto;
		right: 50px;
	}
	.why-choose-us .why-choose-us-wrapper-top .why-choose-us-wrapper {
    padding-right: 40%;
	}
}
@media only screen and (max-width: 991px) {
	.oneEducation:nth-last-child(-n+3){
	  margin-bottom: 70px;
	}
	.oneEducation:nth-last-child(-n+2){
	  margin-bottom: 0px;
	}
	.why-choose-us .why-choose-us-wrapper-top .why-choose-us-wrapper{
		display: block;
    padding-right: 0px;
    width: 100%;
	}
	.why-choose-us .why-choose-us-wrapper-top .background-girl-1{
		position: relative;
    left: auto;
    right: auto;
    bottom: 30px;
    transform: translateY(0%);
    top: auto;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
	}
	.slider-item .slider-caption .text-info-1{
		font-size: 42px;
	}
	header .header-main .navigation .nav-links li .main-menu{
		margin: 0px 6px;
	}
	header .header-main .navigation .nav-links li .main-menu span{
		font-size: 13px;
	}
	.section.why-choose-us .btn.btn-green-2{
		margin: 0 auto;
    display: block;
	}
	.menuitem .main-menu {
    font-size: 13px !important;
	}
	.footer-top-mobile{
		display: block;
	}
	.footer-top-desktop{
		display: none;
	}
	.kepzes_aloldal .container{
		width: 100%;
	}
	.kepzes_aloldal .container .col-md-9{
		width: 750px;
		margin: 0 auto;
	}
	.kepzes_aloldal .container .col-md-3{
		width: 750px;
		margin: 50px auto 0 auto;
	}
	.kepzes_aloldal .col-md-3.sidebar.layout-right{
		float: none;
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	header .header-main .navigation{
		width: 100%;
		min-width: 100%;
		top: 60px;
	}
	.navbar-nav li.menuitem{
		float: none;
	}
	header .header-main .navigation .nav-links li .main-menu{
		text-align: center;
	}
	.oneEducation{
		width: 50%;
    float: left;
	}
	.slider-item .slider-caption .text-info-1{
		font-size: 36px;
	}
	.edugate-image img{
		height: auto;
	}
	.news-page .edugate-layout-3 {
    min-height: 280px;
	}
	.kepzes_aloldal .container .col-md-9{
		width: 100%;
	}
	.kepzes_aloldal .container .col-md-3{
		width: 100%;
	}
	header .header-main .logo{
		line-height: 60px;
	}
	header .header-main .logo .header-logo img{
	  height: 50px;
	}
}
@media only screen and (max-width: 576px) {
	.oneEducation{
		width: 100%;
    float: none;
	}
	.oneEducation:nth-last-child(-n+2){
	  margin-bottom: 70px;
	}
	.oneEducation:nth-last-child(-n+1){
	  margin-bottom: 0px;
	}
	.slider-item .slider-caption .text-info-1{
		font-size: 32px;
	}
	.slider-banner .slider-item{
		height: 450px;
		min-height: 450px;
	}
	.slider-banner {
		min-height: 450px;
	}
	.kepzes_aloldal .col-md-3.sidebar.layout-right{
		width: 100%;
	}
}
@media screen and (max-width: 480px){
	.why-choose-us .why-choose-us-wrapper-top .background-girl-1 {
    display: block;
		width: 100%;
	}
	.slider-banner .slider-item{
		height: 400px;
		min-height: 400px;
	}
	.slider-banner {
		min-height: 400px;
	}
	header .header-topbar .email, header .header-topbar .hotline{
		display: block;
		margin-right: 0;
		line-height: 25px;
	}
	.news-page .edugate-layout-3 {
    min-height: 500px;
	}
}
@media screen and (max-width: 420px){
	.why-choose-us .why-choose-us-wrapper-top .background-girl-1 iframe{
	    height: 200px;
	}
	.why-choose-us .why-choose-us-wrapper-top .why-choose-us-wrapper p{
		font-size: 14px;
	}
	.slider-item .slider-caption .text-info-1{
		font-size: 24px;
	}
	.slider-item .slider-caption .text-info-3{
		font-size: 16px;
	}
	.slider-banner .slider-item{
		height: 300px;
		min-height: 300px;
	}
	.slider-banner {
		min-height: 300px;
	}
}
@media screen and (max-width: 380px){
	header .header-main .navigation{
		top: 50px;
	}
	header .header-main .edugate-navbar {
		margin: 8px 0 0 0;
	}
	header .header-main.header-fixed .edugate-navbar{
		margin: 8px 0 0 0;
	}
	.home_all_news_btn button{
		margin-top: 0px;
	}
	header .header-main .logo{
		line-height: 40px;
	}
}
