@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }  
}
@media only screen and (max-width: 1280px) {  
  .work-process .icon-circle {
    display: inline-block;
    width: 100%;
    height: 180px;
  }
  .work-process .icon-circle img {
    width: 75%;
 }
 .service-offer .blog-post.blog-media .entry-thumbnail {
    width: 275px;
 }
}
@media only screen and (max-width: 767px) {  
	body {
		padding-top: 82px;
	}
	.navbar.navbar-default .navbar-brand {
		height: auto;
		padding: 10px 15px 11px;
	}
	.navbar.navbar-default .navbar-toggle {
		margin-top: 26px;
	}
  .process-text {
	  margin-bottom: 30px;
  }
  .process-text h3, .process-text p {
	  text-align: center;
  }
  .process-text h3 {
	  margin-bottom: 10px;
  }
  .work-process .icon-circle {
    display: inline-block;
    width: 120px;
    height: 120px;
	line-height: 100px;
  }
  .work-process .icon-circle img {
    width: 70%;
 }
  .row.mb-lg {
    position: relative;
  }
  .col-sm-6.wow.fadeInLeft.animated.pull-video.animated {
    float: right;
    width: 100%;
    position: relative;
    margin-top: 250px;
  }
  .col-sm-6.wow.fadeInRight.animated.pull-text.animated {
    float: left;
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
  }
  .service-offer .blog-post.blog-media .entry-thumbnail {
    width: 100%;
	text-align: center;
	margin: 15px 15px 50px;
  }
  .service-offer .blog-post.blog-media .entry-thumbnail img.img-responsive {
    text-align: center;
    display: inline-block;
  }
  .service-offer .blog-post.blog-media .post-format {
    position: absolute;
	top: auto;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: auto;
	
  }
}
@media only screen and (max-width: 700px) {
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 70%;
  }
}
@media only screen and (max-width: 480px) {
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 80%;
  }
  .outline-bdr {
    padding: 10px 0px 15px;
  }
  
}
