/*-----------------------------
	Content
-------------------------------
	
	1.GLOBAL
	2.HEADER DESKTOP
	3.SWIPE SLIDER
	4.INDEX-ABOUT
	5.TESTIMONIALS
	6.CERTIFICATIONS
	7.FOOTER
	8.BORDERED TABS
	9.ABOUT MAP
	10.ABOUT GALLERY
	11.SERVICES BUTTONS
	12.BUTTON TABS
	13.MANAGED IT DEVELOPMENT

	@media (min-width: 1200px)
	1.SWIPE SLIDER
	2.SERVICES BUTTONS
	
	@media (max-width: 979px)
	1.GLOBAL
	2.HEADER MOBILE
	3.SWIPE SLIDER
	4.CERTIFICATIONS
	5.FOOTER
	6.SERVICES BUTTONS

	@media (max-width: 767px)
	1.GLOBAL
	2.SWIPE SLIDER
	3.CERTIFICATIONS
	4.BORDERED TABS
	5.ABOUT MAP
	6.SERVICES BUTTONS
	7.BUTTON TABS

	@media (max-width: 320px)
	1.ABOUT MAP


/* -----------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------


--------------------------------
 1.GLOBAL
------------------------------*/
body {
  font-size: 14px;
  line-height: 24px;
}

a {
  -webkit-transition: opacity 0.2s linear, background 0.2s linear, color 0.2s linear;
  -moz-transition: opacity 0.2s linear, background 0.2s linear, color 0.2s linear;
  -o-transition: opacity 0.2s linear, background 0.2s linear, color 0.2s linear;
  transition: opacity 0.2s linear, background 0.2s linear, color 0.2s linear;
}

h1, h2, h3 {
  color: #404041;
  font-weight: normal;
  margin: 0 0 20px 0;
}

