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

}


/* menu */
@media (min-width: 320px) and (max-width: 991px) {
.container {width:90%; margin: 0 auto;}
.st-navbar ul {font-size: 13px;}	

.side_menu {position:absolute; left:10px; top:30px; background:#FFF; padding:5px 15px; z-index:999; width:95%; text-align:center; font-weight:bold; text-transform:uppercase;}

	#slider{
		margin-top: 80px;
		position:relative;
		height:auto;
        min-height: 300px;

	}

	#home-carousel  .item {
		background-position: center top;
		background-repeat: no-repeat;
		background-size:cover;
		width:100%;
		height: auto;
                min-height: 300px;
	}

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

	#home-carousel  .item {
		height: 500px;
	}

	.carousel-caption h1 {
		font-size:26px;
		margin-bottom:0;
		line-height:27px;
		letter-spacing:2px;
		font-weight:100;
	}

	.carousel-caption h2 {
		font-size:51px;
		font-weight:600;
		margin-top:0px;
		text-transform:lowercase;
		letter-spacing:2px;
		margin-bottom:20px;
	}
	#our-team, #pricing, #our-works, #services, #contact{
		padding-top: 30px;
		padding-bottom: 30px;
	}

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {

	.st-navbar ul li a{
		margin-left: 13px;
		margin-right: 13px;
	}

	#home-carousel  .item {
		height: 500px;
	}

	.carousel-caption h1 {
		font-size:26px;
		margin-bottom:0;
		line-height:27px;
		letter-spacing:2px;
		font-weight:100;
	}

	.carousel-caption h2 {
		font-size:51px;
		font-weight:600;
		margin-top:0px;
		text-transform:lowercase;
		letter-spacing:2px;
		margin-bottom:20px;
	}

	#about-us .about-us {
		padding-left: 0;
		padding-right: 0;
		padding-top: 9%;
	}

	.scroll-up{
		display: none !important;
	}

	#our-team, #pricing, #our-works, #services, #contact{
		padding-top: 100px;
		padding-bottom: 100px;
	}

	#fun-facts .col-md-3:nth-child(2) .fun-fact{
		border-right: 0px;
	}

	#testimonial{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#about-us .about-us .btn-send {
		margin-top: 12px;
	}



}

/* xs */
@media (max-width: 767px) {
    
    .side_menu {display: none;}
    .side_menu_mobile {display: block; text-align: center; font-weight: bold;
     text-transform: uppercase; padding:6px 0 5px 0; border-top:1px solid #EFEFEF; background: #ECECEC;}
.side_menu_mobile a {color: #FFF; background: #000; margin: 0 2px; padding: 5px; border-radius: 4px;}
	.logo{
		margin-left: 0;
	}

	.navbar-nav{
		background-color: #f5f5f5;
	}

	.st-navbar .navbar-collapse ul{
		margin-top: 18px;
	}

	#home-carousel  .item {
		height: 300px;
	}
    
    .carousel-caption {top: 30px; font-size: 13px;}

	.carousel-caption h1 {
		font-size:16px;
		margin-bottom:0;
		line-height:27px;
		letter-spacing:2px;
		font-weight:100;
	}

	.carousel-caption h2 {
		font-size:14px;
		font-weight:600;
		margin-top:0px;
		text-transform: normal;
		letter-spacing:2px;
		margin-bottom:0;
	}

	.scroll-up{
		display: none !important;
	}

	.footer-social-icons {
		text-align: center;
		margin-bottom: 15px;
	}

	.copyright{
		text-align: center;
	}

	#contact{
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.contact-info{
		margin-bottom: 50px;
	}

	#fun-facts .fun-fact{
		border-right: 0px;
		margin-bottom: 30px;
	}

	#about-us .our-office{
		padding-left: 0;
		padding-right: 0;
	}

	#testimonial{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#about-us .about-us {
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 10%;
		padding-bottom: 10%;
	}

	#our-team, #pricing, #our-works, #services{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.st-service {
		margin-top: 10px;
	}

.st-border {
    width: 90%;


}

/* XS Portrait */
@media (max-width: 479px) {


	#slider{
		margin-top: 80px;
		position:relative;
		height: auto;

	}

	#home-carousel  .item {
		background-position: center top;
		background-repeat: no-repeat;
		background-size:cover;
		width:100%;
		height: auto;
	}


}