@import url(//fonts.googleapis.com/css?family=Raleway:400,200,100,300,500,600,700,800,900|Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,800);
@font-face {
    font-family: 'Avenir-Black';
    src: url('avenirltstd-black-webfont.eot');
    src: url('avenirltstd-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('avenirltstd-black-webfont.woff') format('woff'),
         url('avenirltstd-black-webfont.ttf') format('truetype'),
         url('avenirltstd-black-webfont.svg#avenir_lt_std95_black') format('svg');
    font-weight:bold;
    font-style: normal;

}

@font-face {
    font-family: 'Avenir-Light';
    src: url('avenirltstd-light-webfont.eot');
    src: url('avenirltstd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('avenirltstd-light-webfont.woff') format('woff'),
         url('avenirltstd-light-webfont.ttf') format('truetype'),
         url('avenirltstd-light-webfont.svg#avenir_lt_std35_light') format('svg');
    font-weight:300;
    font-style:normal;

}

@font-face {
    font-family: 'Avenir';
    src: url('avenirltstd-medium-webfont.eot');
    src: url('avenirltstd-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('avenirltstd-medium-webfont.woff') format('woff'),
         url('avenirltstd-medium-webfont.ttf') format('truetype'),
         url('avenirltstd-medium-webfont.svg#avenir_lt_std65_medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS Document 
----------------------------------------------------*/
html, body {
  overflow-x: hidden;
}

body {
  background: #000;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  text-rendering: optimizelegibility;
}

.avenir {font-family: 'Avenir';}
.avenir-light {font-family: 'Avenir-Light';}
.avenir-Black {font-family: 'Avenir-Black';}

body.prodShears {
  background: #0A0A0A;
}

#grid .mix{
  display: none;
  margin-bottom:15px;
}

a:hover, a:focus {
    text-decoration: none !important;
}

.text-white {color:#fff;}

img.img-responsive.zoom {
  width:100%;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
}

img.img-responsive.zoom:hover {
  -webkit-transform:scale(1.25); /* Safari and Chrome */
  -moz-transform:scale(1.25); /* Firefox */
  -ms-transform:scale(1.25); /* IE 9 */
  -o-transform:scale(1.25); /* Opera */
   transform:scale(1.25);
}

.noPad {padding:0;}

.hideOver {overflow: hidden;}

.btn-group-addon {float:left;line-height:41px;padding:0 15px;}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -2px !important;
}

.no-pad {padding:0;}

.yotpo .yotpo-small-box {display: none !important;}

.thirty3, .thirty4, .one-third  {width:33.33%;float:left;}
.sixty6, .two-thirds {width:66.66%;float:left;}
.fifty {width:50%;float:left;}

.shearImgFooter {
  position:absolute;
  bottom:5px;
  left:30px;
  height:31px;
  width:auto;
  font-size:16px;
  color:#000 !important;
}

.shearImgFooter span {
color:#666;font-size:16px;
}

.accessImgFooter {
  border:2px solid #fff;
  position:absolute;
  bottom:15px;
  left:25px;
  height:31px;
  width:auto;
  font-size:16px;
  color:#fff !important;
  background:rgba(0,0,0,.5);
  padding:0 5px 2px;
}

.accessImgFooter span {
  color:#94C140;font-size:16px;
}

/*
.header{
    width:100%;
    height:115px;
    position:fixed;
    top:0px;
    z-index:998;
}

.header #background{
    background-color:rgba(0,0,0,.75);
    display:none;
    position:absolute;
    top:0px;
    width:100%;
    height:100%;
}
*/

/* default css
----------------------------------------------------*/
.form-control {
  border-radius: 0;
  border: 2px solid #fff;
}

.form-control:focus {
  box-shadow: none;
  border: 2px solid #94C140;
}

.alpha {
  padding-left: 0;
}

.omega {
  padding-right: 0;
}

.font-weight-500 {
  font-weight: 500;
}

.open-sans {
  font-family: "Open Sans";
}

.fa-li {margin-top:5px;}

.btn {border-radius: 0 !important}

.btn-default {
  background: none;
  border: 2px #666 solid;
  font-family: Raleway;
  font-size: 12px;
  font-weight: normal;
  display:inline-block;
  padding:10px;
  cursor:pointer;
  color:#666;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:500;
  -moz-user-select:-moz-none;
  -webkit-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
  -webkit-transition-property:color;
  -webkit-transition-duration:.1s;
  -webkit-transition-timing-function:ease-out;
  -moz-transition-property:color;
  -moz-transition-duration:.1s;
  -moz-transition-timing-function:ease-out;
  -ms-transition-property:color;
  -ms-transition-duration:.1s;
  -ms-transition-timing-function:ease-out;
  -o-transition-property:color;-o-transition-duration:.1s;
  -o-transition-timing-function:ease-out;
  transition-property:color;
  transition-duration:.1s;
  transition-timing-function:ease-out;
}

.btn-inverse {
  background: none;
  border: 2px #fff solid;
  font-family: Raleway;
  font-size: 12px;
  font-weight: normal;
  display:inline-block;
  padding:10px;
  cursor:pointer;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:500;
  -moz-user-select:-moz-none;
  -webkit-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.btn-trans {
  background: rgba(50,50,50,.5);
  border: rgba(50,50,50,.5);
  font-family: Raleway;
  font-size: 12px;
  font-weight: normal;
  display:inline-block;
  text-align: left;
  padding:10px;
  cursor:pointer;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:500;
  -moz-user-select:-moz-none;
  -webkit-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  border-radius: 2px;
  margin-bottom: 5px;
}

.btn-pink {
  background: #EA4C87;
  border: 2px #EA4C87 solid;
  font-family: Raleway;
  font-size: 12px;
  font-weight: normal;
  display:inline-block;
  padding:10px;
  cursor:pointer;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:500;
  -moz-user-select:-moz-none;
  -webkit-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.btn-cs {
  background: #75608B;
  border: 2px #75608B solid;
  font-family: Raleway;
  font-size: 12px;
  font-weight: normal;
  display:inline-block;
  padding:10px;
  cursor:pointer;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:500;
  -moz-user-select:-moz-none;
  -webkit-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.btn-atc {
  background: #94C140;
  border: 2px #86B332 solid;
  font-family: Raleway;
  font-size: 14px;
  display:inline-block;
  padding:5px 10px 5px;
  cursor:pointer;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:bold;
  -moz-user-select:-moz-none;
  -webkit-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.btn-primary {
  color: #428bca;
  background-color:transparent;
  border:2px solid #357ebd;
  -moz-user-select:-moz-none;
  -webkit-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.btn-success {
  color: #5cb85c;
  background-color:transparent;
  border:2px solid #4cae4c;
  -moz-user-select:-moz-none;
  -webkit-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.btn-hanzo {
  color:#fff;
  font-size: 18px;
  background-color:#94C140;
  border:2px solid #86B332;
  -moz-user-select:-moz-none;
  -webkit-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.btn-hanzo:hover {
  color:#333;
  font-size: 18px;
  background-color:#86B332;
  border:2px solid #86B332;
}

.btn-trans:hover {
  color:#fff;
  background-color:#86B332;
}

.btn-lg, .btn-lg:hover {font-size:150%;}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .open .dropdown-toggle.btn-inverse {
  background: #fff;
  border: 2px #fff solid;
  font-family: Raleway;
  font-weight: normal;
  display:inline-block;
  padding:10px;
  cursor:pointer;
  color:#000;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:500;
}

.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .open .dropdown-toggle.btn-pink {
  background: #FD7CA3;
  border: 2px #FD7CA3 solid;
  font-family: Raleway;
  font-weight: normal;
  display:inline-block;
  padding:10px;
  cursor:pointer;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:500;
}

.btn-cs:hover, .btn-cs:focus, .btn-cs:active, .btn-cs.active, .open .dropdown-toggle.btn-cs {
  background: #FD7CA3;
  border: 2px #FD7CA3 solid;
  font-family: Raleway;
  font-weight: normal;
  display:inline-block;
  padding:10px;
  cursor:pointer;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:500;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #94C140;
  background: none;
  border-color: #94C140;
}



.btn:active, .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-more {
  color: #e32235;
  background: url(../images/ico/more.png) no-repeat;
  background-position: right center;
  padding-right: 25px;
}

.btn-more:hover {
  color: #e32235;
}

.input-group .btn {padding:7px 10px 6px;}
.input-group .btn:hover {background: #94C140;border:2px solid #94C140;}
.input-group-lg > .form-control {border-radius: 0;}

.modal-content {
  border-radius: 0;
}

.modal-header {
  min-height: 16.43px;
  padding:10px 15px;
  color:#fff;
  border: 1px solid #2c3e50;
  background: #34495e;
}

h4.modal-title {font-size:24px;}

h1 {
  font-family: Raleway;
  font-size: 88px;
  line-height: 60px;
  font-weight: 100;
}

h2 {
  font-family: Raleway;
  font-size: 54px;
  line-height: 56px;
  font-weight: 200;
}

h3 {
  font-family: Raleway;
  font-size: 68px;
  line-height: 60px;
  font-weight: 100;
}

h4 {
  font-family: Raleway;
  font-size: 34px;
  line-height: 44px;
  font-weight: 200;
}

h5 {
  font-family: Raleway;
  font-size: 20px;
  line-height: 44px;
  font-weight: 600;
}

.fade {
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}

.weight-600 {
  font-weight: 600;
}

.inner-top-bottom-15 {
  padding: 15px 0;
}

.inner-top-bottom-180 {
  padding: 180px 0;
}

.inner-top-bottom-42 {
  padding: 42px 0;
}

.inner-top-bottom-62 {
  padding: 62px 0;
}

.align-l {
  text-align: left;
}

.align-c {
  text-align: center;
}

.align-r {
  text-align: right;
}

.pull-down-20 {
  margin-top: 20px;
}

.pull-down-30 {
  margin-top: 30px;
}

.pull-down-62 {
  margin-top: 62px;
}

.push-down-20 {
  margin-bottom: 20px;
}

.push-down-30 {
  margin-bottom: 30px;
}

.push-down-62 {
  margin-bottom: 62px;
}

.push-down-82 {
  margin-bottom: 82px;
}

.img-responsive {
  min-width: 100%;
}

.no-margin {
  margin: 0 !important;
}

.relative {
  position: relative;
}

/* menu
----------------------------------------------------*/
.row-offcanvas {
  position: relative;
}

.row-offcanvas-right .sidebar-offcanvas {
  right: -285px;
  padding-left: 2px;
  z-index: 999;
  -webkit-transition: right 3s ease-in;
  -most-transition: right 3s ease-in;
  transition: right 3s ease-in;
}

.row-offcanvas .close_menu {
  border: 1px #222524 solid;
  cursor: pointer;
  padding: 0px 10px 0px 10px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
}

.row-offcanvas .close_menu:hover {
  text-decoration: none;
}

.sidebar-offcanvas {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #111212;
  width: 300px;
}

.btn-menu {
  position:fixed;
  top:25px;
  right:25px;
  z-index:999;
}


 .btn-menu span {
  font-size: 16px;
  color:#fff;
  display: block;
  cursor: pointer;
  font-family: Avenir;
}

.row-offcanvas .list-group-holder {
  width: 300px;
  margin-bottom: 0;
  position: relative;
}

.row-offcanvas .list-group-holder .menu-logo {
  text-align: center;
  display: block;
  padding: 41px 0 24px 0;
}

.list-group {margin-top:10px;padding-top:15px;}

.list-group-item {
  position: relative;
  padding: 4px 2px 0px;
  background: none;
  border: none;
  color: #fff !important;
  margin: 0 35px 0 35px;
  font-family: Avenir;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: normal;
}

.cart {
  position:relative;
  top:0;
  margin: 25px 35px 0px;
}

.cart_count {
  position: absolute;
  left: 25px;
  top: 7px;
  background-color: #B2D340;
  padding: 1px 4px 0px;
  border-radius: 4px;
  color: #000 !important;
  font-size: 11px;
  font-family: "Arial","Helvetica",sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #111212;
  border-left: 1px solid #111212;
  line-height: 15px;
  text-align: center;
}

.btn:hover .cart_count {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background: none;
  color: #B2D340 !important;
}

a.list-group-item:active, a.list-group-sub-item:hover, a.list-group-sub-item:focus {
  z-index: 2;
  color: #B2D340;
  background: none;
}

a.list-group-sub-item {
  position: relative;
  padding: 2px 2px 1px;
  background: none;
  border: none;
  color: #8d8d8d !important;
  margin: 0 35px 0 35px;
  font-family: Raleway;
  font-size: 13px;
  letter-spacing: 1px
  font-weight: normal;
  display: block;
}

a.list-group-sub-item:hover, a.list-group-sub-item:focus {
  text-decoration: none;
  background: none;
}

.row-offcanvas .touch {
  padding-left: 37px;
  font-family: Avenir-Light;
  font-size: 16px;
  font-weight: normal;
  color: #8d8d8d;
}

.row-offcanvas .social {
  padding-left: 35px;
}

.row-offcanvas .socialbtn {
  width: 54px;
  height: 38px;
  display: inline-block;
  padding-top: 5px;
  text-align: center;
  border-radius: 3px;
  background: rgba(204, 204, 204, 0.2);
  color: #fff;
  font-size: 22px;
}

.row-offcanvas .socialbtn:hover {
  background: rgba(90, 220, 157, 0.8);
}

p.call {color:#fff;font-size:16px;margin:5px 35px;}

/* banner
----------------------------------------------------*/
.banner {
  position: relative;
  text-align: center;
  color: #fff;
  min-height: 700px;
}

.banner .top {
  position: absolute;
  width: 100%;
  top: 48%;
  height: 276px;
  margin-top: -276px;
}

.banner .container {
  position: absolute;
  width: 100%;
  top: 49%;
}

.logo {
  position:fixed;
  top:35px;
  left:35px;
  width:250px;
  height:50px;
  z-index:999;
}

.banner h1 {
  top: 129px;
}

.banner .title {
  font-family: Raleway;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 30px;
  top: 225px;
}

.banner .scroll_down {
  position: absolute;
  width: 100%;
  bottom: 55px;
}

.banner .scroll_down a {
  background: url(../images/ico/scroll_down.png) no-repeat;
  width: 22px;
  height: 52px;
  text-indent: -5000px;
  display: inline-block;
}

.banner .carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.banner .carousel-fade .carousel-inner .active {
  opacity: 1;
}

.banner .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.banner .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.banner .carousel-fade .carousel-control {
  z-index: 2;
}

.banner .scroll_down, .banner .title, .banner h1 {
  opacity: 1;
  z-index: 22;
  position: absolute;
  width: 100%;
}

.banner .carousel-caption {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.carousel-caption {
  text-shadow:none;
}

.banner .carousel-inner > .item {
  background-size: cover;
  background-position: center;
  min-height: 700px;
}

.banner .carousel-indicators {
  bottom: 162px;
}

.banner .carousel-indicators li {
  display: inline-block;
  width: 46px;
  height: 4px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #615b57;
  border: 1px solid #615b57;
  border-radius: 10px;
}

.banner .carousel-indicators .active {
  width: 46px;
  height: 4px;
  margin: 1px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.HHBadge {
  width: 54px;
  height: 56px;
  border: solid 3px #fff;
  background: transparent;
  border-radius: 10px;
  display: block;
  margin: 0 auto 5px;
}
.HHBadgeHH {
  background: #fff;
  height: 18px;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #959595;
  letter-spacing: 1px;
  text-shadow: none;
}
.HHBadgeModel {
  font-size: 22px;
  font-weight: normal;
  color: #fff;
  line-height: 32px;
  text-align: center;
  letter-spacing: -2px;
  text-shadow: none;
}
.clear {clear:both !important;}
/* welcome
----------------------------------------------------*/
.welcome {
  text-align: center;
  background: #94C140;
  color: #fff;
}

.welcome h3 {
  padding: 98px 0 0 0;
}

.welcome h4 {
  padding: 0 0 173px 0;
}

/* what we do
----------------------------------------------------*/
.whatwedo {
  background: #fff;
  text-align: center;
  padding: 0 0 121px 0;
}

.whatwedo p {
  color: #606369;
}

.whatwedo .digitalsolutions {
  margin-top: -238px;
  height: 769px;
  position: relative;
  background: url(../images/digital-solutions1.png) no-repeat;
  background-size: 95% auto;
}

.whatwedo .digitalsolutions .bg2 {
  background: url(../images/digital-solutions2.png) no-repeat;
  display: block;
  height: 100%;
  background-size: 95% auto;
}

.whatwedo .line span {
  background: #e5e5e5;
  display: inline-table;
  width: 170px;
  height: 2px;
}

.whatwedo h4 {
  color: #94C140;
  margin: 34px 0 34px 0;
}

.whatwedo .chart {
  position: relative;
  display: inline-block;
  width: 191px;
  height: 191px;
  margin-top: 34px;
  margin-bottom: 34px;
  text-align: center;
}

.whatwedo .chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.whatwedo .percent {
  display: inline-block;
  line-height: 191px;
  z-index: 2;
  font-size: 64px;
  font-family: Raleway;
  font-weight: 200;
  color: #c8c8c8;
}

.whatwedo .percent:after {
  content: '%';
  margin-left: 0.1em;
}

.whatwedo .angular {
  margin-top: 100px;
}

.whatwedo .angular .chart {
  margin-top: 0;
}

/* work process
----------------------------------------------------*/
.workprocess {
  text-align: center;
  min-height: 820px;
  background: url(../images/bg_workprocess.jpg) no-repeat center;
  background-size: cover;
}

.workprocess h3 {
  color: #fff;
}

.workprocess h4 {
  color: #94C140;
  margin: 34px 0 34px 0;
}

.workprocess .nav-tabs {
  border-bottom: 1px solid #79807c;
  margin-top: 30px;
}

.workprocess .nav-tabs > li {
  width: 16%;
}

.workprocess .nav-tabs > li > a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  padding: 10px 0 20px 0;
}

.workprocess .nav-tabs > li > a:hover {
  border-color: transparent;
  background: none;
}

.workprocess .nav-tabs > li > a img {
  margin-left: 3px;
}

.workprocess .nav-tabs > li > a:hover:after, .workprocess .nav-tabs > li.active > a:after {
  content: "";
  position: absolute;
  bottom: 5px;
  margin: 0 0 -5px -4px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #79807c;
}

.workprocess .nav-tabs > li.active > a, .workprocess .nav-tabs > li.active > a:hover, .workprocess .nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}

.workprocess .nav-tabs > li > a i.fa {
  font-size: 68px;
  color: #fff;
}

.workprocess .tab-content {
  text-align: justify;
  color: #fff;
  padding: 10px 100px 0 100px;
  position: relative;
}

.workprocess .button-previous {
  left: 1px;
  margin-left: 0px;
  top: 78px;
  width: 42px;
  height: 50px;
  border: 2px #cacaca solid;
  display: block;
  position: absolute;
  border-radius: 0;
  cursor: pointer;
}

.workprocess .button-previous:hover {
  border: 2px #94C140 solid;
}

.workprocess .button-previous:hover:before {
  border: 2px #94C140 solid;
  border-right: none;
  border-top: none;
}

.workprocess .button-previous:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 14px;
  z-index: 1026;
  width: 11px;
  height: 11px;
  border: 2px solid #cacaca;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: none;
  border-top: none;
}

.workprocess .button-next {
  right: 1px;
  top: 78px;
  width: 42px;
  height: 50px;
  border: 2px #cacaca solid;
  display: block;
  position: absolute;
  cursor: pointer;
  border-radius: 0;
}

.workprocess .button-next:hover {
  border: 2px #94C140 solid;
}

.workprocess .button-next:hover:before {
  border: 2px #94C140 solid;
  border-left: none;
  border-bottom: none;
}

.workprocess .button-next:before {
  content: "";
  position: absolute;
  top: 17px;
  right: 14px;
  z-index: 1026;
  width: 11px;
  height: 11px;
  border: 2px solid #cacaca;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: none;
  border-bottom: none;
}

.pointer {cursor:pointer!important;}

/* features
----------------------------------------------------*/
.features {
  text-align: center;
  background: #fff;
}

.features .bg {
  background: #94C140;
  color: #fff;
  padding: 118px 0 228px 0;
}

.features .nav-tabs {
  border-bottom: none;
  margin-top: -115px;
}

.features .nav-tabs > li {
  width: 16.30%;
}

.features .nav-tabs > li > a img {
  width: 75px;
  margin-left: 3px;
}

.features .nav-tabs > li > a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  padding: 10px 0 0 0;
  height: 115px;
  background-repeat: no-repeat;
  background-position: center;
}

.features .nav-tabs > li > a:hover {
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #fff;
}

.features .nav-tabs > li > a:hover {
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #2cbd77;
}

.features .nav-tabs > li.active > a, .features .nav-tabs > li.active > a:hover, .features .nav-tabs > li.active > a:focus {
  color: #000;
  cursor: default;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}

.features .nav-tabs > li:nth-child(1) > a {
  background-image: url(../images/ico/f_tab_1.png);
}

.features .nav-tabs > li:nth-child(1).active > a {
  background-image: url(../images/ico/f_tab_1_h.png);
}

.features .nav-tabs > li:nth-child(2) > a {
  background-image: url(../images/ico/f_tab_2.png);
}

.features .nav-tabs > li:nth-child(2).active > a {
  background-image: url(../images/ico/f_tab_2_h.png);
}

.features .nav-tabs > li:nth-child(3) > a {
  background-image: url(../images/ico/f_tab_3.png);
}

.features .nav-tabs > li:nth-child(3).active > a {
  background-image: url(../images/ico/f_tab_3_h.png);
}

.features .nav-tabs > li:nth-child(4) > a {
  background-image: url(../images/ico/f_tab_4.png);
}

.features .nav-tabs > li:nth-child(4).active > a {
  background-image: url(../images/ico/f_tab_4_h.png);
}

.features .nav-tabs > li:nth-child(5) > a {
  background-image: url(../images/ico/f_tab_5.png);
}

.features .nav-tabs > li:nth-child(5).active > a {
  background-image: url(../images/ico/f_tab_5_h.png);
}

.features .nav-tabs > li:nth-child(6) > a {
  background-image: url(../images/ico/f_tab_6.png);
}

.features .nav-tabs > li:nth-child(6).active > a {
  background-image: url(../images/ico/f_tab_6_h.png);
}

.features .tab-content {
  background: url(../images/featured_tab_bg.jpg) no-repeat right center;
  text-align: justify;
  color: #606369;
  padding-bottom: 20px;
  margin: 20px 0 40px 0;
  font-size: 18px;
  font-family: Open Sans;
  font-weight: 300;
  line-height: 38px;
  min-height: 709px;
}

.features .tab-content h4 {
  margin-top: 40px;
  color: #000;
}

.features .tab-content .line span {
  height: 2px;
  width: 40px;
  display: block;
  background: #94C140;
  margin: 20px 0 20px;
}

.features .tab-content p {
  margin-bottom: 50px;
}

.features .btn {
  margin-top: -10px;
}

.features .button-previous {
  display: none;
}

.features .button-next {
  display: none;
}

/* what we've done
----------------------------------------------------*/
.whatwedone {
  text-align: center;
  position: relative;
  background: url(../images/bg_portfolio.jpg) no-repeat center;
  background-size: cover;
}

.whatwedone h3 {
  color: #fff;
  margin-top: 129px;
}

.whatwedone h4 {
  color: #94C140;
  margin: 34px 0 100px 0;
}

#portfolioSlider {
  position: relative;
}

#portfolioSlider .carousel-inner {
  margin: 0 -5px 0 -5px;
  position: relative;
  width: auto;
  overflow: hidden;
}

#portfolioSlider .carousel-inner > .item {
  background-position: center bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  max-height: 656px;
}

.whatwedone .glyphicon-chevron-right:before {
  content: "";
  position: absolute;
  top: 137px;
  right: 16px;
  z-index: 1026;
  width: 46px;
  height: 47px;
  border: 4px solid rgba(150, 150, 150, 0.4);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: none;
  border-bottom: none;
}

.whatwedone .glyphicon-chevron-left:before {
  content: "";
  position: absolute;
  top: 137px;
  left: 16px;
  z-index: 1026;
  width: 46px;
  height: 47px;
  border: 4px solid rgba(150, 150, 150, 0.4);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: none;
  border-top: none;
}

/* recent design work
----------------------------------------------------*/
.instaSlider .carouseltop {
  background: #7f8c8d;
  padding: 45px 0 40px 0;
}

.instaSlider .portfolio-item {
  cursor: pointer;
}

.instaSlider .carouseltop .title {
  text-align: center;
  font-family: Raleway;
  font-size: 38px;
  line-height: 60px;
  font-weight: 200;
}

.instaSlider .carouseltop .left {
  margin-top: 14px;
  width: 70px;
  height: 31px;
  border: 2px #cacaca solid;
  display: block;
  position: relative;
  cursor: pointer;
}

.instaSlider .carouseltop .left:hover {
  border: 2px #94C140 solid;
}

.instaSlider .carouseltop .left:hover:before {
  border: 2px #94C140 solid;
  border-right: none;
  border-top: none;
}

.instaSlider .carouseltop .left:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 14px;
  z-index: 1026;
  width: 11px;
  height: 11px;
  border: 2px solid #cacaca;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: none;
  border-top: none;
}

.instaSlider .carouseltop .right {
  float: right;
  margin-top: 14px;
  width: 70px;
  height: 31px;
  border: 2px #cacaca solid;
  display: block;
  position: relative;
  cursor: pointer;
}

.instaSlider .carouseltop .right:hover {
  border: 2px #94C140 solid;
}

.instaSlider .carouseltop .right:hover:before {
  border: 2px #94C140 solid;
  border-left: none;
  border-bottom: none;
}

.instaSlider .carouseltop .right:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 14px;
  z-index: 1026;
  width: 11px;
  height: 11px;
  border: 2px solid #cacaca;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: none;
  border-bottom: none;
}

.instaSlider .carouselbottom {
  background: #7f8c8d;
}

.instaSlider .allprojects {
  padding: 50px 0 40px;
  background: #fff;
}

#rdw {
  position: relative;
}

/* carousel */
#rdw .item {
  margin: 0px;
  position: relative;
}

#rdw .item .owlcaption {
  display: none;
  margin: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #5adc9d;
  color: #fff;
  font-size: 18px;
  opacity: 0.9;
}

#rdw .item .owlcaption .heart {
  top: 40%;
  position: relative !important;
}

.extra {display:block;}

#rdw .item .owlcaption .heart i, #rdw .item .owlcaption .view i {
  font-size: 24px;
  margin: 0 9px 0 10px;
}

#rdw .item .owlcaption .view {
  right: 50%;
  margin-right: -65px;
  color: #fff;
  opacity: 1;
  top: 50%;
  margin-top: -26px;
  position: absolute;
}

#rdw .item img {
  display: block;
  width: 100%;
  height: auto;
}

