/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
  
    
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
 .featured-list #grid .thumb {
	  width: 50%;
	}
	
	.carousel-caption h1 {
	  font-size: 15px;
	  text-transform: uppercase;
	  line-height:auto !important;
	}
}
/* Mobile Layout: 320px. */
@media all  and (orientation: portrait){ 
	.featured-list #grid .thumb {
	  width: 50%;
	}
	.carousel-caption {
	  top: 75%;
	}
	
	.minheight{		
    min-height: 900px;
}
	
	.carousel-caption h1 {
	  font-size: 10px;
	  text-transform: uppercase;
	  line-height:auto !important;
	}
	
	.btn.btn-learn {
	  font-size: 10px;
	  font-weight: 500;
	  padding: 5px 7px;
	  text-align: center;
	  text-transform: uppercase;
	}
	.logoscroll{
	max-height: 150%;
	margin-bottom: 10px
}

.textmarging{
	
	margin-left: 5%; 
	margin-right: 5%;
}

.titelsize{
	font-size:30px;
	
}
.imageee{
	width:80%;
}
	
	.about-text{
		text-align:center;
	}
	
	.single-feature{
		text-align:center;
	}
	
	.feature-icon{
		margin-bottom:8px;
	}
	
	.feature-text h4{
		line-height:25px;
	}
	
}
/* Wide Mobile Layout: 480px. */
@media all (orientation: landscape){ 
	.featured-list #grid .thumb {
	  width: 50%;
	}
		.minheight{		
    min-height: 900px;
}
	.carousel-caption {
	  top: top: 71%;
	}
	.carousel-caption h1 {
	  font-size: 32px;
	  text-transform: uppercase;
	  line-height:auto !important;
	}
	
	.logoscroll{
	max-height: 150%;
	margin-bottom: 10px
}
.imageee{
	width:90%;
}
.titelsize{
	font-size:25px;
	
}
	
	.textmarging{
	
	margin-left: 5%; 
	margin-right: 5%;
}
	.carousel-caption h1 {
	  font-size: 15px;
	  text-transform: uppercase;
	  line-height:auto !important;
	}
	
	.btn.btn-learn {
	  font-size: 10px;
	  font-weight: 500;
	  padding: 5px 7px;
	  text-align: center;
	  text-transform: uppercase;
	}
	
	.about-text{
		text-align:center;
	}
	
}


















/* Mobile Layout: 320px. */
@media all and (min-width: 280px) and (max-width: 580px) { 
	.featured-list #grid .thumb {
	  width: 50%;
	}
	.carousel-caption {
	  top: 75%;
	}
	.minheight{		
    min-height: 900px;
	}
	.carousel-caption h1 {
	  font-size: 10px;
	  text-transform: uppercase;
	  line-height:auto !important;
	}
	
	.btn.btn-learn {
	  font-size: 10px;
	  font-weight: 500;
	  padding: 5px 7px;
	  text-align: center;
	  text-transform: uppercase;
	}
	.logoscroll{
	max-height: 150%;
	margin-bottom: 10px
}

.textmarging{
	
	margin-left: 5%; 
	margin-right: 5%;
}

.titelsize{
	font-size:30px;
	
}
.imageee{
	width:80%;
}
	
	.about-text{
		text-align:center;
	}
	
	.single-feature{
		text-align:center;
	}
	
	.feature-icon{
		margin-bottom:8px;
	}
	
	.feature-text h4{
		line-height:25px;
	}
	
}
/* Wide Mobile Layout: 480px. */
@media all and (min-width: 581px) and (max-width: 867px) { 
	.featured-list #grid .thumb {
	  width: 50%;
	}
		.minheight{		
    min-height: 900px;
}
	.carousel-caption {
	  top: top: 71%;
	}
	.carousel-caption h1 {
	  font-size: 32px;
	  text-transform: uppercase;
	  line-height:auto !important;
	}
	
	.logoscroll{
	max-height: 150%;
	margin-bottom: 10px
}
.imageee{
	width:90%;
}
.titelsize{
	font-size:25px;
	
}
	
	.textmarging{
	
	margin-left: 5%; 
	margin-right: 5%;
}
	.carousel-caption h1 {
	  font-size: 15px;
	  text-transform: uppercase;
	  line-height:auto !important;
	}
	
	.btn.btn-learn {
	  font-size: 10px;
	  font-weight: 500;
	  padding: 5px 7px;
	  text-align: center;
	  text-transform: uppercase;
	}
	
	.about-text{
		text-align:center;
	}
	
}