h1 {
  font-size: 36px;
  line-height: 52px;
  margin-bottom: 30px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

.under {
  margin-top: -20px;
}

.separator, .shadow {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

.separator-white {
  background-color: #fafafa;
}

.separator-light-gray,
.header-separator {
  background-color: #dbdbdb;
}

.header-separator {
  margin-bottom: 48px;
}

ul {
  list-style-type: none;
}

.button {
  display: block;
  padding: 6px 10px;
  margin: 0 10px 10px 0;
  color: #fafafa;
  background: #ed1c24;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.button:hover {
  text-decoration: none;
  background: #404041;
  color: #fafafa;
}

.caption {
  position: relative;
  z-index: 10;
  float: left;
  color: #fafafa;
  background: #404041;
  background: rgba(64, 64, 65, 0.6);
  padding: 3px 10px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.caption p {
  padding: 0;
  margin: 0;
  font-size: 11px;
  line-height: 14px;
}

a.caption:hover {
  color: #fafafa;
  background: #404041;
  text-decoration: none;
}

.centered {
  text-align: center;
}

.centered-section {
  text-align: center;
  margin-bottom: 60px;
}

.sprite,
.sprite-img {
  display: block;
}

.sprite {
  overflow: hidden;
}

/* sprite settings for DOM elements
with <img/> inside */
.sprite-img {
  width: 225px;
  max-width: 225px;
  height: 131px;
}

/* sprite.png for elements
with css background defined */
.bg-sprite {
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .bg-sprite {
    background-image: url("../images/sprite@2x.png");
    background-size: 225px 131px;
  }
}

/*--------------------------------
2.HEADER DESKTOP
--------------------------------*/
header {
  padding-bottom: 18px;
}

.nav-logo {
  width: 225px;
  height: 57px;
  margin: 40px 0 0 0;
}
.nav-logo img {
  margin-top: -53px;
}

.intech-nav {
  overflow: hidden;
}
.intech-nav ul {
  margin: 65px 0 0 0;
  padding: 0;
}
.intech-nav li {
  margin-left: 30px;
}
.intech-nav a {
  display: block;
  text-decoration: none;
  color: #898989;
}
.intech-nav a.active {
  cursor: default;
  color: #404041;
}
.intech-nav a:hover .rect {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.hn-collapse {
  display: inline;
}

.rect {
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 0;
  background: #dbdbdb;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.active > .rect {
  background: #ed1c24;
}

/*--------------------------------
 3.SWIPE SLIDER
--------------------------------*/
.swipe-container {
  background-image: url("../images/banner/hero-banner-big.png");
  background-color: #416573;
  background-position: top center;
  margin-bottom: 60px;
}

.services-container {
  position: relative;
}

.services-bar {
  position: relative;
  z-index: 10;
  margin-left: 30px;
}

.services-list > div {
  float: left;
  width: 320px;
  margin-left: 0;
  background: transparent;
  -webkit-transition: background-color 0.3s linear, opacity 0.3s linear;
  -moz-transition: background-color 0.3s linear, opacity 0.3s linear;
  -o-transition: background-color 0.3s linear, opacity 0.3s linear;
  transition: background-color 0.3s linear, opacity 0.3s linear;
}
.services-list > div:hover {
  background: #404041;
}
.services-list > div > a {
  display: block;
  text-align: center;
  line-height: 24px;
  padding: 8px 0;
  color: #fafafa;
}
.services-list > div > a:hover {
  text-decoration: none;
}
.services-list > .active {
  background: #ed1c24;
}
.services-list > .active:hover {
  background: #ed1c24;
}
.services-list > .active > a {
  text-decoration: none;
}

.services-background {
  height: 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #404041;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/* Slides */
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}

.swipe-wrap {
  overflow: hidden;
  position: relative;
  zoom: 1;
  margin-top: -40px;
}
.swipe-wrap > div {
  float: left;
  width: 100%;
  height: 430px;
  position: relative;
}

.slide-inner {
  padding-top: 80px;
  color: #fafafa;
  font-size: 16px;
  line-height: 26px;
}
.slide-inner h1, .slide-inner h2, .slide-inner h3 {
  color: #fafafa;
}
.slide-inner h3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.slide-inner .separator {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
.slide-inner ul {
  margin: 0 0 40px 10px;
}
.slide-inner li {
  padding: 5px 0;
}
.slide-inner p {
  margin-bottom: 10px;
}
.slide-inner .button {
  margin-top: 10px;
  background: transparent;
  border: 1px solid #fafafa;
  font-size: 18px;
  padding: 6px 28px;
}
.slide-inner .button:hover {
  background: #ed1c24;
  border: 0;
  padding: 7px 29px;
}

/*--------------------------------
 4.INDEX-ABOUT
--------------------------------*/
.index-about {
  font-size: 19px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 60px;
}
.index-about p {
  margin-bottom: 20px;
}
.index-about a {
  color: #404041;
}
.index-about a:hover {
  color: #ed1c24;
  text-decoration: none;
}

/*--------------------------------
 5.TESTIMONIALS
--------------------------------*/
.testimonials-container {
  margin-bottom: 60px;
  background: #e3ebed;
}
.testimonials-container .shadow {
  margin: 0;
  background: #bbccd0;
  background: -webkit-gradient(linear, to right, to left, color-stop(0%, #e3ebed), color-stop(50%, #bbccd0), color-stop(100%, #e3ebed));
  background: -webkit-linear-gradient(to right, #e3ebed 0%, #bbccd0 50%, #e3ebed 100%);
  background: -moz-linear-gradient(to right, #e3ebed 0%, #bbccd0 50%, #e3ebed 100%);
  background: -o-linear-gradient(to right, #e3ebed 0%, #bbccd0 50%, #e3ebed 100%);
  background: linear-gradient(to right, #e3ebed 0%, #bbccd0 50%, #e3ebed 100%);
}

.testimonials {
  color: #6a8a8e;
  padding: 30px 0 20px;
}
.testimonials .quote-icon {
  width: 32px;
  height: 18px;
  background-position: -162px -22px;
  margin-left: -10px;
}
.testimonials > div {
  margin-top: -18px;
}
.testimonials .quote {
  margin: 0 0 20px -10px;
  padding-left: 43px;
  font-size: 16px;
  line-height: 36px;
  font-family: 'Georgia';
  font-style: italic;
}

/*--------------------------------
 6.CERTIFICATIONS
--------------------------------*/
.certification-container {
  margin-bottom: 60px;
}

.certification {
  display: block;
  overflow: hidden;
  height: 46px;
  width: 140px;
  margin: 0 auto;
}
.certification .y1 {
  margin-top: -46px;
}
.certification .y2 {
  margin-top: -92px;
}
.certification .y3 {
  margin-top: -138px;
}
.certification .y4 {
  margin-top: -184px;
}
.certification .y5 {
  margin-top: -230px;
}

/*--------------------------------
 7.FOOTER
--------------------------------*/
footer {
  background: #404041;
}
footer .intech-nav {
  width: 690px;
  margin: 0 auto;
}
footer .intech-nav ul {
  margin-top: 150px;
}
footer .intech-nav a {
  color: #afafaf;
}
footer .intech-nav .active {
  color: #fafafa;
}
footer .rect {
  background: #dbdbdb;
}
footer .nav-logo {
  width: 77px;
  height: 21px;
  margin: 0 auto 40px;
}
footer .nav-logo img {
  margin-top: -110px;
}
footer .separator {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

/*--------------------------------
 8.BORDERED TABS
--------------------------------*/
.bordered-tabs {
  border: 1px solid #dbdbdb;
  background: #f4f4f4;
  text-align: center;
  margin-bottom: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.bordered-tabs ul {
  display: block;
  position: relative;
  z-index: 1;
  margin: -1px 0;
  padding: 0;
}
.bordered-tabs li {
  display: inline-block;
}
.bordered-tabs a {
  display: block;
  line-height: 18px;
  padding: 8px 0;
  width: 116px;
  color: #898989;
}
.bordered-tabs a:hover {
  text-decoration: none;
  background: #e5e5e5;
}
.bordered-tabs a:visited,
.bordered-tabs a .bordered-tabs:link,
.bordered-tabs a .bordered-tabs:active {
  text-decoration: none;
}
.bordered-tabs .active a {
  cursor: default;
  color: white;
  background: #ed1c24;
}
.bordered-tabs .active a:focus, .bordered-tabs .active a:link, .bordered-tabs .active a:active {
  text-decoration: none;
}

.bordered-tabs-content h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/*--------------------------------
 8.BIOS
--------------------------------*/
.bios a {
  display: block;
  color: #404041;
  text-decoration: none;
  max-width: 230px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}
.bios a:hover {
  color: #ed1c24;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.bios a > .img {
  display: block;
  width: 100%;
}
.bios a > .img img {
  width: 100%;
  max-width: 100%;
}
.bios a > .name {
  display: block;
}
.bios div.row {
  margin-bottom: 20px;
}

/*--------------------------------
 9.ABOUT MAP
--------------------------------*/
.about-map {
  overflow: hidden;
  background: #adb9bd;
  margin-bottom: 60px;
  text-align: center;
}
.about-map .caption-wrapper {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  margin-top: -84px;
}
.about-map .swipe-wrap {
  margin-top: 0;
}
.about-map .swipe-wrap > div {
  height: auto;
}
.about-map .caption {
  float: none;
  display: inline-block;
  margin: 0 auto;
  padding: 3px 10px 4px;
}
.about-map .caption p {
  font-size: 16px;
  line-height: 24px;
}

.map-wrapper {
  display: inline-block;
  width: 100%;
  /*[0]*/
  max-width: 780px;
  margin: 30px auto;
  position: relative;
}
.map-wrapper img {
  width: 100%;
  /*[0]*/
  max-width: 100%;
  /*[0]*/
}
.map-wrapper a {
  position: absolute;
  overflow: visible;
  height: 0;
  width: 0;
}
.map-wrapper a .pin {
  margin-top: -22px;
  margin-left: -7px;
  height: 22px;
  width: 14px;
  background-position: -162px 0;
}
.map-wrapper a:hover .pin, .map-wrapper a.active .pin {
  background-position: -176px 0;
}
.map-wrapper a.active {
  z-index: 10;
}
.map-wrapper .dallas {
  top: 40.848806366047746%;
  left: 21.794871794871795%;
}
.map-wrapper .saltillo {
  top: 46.419098143236076%;
  left: 20.897435897435898%;
}
.map-wrapper .amsterdam {
  top: 26.25994694960212%;
  left: 50.89743589743589%;
}

/*
0: responsive image fix,
--------------------------
without the .map-wrapper width:100%; it won't respond ok in devices when resizing,
without the img width:100%;max-width:100%; it won't respond in non -webkit browsers.



--------------------------------
 10.ABOUT GALLERY
--------------------------------*/
.about-gallery .gallery {
  display: none;
}
.about-gallery .full-width {
  width: 300px;
  height: 200px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 60px;
}
.about-gallery .full-width img {
  width: 100%;
  max-width: 100%;
}
.about-gallery .img-02 {
  margin-top: -200px;
}
.about-gallery .img-03 {
  margin-top: -400px;
}

/*--------------------------------
 11.SERVICES BUTTONS
--------------------------------*/
.services-buttons {
  margin-top: -20px;
  margin-bottom: 60px;
}
.services-buttons .service {
  display: block;
  overflow: hidden;
  padding: 10px 20px;
  border: 1px solid #dbdbdb;
  background: #f4f4f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.services-buttons .sprite {
  width: 54px;
  height: 53px;
  margin-right: 10px;
}
.services-buttons .professional {
  margin-left: -54px;
}
.services-buttons .custom {
  margin-left: -108px;
}
.services-buttons .title {
  color: #404041;
  font-weight: bold;
}
.services-buttons .subtitle {
  font-style: italic;
  color: #898989;
}
.services-buttons .subtitle:hover {
  color: #898989;
}
.services-buttons:hover {
  background: #fafafa;
}
.services-buttons:hover, .services-buttons:visited, .services-buttons:link, .services-buttons:active {
  text-decoration: none;
}

/*--------------------------------
 12.BUTTON TABS
--------------------------------*/
.button-tabs ul {
  overflow: hidden;
  margin: 0 0 10px 0;
}
.button-tabs li {
  display: inline-block;
}
.button-tabs a {
  display: block;
  color: #898989 !important;
  border: 1px solid #dbdbdb;
  background: #f4f4f4;
  padding: 3px 6px 2px;
  margin: 0 0 4px;
  font-weight: normal !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.button-tabs a:hover {
  background: #dbdbdb;
}
.button-tabs a:hover, .button-tabs a:link, .button-tabs a:visited, .button-tabs a:active {
  text-decoration: none;
}
.button-tabs .active a {
  color: #fafafa !important;
  cursor: default;
  padding: 4px 10px 3px;
  border: none;
  background: #ed1c24;
}

.button-tabs-content > div {
  display: none;
}
.button-tabs-content h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/*--------------------------------
 13.MANAGED IT DEVELOPMENT
--------------------------------*/
.section {
  padding: 40px 0;
  margin-bottom: 40px;
}
.section h3.under {
  color: #898989;
}
.section .custom-li {
  margin: 0;
}
.section .custom-li .sprite {
  width: 16px;
  height: 11px;
  margin-left: -22px;
  margin-top: 9px;
  background-position: -190px 0;
}
.section .custom-li li {
  padding-left: 22px;
}
.section .image {
  width: 100%;
  margin: 0 auto 20px;
}
.section .image img {
  width: 100%;
  max-width: 100%;
}
.section .image.model {
  max-width: 400px;
}
.section li {
  line-height: 24px;
}
.section .table-bordered,
.section .table-bordered th,
.section .table-bordered td {
  border-color: #4f82b9;
}
.section .table-bordered {
  background: white;
  color: #36608e;
}
.section .table-striped tbody > tr:nth-child(odd) > td {
  background: #d3dfed;
}
.section .custom-li {
  padding-left: 30px;
}
.section p, .section .custom-li li {
  margin-bottom: 20px;
  line-height: 24px;
}
.section p a,
.section li a {
  color: #ed1c24;
  font-weight: bold;
}
.section p a:hover,
.section li a:hover {
  color: #404041;
}
.section p a:hover, .section p a:link, .section p a:visited, .section p a:active,
.section li a:hover,
.section li a:link,
.section li a:visited,
.section li a:active {
  text-decoration: none;
}

.development-section {
  background: #f4f4f4;
}

/*--------------------------------
 14. CONTACT
--------------------------------*/
label.error {
  margin-top: -10px;
  font-size: 12px;
  font-style: italic;
  font-weight: lighter;
  color: #ed1c24;
}

.contact-form {
  margin-bottom: 60px;
}
.contact-form form {
  overflow: hidden;
}
.contact-form textarea {
  height: 100px;
}
.contact-form h3 {
  font-style: normal;
  margin-bottom: 0;
}
.contact-form .separator {
  margin-bottom: 10px;
}

/* -----------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------- */
@media (min-width: 1200px) {
  /*--------------------------------
   1.SWIPE SLIDER
  --------------------------------*/
  .services-bar {
    margin-left: 45px;
  }

  .services-list > div {
    width: 400px;
  }

  /*--------------------------------
   2.SERVICES BUTTONS
  --------------------------------*/
  .services-buttons .service {
    padding-left: 50px;
    padding-right: 50px;
  }
}
/* -----------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------- */
@media (max-width: 979px) {
  /*--------------------------------
   1.GLOBAL
  --------------------------------*/
  body {
    font-size: 16px;
    line-height: 26px;
  }

  /*--------------------------------
   2.HEADER MOBILE
  --------------------------------*/
  header {
    padding-bottom: 0;
  }

  .menu {
    margin-top: 20px;
    padding: 10px 14px;
    width: 22px;
    height: 20px;
    background: #404041;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-tap-highlight-color: transparent;
  }
  .menu .bar {
    display: block;
    background: #fafafa;
    height: 4px;
    margin-bottom: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }

  .nav-logo {
    margin: 20px 0;
  }

  .intech-nav {
    width: 100%;
  }

  .hn-collapse {
    display: block;
    margin-top: -600px;
    -webkit-transition: margin-top 0.3s linear;
    -moz-transition: margin-top 0.3s linear;
    -o-transition: margin-top 0.3s linear;
    transition: margin-top 0.3s linear;
  }

  .intech-nav ul {
    display: block;
    overflow: auto;
    margin: 0 0 15px 0;
  }

  .intech-nav li {
    width: 100%;
    margin: 0 0 5px;
  }

  .intech-nav a {
    padding: 10px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .intech-nav a:hover {
    background: #f4f4f4;
  }
  .intech-nav a.active {
    color: #fafafa;
    background: #ed1c24;
  }

  .rect {
    display: none;
  }

  /*--------------------------------
   3.SWIPE SLIDER
  --------------------------------*/
  .swipe-container {
    background-image: url("../images/banner/hero-banner-medium.png");
  }

  .services-bar {
    margin: 0 0 0 20px;
  }

  .services-list {
    width: 88px;
    margin: 10px auto;
  }
  .services-list > div {
    width: 16px;
    margin-right: 8px;
    background: #fafafa;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
  }
  .services-list > div > a {
    overflow: hidden;
    height: 0;
    padding: 4px 0 0 0;
  }
  .services-list > div:hover {
    background: #fafafa;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .services-list > div:last-child {
    margin-right: 0;
  }
  .services-list > .active {
    background: #fafafa;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .services-list > .active:hover {
    background: #fafafa;
  }

  .services-background {
    display: none;
  }

  .swipe-wrap {
    margin-top: -24px;
  }
  .swipe-wrap > div {
    height: 480px;
  }

  .slide-inner {
    padding-top: 40px;
  }

  /*--------------------------------
   4.CERTIFICATIONS
  --------------------------------*/
  .certification {
    height: 34px;
    width: 104px;
  }
  .certification .y1 {
    margin-top: -34px;
  }
  .certification .y2 {
    margin-top: -68px;
  }
  .certification .y3 {
    margin-top: -102px;
  }
  .certification .y4 {
    margin-top: -136px;
  }
  .certification .y5 {
    margin-top: -170px;
  }

  /*--------------------------------
   5.ABOUT GALLERY
  --------------------------------*/
  .about-gallery .full-width {
    width: 228px;
    height: 152px;
  }
  .about-gallery .img-02 {
    margin-top: -152px;
  }
  .about-gallery .img-03 {
    margin-top: -304px;
  }

  /*--------------------------------
   6.FOOTER
  --------------------------------*/
  footer {
    background: #404041;
  }
  footer .intech-nav {
    width: auto;
  }
  footer .intech-nav ul {
    margin-top: 40px;
  }
  footer .intech-nav a:hover {
    background: #333334;
  }
  footer .intech-nav a.active {
    background: #ed1c24;
  }

  /*--------------------------------
   7.SERVICES BUTTONS
  --------------------------------*/
  .services-buttons .span4 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .services-buttons .span4:first-child .service {
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
  }
  .services-buttons .span4:last-child .service {
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .services-buttons .service {
    margin-top: -1px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
/* -----------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
  /*--------------------------------
   1.GLOBAL
  --------------------------------*/
  .outside-container {
    margin-left: -20px;
    margin-right: -20px;
  }

  .inner-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  /*--------------------------------
   2.SWIPE SLIDER
  --------------------------------*/
  .swipe-container {
    background-image: url("../images/banner/hero-banner-small.png");
  }

  .services-bar {
    margin: 0;
  }

  .slide-inner {
    padding-top: 30px;
  }

  .swipe-wrap > div {
    height: 430px;
  }

  .slide-inner p {
    margin-bottom: 5px;
  }

  h3 {
    margin-bottom: 10px;
  }

  h2, h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .separator {
    margin-bottom: 5px;
  }

  .intech-services {
    display: none;
  }

  /*--------------------------------
   3.CERTIFICATIONS
  --------------------------------*/
  .certification {
    height: 69px;
    width: 210px;
    margin-bottom: 10px;
  }
  .certification .y1 {
    margin-top: -69px;
  }
  .certification .y2 {
    margin-top: -138px;
  }
  .certification .y3 {
    margin-top: -207px;
  }
  .certification .y4 {
    margin-top: -276px;
  }
  .certification .y5 {
    margin-top: -345px;
  }

  /*--------------------------------
   4.BORDERED TABS
  --------------------------------*/
  .bordered-tabs {
    margin-bottom: 30px;
  }
  .bordered-tabs li {
    width: 33.333%;
  }
  .bordered-tabs li:first-child a {
    margin-left: -2px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .bordered-tabs li:last-child a {
    margin-right: -2px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .bordered-tabs a {
    width: auto;
  }

  /*--------------------------------
   5.BIOS
  --------------------------------*/
  .bios a {
    margin-bottom: 20px;
  }
  .bios div.row {
    margin-bottom: 0;
  }

  /*--------------------------------
   6.ABOUT MAP
  --------------------------------*/
  .about-map .caption-wrapper {
    margin-top: -64px;
  }

  /*--------------------------------
   7.ABOUT GALLERY
  --------------------------------*/
  .about-gallery {
    margin: 0 -20px 60px -20px;
  }
  .about-gallery .full-width {
    width: 300px;
    height: 200px;
    margin-bottom: 20px;
  }
  .about-gallery .img-02 {
    margin-top: -200px;
  }
  .about-gallery .img-03 {
    margin-top: -400px;
  }

  /*--------------------------------
   8.SERVICES BUTTONS
  --------------------------------*/
  .services-buttons .span4 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .services-buttons .span4:first-child .service {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
  .services-buttons .span4:last-child .service {
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .services-buttons .service {
    padding-left: 20px;
    padding-right: 20px;
    border-left-width: 0;
    border-right-width: 0;
  }

  /*--------------------------------
   9.BUTTON TABS
  --------------------------------*/
  .button-tabs li {
    float: none;
    overflow: hidden;
    margin-bottom: 5px;
  }
}
/* -----------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------- */
@media (max-width: 320px) {
  /*--------------------------------
   1.ABOUT MAP
  --------------------------------*/
  .map-wrapper {
    width: auto;
    margin-left: -12%;
    margin-right: -12%;
  }
}
