 /* Large desktop */
@media (min-width: 1200px) {
  .folio-image-container {
    margin-bottom: 30px !important;
  }
  .with-right-side-bar .span9 {
    width: 72% !important;
    *width: 72% !important;
  }
  .with-right-side-bar .span3 {
    margin-left: 57px !important;
  }
  .with-left-side-bar .span9 {
    width: 72% !important;
    *width: 72% !important;
    margin-left: 57px !important;
  }
  .action-unit-body {
    padding: 0 200px;
  }
  .big-service .big-service-info {
    margin: 25px 25px 23px 40%;
  }
  .big-service .image-container {
    width: 35%;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .with-right-side-bar .span9 {
    width: 100% !important;
    *width: 100% !important;
  }
  .with-right-side-bar .span3 {
    width: 100% !important;
    *width: 100% !important;
    margin-left: 0 !important;
  }
  .with-left-side-bar .span9 {
    width: 100% !important;
    *width: 100% !important;
    margin-left: 0 !important;
  }
  .with-left-side-bar .span3 {
    width: 100% !important;
    *width: 100% !important;
  }
  .action-unit-body {
    padding: 0 60px;
  }
  .top-bar nav ul li a {
    padding: 8px 12px;
  }
  .top-bar .search-box form input:focus {
    width: 100px;
  }
  .top-bar .top-bar-icon-sec {
    display: block;
  }
  .big-service .big-service-info {
    margin: 5px 5px 4px 55%;
  }
  .big-service .big-service-info h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .big-service .big-service-info p {
    margin: 5px 0;
  }
  .big-service .image-container {
    width: 53%;
  }
  nav.main-nav {
    margin-right: 55px;
  }
  .search-box form {
    position: relative;
  }
  .search-box form input {
    position: absolute;
    right: 0;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 auto;
    max-width: 400px;
  }
  .logo-nav .span3 {
    width: auto;
    float: left;
    display: inline-block;
  }
  .folio-image-container {
    margin-bottom: 30px !important;
  }
  .with-right-side-bar .span9 {
    width: 100% !important;
    *width: 100% !important;
  }
  .with-right-side-bar .span3 {
    margin-left: 0 !important;
  }
  .with-left-side-bar .span9 {
    width: 100% !important;
    *width: 100% !important;
    margin-left: 0 !important;
  }
  .call-to-action .action-btn {
    text-align: left;
    margin-left: 30px;
  }
  .call-to-action .action-btn .button {
    margin-left: 0;
  }
  .action-unit-body {
    padding: 0 10px;
  }
  .top-bar {
    text-align: center;
  }
  .top-bar nav {
    text-align: center !important;
  }
  .top-bar nav ul {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    /* Fix for IE7 */
  
  }
  .top-bar .top-bar-icons {
    border-right: 0px solid rgba(0, 0, 0, 0.1);
  }
  .top-bar .span7 {
    text-align: center !important;
  }
  .top-bar .search-box {
    display: block;
    float: none !important;
  }
  .top-bar .search-box form input {
    width: 100%;
  }
  .top-bar .search-box form input:focus {
    width: 100%;
  }
  .big-service .big-service-info {
    margin: 0 8px 0 54%;
  }
  .big-service .big-service-info h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .big-service .image-container {
    width: 51%;
  }
}



/* Large desktop */
@media (min-width: 1220px) {
  .boxed{
    width: 1200px;
    margin: auto;
    background: #fff;
  }
  .boxed .top-bar .container{
    width: 1200px;
  }
 .boxed .top-bar .container .span7{
    margin-left: 60px;
  } 
  .boxed .is-sticky .logo-nav{
    width: 1200px;
  }
}
/* Large desktop */
@media (min-width: 1200px) and (max-width: 1219px) {
  .boxed{
    width: 1180px;
    margin: auto;
    background: #fff;
  }
  .boxed .top-bar .container{
    width: 1180px;
  }
  .boxed .is-sticky .logo-nav{
    width: 1180px;
  }
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .boxed{
    width: 750px;
    margin: auto;
    background: #fff;
  }
  .boxed .top-bar .container{
    width: 750px;
  }
  .boxed .top-bar .container .span7{
    margin-left: 46px;
  }
  .boxed .is-sticky .logo-nav{
    width: 750px;
  }
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .boxed{
    width: 440px;
    margin: auto;
    background: #fff;
  }
  .boxed .top-bar .container{
    width: 440px;
  }
  .boxed .top-bar .container .span7{
    margin-left: 0;
  }
  .boxed .is-sticky .logo-nav{
    width: 440px;
  }
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
  .boxed{
    width: 100%;
    margin: auto;
    background: #fff;
  }
  .boxed .top-bar .container{
    width: 100%;
  }
  .boxed .top-bar .container .span7{
    margin-left: 0;
  }
  .boxed .is-sticky .logo-nav{
    width: 100%;
  }
}

@media (max-width: 360px) {
  .top-bar {
    text-align: center;
  }
  .top-bar nav {
    text-align: center !important;
  }
  .top-bar nav ul li a {
    padding: 6px 10px 8px;
  }
  .top-bar .top-bar-icons {
    border-right: 0px solid rgba(0, 0, 0, 0.1);
  }
  .top-bar .span7 {
    text-align: center !important;
  }
  .search-box {
    display: block;
    float: none !important;
    clear: both;
  }
  .search-box form input {
    width: 98% !important;
    margin: 0;
    z-index: 1;
    left: -20px;
    position: relative;
  }
  .search-box form input:focus {
    width: 98% !important;
  }
  .dl-menuwrapper {
    right: 0;
    bottom: 100px;
  }
  .call-to-action .action-btn {
    text-align: left;
    padding-left: 30px;
  }
  [class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0px;
    -moz-box-sizing: border-box;
  }
  .boxed .is-sticky .logo-nav{
    width: 100%;
  }
}