/* call to action
----------------------------------------------------*/
.calltoaction {
  text-align: center;
  padding-bottom: 60px;
  background: url(../images/bg_calltoaction.jpg) no-repeat center;
  background-size: cover;
}

.calltoaction h3 {
  color: #fff;
  margin-top: 58px;
}

.calltoaction h4 {
  color: #94C140;
  margin: 34px 0 34px 0;
}

/* happy customers
----------------------------------------------------*/

.happycustomers {
  background: #34495e;
  padding:0px 25px 0px;
  position: relative;
}

/* contact
----------------------------------------------------*/
.contact {
  text-align: center;
  color: #fff;
  min-height: 950px;
}
.contact.photography a {
  color: #cf2b2b;
}
.contact.photography a:hover {
  color: #831b1b;
}

.contact a {
  color: #94C140;
}

.contact h3 {
  margin-top: 102px;
}

.contact h4 {
  color: #94C140;
  margin: 34px 0 55px 0;
}

.contact p a.phone_number {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
}

.contact p a.mail_link {
  font-family: Open Sans;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}

.contact .socialbtn {
  width: 61px;
  height: 48px;
  display: inline-block;
  padding-top: 8px;
  text-align: center;
  border-radius: 3px;
  background: rgba(204, 204, 204, 0.2);
  color: #fff;
  font-size: 26px;
  position: relative;
  cursor: pointer;
}

