/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  
}

@media only screen and (max-width : 1199px) {
  .text-head-wr h1 {    
    padding-top: 0px;
  }
  .logo-head-wr {   
    padding-top: 16px;
  }
  .about-head-wr h3 {    
    font-size: 18px;   
  }
  .about-head-wr-button a{
    margin-top: 22px;
  }
  footer {    
    position: relative;  
  }
  .portfolio_item-wrap .port_item_cont-wrap {    
    width: 88%;
    height: 86%;    
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	 footer .nav {
    display: block;
  }
}

@media only screen and (max-width : 991px) {
  .logo-head-wr {    
    text-align: center;
  }
  .cont-wrap-head{
    text-align: center;
  }
  .logo-head-wr img {
    width: 250px;
  }
  .city-phone {    
    text-align: center;
  }
  .mobile-phone {    
    text-align: center;
  }
  .city-phone a, .mobile-phone a {   
    font-size: 16px;
  }
  .drop-shadow{
    margin-top: 40px;
  }
  .services-main-block{
    padding-top: 0;
  }
  .about-head-wr-button a {
    margin-top: 36px;
  }
  .map-contact-wrap .map-wrap {
    position: relative;    
  }
  .map-contact-wrap {    
    padding-top: 0;
    padding-bottom: 0;
  }
  .address{
    margin-top: 60px;
  }
  .contact-map .btn-primary{
    text-align: center;
    margin: auto;
    display: block;
    margin-bottom: 40px;
  }
  .portfolio_item-wrap .port_item_cont-wrap {
    width: 93%;
    height: 91%;
  }
  .team-item{
    margin-bottom: 30px;
  }
  .team-wrap {    
    padding-bottom: 30px;
  }
}

@media only screen and (max-width : 767px) {
	.vantage-item-wrap {
    margin-top: 10px;
  }
  .vantage-wrap {
    padding-top: 20px;
  }
  .about-head-wr h3 {    
    text-align: center;
  }
  .about-head-wr-button a {
    margin-top: 0px;
  }
  .about-head-wr {
    padding: 10px 0 32px;   
  }
  .about-head-wr-button {
    text-align: center;
  }
  .portfolio_item-wrap .port_item_cont-wrap {
    width: 97%;
    height: 95%;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
}

@media only screen and (max-width : 690px) {
	
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.col-xss-12 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .portfolio_item-wrap .port_item_cont-wrap {
    width: 94%;
    height: 93%;
  }
}


@media only screen and (max-width : 429px) {
	#top-info li{
		margin-left: 0;
		display: block;
	}	
}

@media only screen and (max-width : 425px) {
  .contact-form{
    padding: 40px 28px 63px;
  }
}

@media only screen and (max-width : 345px){
  .portfolio_item-wrap .port_item_cont-wrap {
    width: 92%;
    height: 91%;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
  .portfolio_item-wrap .port_item_cont-wrap {
    width: 92%;
    height: 90%;
  }
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}