/* lg */ 
@media (min-width: 1200px) {

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	#navigation .navbar-right li a {
		padding:25px 20px;
	}
	.carousel-caption {
		left:1%;
		right:1%;
	}
	.carousel-caption  .slide-info {
		width:85%;
	}
	.about-details, .about-image {
		height:650px;
	}
	.about-image img {
		height:100%;
	}
	
	
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	#navigation .navbar-right li a {
		font-size: 14px;
		padding: 25px 10px;
	}
	.navbar-right li a.border:before {
		top:24px;
	}
	#main-carousel h2 {
		font-size:75px;
	}
	.carousel-caption {
		left:1%;
		right:1%;
	}
	.carousel-caption  .slide-info {
		width:85%;
	}
	.carousel-caption i {
		font-size: 35px;
		height: 50px;
		line-height: 51px;
		width: 50px;
	}
	.about-details {
		height:auto;
	}
	
	
}
/* xs */
@media (max-width: 767px) {
	body {
		font-size:16px;
	}
		/* Home */
	.navbar-right li.active:before, 
	.navbar-right li.active:after, 
	.navbar-right li a.border:before {
		display:none;
	}	
	#navigation .navbar-right li a {
		font-size:14px;
		padding:6px 13px;
	}	
	.carousel-caption {
		left: 1%;
		right: 1%;		
		font-size:16px;
		bottom:68%;
		text-align:center;
	}
	.carousel-caption  .slide-info {
		width:100%;
	}
	#main-carousel h2 {
		font-size:48px;
	}
	.carousel-caption i {
		font-size: 25px;
		height: 35px;
		line-height: 35px;
		margin-left: 12px;
		overflow: hidden;
		padding: 1px 0 0 6px;
		width: 35px;
	}
	
	
	
	/* About us */
	.about-details {
		height:auto;
		text-align:justify;
		margin-bottom:35px;
	}
	
		.about-details-2 {
		height:auto;
		text-align:justify;
		margin-bottom:35px;
	}
	
	.about-image {
		padding-right:15px;
	}
	.about-content h2, 
	.our-team h2, 
	.entry-header h2, 
	.recent-port-text h2  {
		font-size: 35px;
		text-align:center;
	}
	
	


/* XS Portrait */
@media (max-width: 479px) {
	
	/* Home */
	.carousel-caption {
		bottom:50%
	}
	.carousel-caption i {
		display: block;
		font-size: 25px;
		height: 40px;
		line-height: 40px;
		margin-left: 45%;
		margin-top: 50px;
		margin-bottom:15px;
		overflow: hidden;
		padding: 1px 0 0 6px;
		width: 40px;
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	/* About Us */
	.our-team .col-sm-4 {
		width:100%;
	}	
	

	/* Footer 	*/
	.contact-details {
		margin-top:50px;
	}
	.bottom {
		font-size: 16px;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
	.float-left {

	float:left;

	width:100%;

	margin-bottom:16px;	

}
	

	
	
	
	
	

}