.contact .socialbtn:hover, .contact .socialbtn.active {
  background: rgba(90, 220, 157, 0.8);
}

.contact .socialbtn.active:after {
  content: "";
  position: absolute;
  bottom: -3px;
  margin: 0 0 -5px -4px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(90, 220, 157, 0.8);
}

.contact i.contactico {
  height: 100px;
  padding-top: 25px;
  display: block;
}

.contact .line {
  margin: 35px 0 84px 0;
}

.contact .line span {
  background: #e5e5e5;
  display: inline-table;
  width: 170px;
  height: 2px;
}

.contact .copyinfo {
  margin-top: 30px;
}

.contact .copyinfo a {
  color: #fff;
}

.contact .cform {
  margin-top: 40px;
  display: none;
}

.contact .form-control {
  color: #555555;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: none;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-radius: 0px;
}

.contact .btn {
  margin-top: 20px;
  border: 1px solid rgba(204, 204, 204, 0.3);
}

.contact-form .help-block {
  font-size: 12px;
  color: #fff;
}
.contact-form .text-info {
  font-size: 13px;
  color: #FFF;
  padding: 10px 0;
}

/* Product Pages
----------------------------------------------------*/

.prodTitle {
  margin-top:10px;
  padding:10px 25px;
  color:white;
  line-height: 36px;
  text-align: center;
}

.prodPrice {
  font-family: 'Avenir';
  font-size:18px;
  text-align: center;
   margin-bottom: -5px !important;
}

.prodDesc {font-size:15px;line-height: 25px;color:#fff;}

.featDesc {font-size:18px;line-height:28px;color:#fff;}

.prodImg {margin-top:-75px;}

.panel, .well {border-radius: 0;}

h3.panel-title {font-size:24px;text-transform:uppercase;letter-spacing:2px;}

span.panel-title {font-size:20px;text-transform:uppercase;letter-spacing:2px;}

.panel-group .panel {
    border-radius: 0;
}

/* Footer
----------------------------------------------------*/

ul.footlinks li {
  list-style-type: none;
  list-style-position: inside;
  font-size: 12px;
  border: 2px solid rgba(255,255,255,0);
  padding:0 7px;
  -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

ul.footlinks li:hover {
  border: 2px solid rgba(255,255,255,100);
}

ul.footlinks li:hover a {
  color:#fff;
}

/* media queries
----------------------------------------------------*/
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}
@media (max-width: 400px) {

.shearImgFooter {
  position:absolute;
  bottom:0px;
  left:20px;
  height:15px;
  width:auto;
  font-size:12px;
  color:#000 !important;
}

.shearImgFooter span {
color:#666;font-size:14px;
}

.shearImgFooter img {
display:none;
width:auto;
height:50%;
}

.accessImgFooter {
  border:1px solid #fff;
  position:absolute;
  bottom:10px;
  left:20px;
  height:14px;
  width:auto;
  font-size:9px;
  line-height: 12px;
  color:#fff !important;
  background:rgba(0,0,0,.5);
  padding:0 2px 0;
}

.accessImgFooter span {
  color:#94C140;font-size:9px;
}

  .banner .title {
    top: 204px;
  }

  .btn-group-addon {
    float:none;
    line-height:41px;
    padding:0 15px;
    clear:both;
    }

/* .btn-group .btn {
  padding:5px 3px;
} */

  .welcome h4 {
    padding: 0 0 74px 0 !important;
  }

  .features .nav-tabs > li {
    width: 100px !important;
    margin-left: -50px !important;
  }

  .happycustomers .nav-tabs > li {
    width: 100px !important;
    margin-left: -50px !important;
  }

  .happycustomers .button-previous, .happycustomers .button-next {
    bottom: 76px !important;
  }
}
@media (max-width: 768px) {

.btn-atc {
  margin-top: 0;
  width:100%;
  padding:7px 10px 7px;
  letter-spacing: 0px;
  font-size: 12px;
}

.logo {
  width:50px;
  height:50px;
  overflow: hidden;
}

  .contact {
    background-size: cover;
  }

  .btn-default {
    padding: 10px 27px 10px 27px;
  }

  h1 {
    font-size: 43px;
  }

  h2 {
    font-family: Raleway;
    font-size: 34px;
    line-height: 36px;
    font-weight: 200;
  }

  /* Product Pages
----------------------------------------------------*/

.prodTitle {
  margin-top:10px;
  line-height: 30px;
}

.prodPrice {
  font-size:16px;
  margin-bottom: 0px !important;
}

.prodImg {margin-top:-50px; margin-bottom: 0px}

  h3 {
    font-family: Raleway;
    font-size: 48px;
    line-height: 40px;
    font-weight: 100;
  }

  h4 {
    font-family: Raleway;
    font-size: 24px;
    line-height: 34px;
    font-weight: 200;
  }

  h5 {
    font-family: Raleway;
    font-size: 15px;
    line-height: 34px;
    font-weight: 600;
  }

  .workprocess h5 {
    font-family: Raleway;
    font-size: 31px;
    line-height: 34px;
    text-align: left;
    font-weight: 600;
  }

  .workprocess .nav-tabs > li > a:hover:after, .workprocess .nav-tabs > li.active > a:after {
    display: none;
  }

  .workprocess .nav-tabs {
    position: relative;
    height: 118px;
  }

  .workprocess .nav-tabs > li {
    width: 100%;
    position: absolute;
  }

  .workprocess .nav-tabs > li > a img {
    color: #fff;
    opacity: 0;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
  }

  .workprocess .nav-tabs > li.active > a img {
    color: #fff;
    opacity: 1;
  }

  .workprocess .tab-content {
    padding: 10px 0px 0 0px;
    text-align: left;
  }

  .workprocess .button-previous {
    top: -93px;
  }

  .workprocess .button-next {
    top: -93px;
  }

  .whatwedo .digitalsolutions {
    height: 500px;
    margin-top: -132px;
  }

  .welcome h4 {
    padding: 0 0 94px 0 !important;
  }

  .features .tab-content {
    background: none;
  }

  .features .bg {
    padding: 118px 0 128px 0;
  }

  .features .nav-tabs {
    position: relative;
    height: 100px;
  }

  .features .nav-tabs > li {
    width: 200px;
    position: absolute;
    margin-left: -100px;
    left: 50%;
  }

  .features .nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    padding: 7px 0 10px 0;
    height: 116px;
    background-size: 50%;
    color: #fff;
    opacity: 0;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
  }

  .features .nav-tabs > li.active > a {
    color: #fff;
    opacity: 1;
  }

  .features .tab-content {
    padding: 10px 0px 0 0px;
    position: relative;
    text-align: left;
  }

  .features .button-previous {
    display: block;
    left: 32px;
    margin-left: 0px;
    top: -96px;
    width: 42px;
    height: 50px;
    border: 2px #fff solid;
    display: block;
    position: absolute;
    border-radius: 0;
    cursor: pointer;
  }

  .features .button-previous:hover {
    border: 2px #000 solid;
  }

  .features .button-previous:hover:before {
    border: 2px #000 solid;
    border-right: none;
    border-top: none;
  }

  .features .button-previous:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 14px;
    z-index: 1026;
    width: 11px;
    height: 11px;
    border: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: none;
    border-top: none;
  }

  .features .button-next {
    display: block;
    right: 32px;
    top: -96px;
    width: 42px;
    height: 50px;
    border: 2px #fff solid;
    display: block;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
  }

  .features .button-next:hover {
    border: 2px #000 solid;
  }

  .features .button-next:hover:before {
    border: 2px #000 solid;
    border-left: none;
    border-bottom: none;
  }

  .features .button-next:before {
    content: "";
    position: absolute;
    top: 17px;
    right: 14px;
    z-index: 1026;
    width: 11px;
    height: 11px;
    border: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
  }

  /*
  .happycustomers .nav-tabs > li.active > a { padding:0px 2px 0px 2px; margin-top:0px;}
  .happycustomers .nav-tabs > li.active > a img { width:100%;}
  .happycustomers .nav-tabs > li.active > a:after {width: 100%;}
  */
  .happycustomers .nav-tabs {
    position: relative;
    height: 150px;
  }

  .happycustomers .nav-tabs > li {
    width: 192px;
    position: absolute;
    margin-left: -96px;
    left: 50%;
    opacity: 0;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
  }

  .happycustomers .nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    padding: 0;
    color: #fff;
  }

  .happycustomers .nav-tabs > li.active {
    opacity: 1;
  }

  .happycustomers .nav-tabs > li.active > a {
    padding: 0;
    margin-top: 0px;
    opacity: 1;
  }

  .happycustomers .nav-tabs > li > a img {
    width: 100%;
    margin-left: 0;
  }

  .happycustomers .nav-tabs > li.active > a img {
    width: 100%;
  }

  .happycustomers .nav-tabs > li.active > a:after {
    width: 100%;
  }

  .happycustomers .button-previous {
    left: 32px;
    margin-left: 0px;
    bottom: 37px;
    width: 42px;
    height: 50px;
    border: 2px #94C140 solid;
    display: block;
    position: absolute;
    border-radius: 0;
    cursor: pointer;
  }

  .happycustomers .button-previous:hover {
    border: 2px #000 solid;
  }

  .happycustomers .button-previous:hover:before {
    border: 2px #000 solid;
    border-right: none;
    border-top: none;
  }

  .happycustomers .button-previous:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 14px;
    z-index: 1026;
    width: 11px;
    height: 11px;
    border: 2px solid #94C140;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: none;
    border-top: none;
  }

  .happycustomers .button-next {
    display: block;
    right: 32px;
    bottom: 37px;
    width: 42px;
    height: 50px;
    border: 2px #94C140 solid;
    display: block;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
  }

  .happycustomers .button-next:hover {
    border: 2px #000 solid;
  }

  .happycustomers .button-next:hover:before {
    border: 2px #000 solid;
    border-left: none;
    border-bottom: none;
  }

  .happycustomers .button-next:before {
    content: "";
    position: absolute;
    top: 17px;
    right: 14px;
    z-index: 1026;
    width: 11px;
    height: 11px;
    border: 2px solid #94C140;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
  }

  #portfolioSlider .carousel-inner > .item {
    height: 250px !important;
  }

  .instaSlider .carouseltop .title {
    font-size: 20px;
  }

  .banner .container {
    top: 42%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {

  .btn-atc {
  font-size: 10px;
  line-height: 20px;
}


.prodImg {margin-top:0; margin-bottom: -25px}

  .features .tab-content {
    background: none;
  }

  .features .nav-tabs > li > a {
    padding: 22px 0 22px 0;
  }

  .features .nav-tabs > li > a img {
    width: 70px;
    color: #fff;
  }

  #portfolioSlider .carousel-inner > .item {
    height: 350px !important;
  }

  .whatwedo .digitalsolutions {
    height: 500px;
  }

  .happycustomers .nav-tabs > li {
    width: 12%;
  }

  .happycustomers .nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    padding: 0px 2px 0px 2px;
    color: #fff;
  }

  .happycustomers .nav-tabs > li > a img {
    width: 100%;
  }

  .happycustomers .nav-tabs > li.active > a {
    padding: 0px 2px 0px 2px;
    margin-top: 0px;
  }

  .happycustomers .nav-tabs > li.active > a img {
    width: 100%;
  }

  .happycustomers .nav-tabs > li.active > a:after {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .features .tab-content {
    margin-right: -300px;
    min-height: 823px;
  }

  .features .tab-content .tab-pane {
    margin-left: -300px;
  }

  .happycustomers .nav-tabs > li {
    width: 12.0%;
  }

  .happycustomers .nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    padding: 0px 2px 0px 2px;
    color: #fff;
  }

  .happycustomers .nav-tabs > li > a img {
    width: 100%;
  }

  .happycustomers .nav-tabs > li.active > a {
    padding: 0px 2px 0px 2px;
    margin-top: 0px;
  }

  .happycustomers .nav-tabs > li.active > a img {
    width: 100%;
  }

  .happycustomers .nav-tabs > li.active > a:after {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .features .tab-content {
    margin-right: -150px;
  }

  .features .tab-content .tab-pane {
    margin-left: -150px;
  }
}
@media (min-height: 820px) {
  .banner h2 {
    padding-top: 10px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 992px) {

  .responsive-center {
    text-align: center;
  }

  .responsive-inline-block {
    display: inline-block;
  }

  .photography .navigation-holder ul.navigation {
    display: none;
    padding-left: 0;
  }
  .photography .navigation-holder ul.navigation li {
    display: block;
    text-align: left;
  }
  .photography .navigation-holder ul.navigation li a {
    border-bottom: 2px solid #fff;
  }
  .photography .navigation-holder ul.navigation li a:hover, .photography .navigation-holder ul.navigation li a.active {
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 5px;
  }
  .photography .open-navigation {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 5px;
  }
  .photography .open-navigation a {
    color: #333;
    font-size: 22px;
  }
  .photography .portfolio-filter li {
    display: block;
    text-align: center;
  }
  .photography .portfolio-filter li a:before {
    content: '';
    margin: 0;
  }

  .features .feature .over-image {
    position: relative;
    margin-bottom: 5px;
    left: 0;
    top: 0;
  }

  .faces {
    float: left;
    width: 100%;
  }
  .faces ul {
    list-style: none;
    display: table;
    width: 100%;
    border-bottom: 1px solid #CCC;
  }
  .faces ul li {
    display: table-cell;
    margin: 0;
    width: 33%;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  .faces ul li.active img {
    padding: 6px;
    background: #000;
  }

  .faces-content {
    float: left;
    width: 100%;
    background: #F8F8F6;
  }
  .faces-content .half {
    float: left;
    width: 100%;
  }
  .faces-content .half img {
    min-width: 100%;
    padding-right: 0;
  }
  .faces-content .half h4 {
    margin-top: 20px;
  }
  .faces-content .half h5 {
    margin: 0;
  }
  .faces-content .half.data {
    padding: 12px;
  }

  .faces-social {
    width: 100%;
    max-height: 66px;
    float: left;
    border: 1px solid #EAEAEA;
    background: #FFF;
  }
  .faces-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
  }
  .faces-social ul li {
    display: table-cell;
    width: 20%;
  }
  .faces-social ul li a {
    display: block;
    text-align: center;
    padding: 17px 15px;
    border-right: 1px solid #EAEAEA;
    border-bottom: none;
    font-size: 29px;
    color: #818181;
  }
}

.light {color:rgba(255,255,255, .75) !important;}
.dark {color:rgba(0,0,0, .75) !important;}

.soFancy {display:inline-block;width:auto;line-height:12px;padding:0 10px;}

h3.footh3 {font-size:24px;line-height:30px;margin-bottom:35px;}

@media only screen and (max-width: 767px) {

  .soFancy span {vertical-align: top !important;}

  .thirty3 {width:100%;float:none;}
  .sixty6 {width:100%;float:none;}
  .thirty4 {width:100%;float:none;}
    
    /* Force table to not be like tables anymore */
  #no-more-tables table, 
  #no-more-tables thead, 
  #no-more-tables tbody, 
  #no-more-tables th, 
  #no-more-tables td, 
  #no-more-tables tr { 
    display: block; 
  }
 
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  #no-more-tables td { 
    /* Behave  like a "row" */
    border: none;
    position: relative;
    white-space: normal;
    text-align:left;
  }
 
  /*
  Label the data
  */
  #no-more-tables td:before { content: attr(data-title); }
}

/* RESPONSIVE TEXT 
============================================== */

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}

/* END RESPONSIVE TEXT 
============================================== */

