em {
    color: #4c9300
}

h2 em {
    font-style: normal;
}

h3 em {
    font-style: normal;
}

/** animated boxes **/
.animBlock {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.animBlock[appear-from="left"] { 
    left: -70%; 
}

.animBlock[appear-from="right"] { 
    right: -70%; 
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.animBlock[appear-from="left1"] { 
    left: -70%; 
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.animBlock[appear-from="behind"] { 
    top: 20px; 
    -ms-transform: scale(0.9,0.9);
    -webkit-transform: scale(0.9,0.9);
    transform: scale(0.9,0.9);
    -webkit-transition: all 1.2s ease-out;
    -moz-transition: all 1.2s ease-out;
    -ms-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -ms-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.animBlock[appear-from="left"].viewed {
  left: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.animBlock[appear-from="right"].viewed {
  right: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.animBlock[appear-from="left1"].viewed {
  left: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.animBlock[appear-from="behind"].viewed {
  top: 0px;
  left: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}

#wordCloud {
  height: 100%;
}

#wordCloud .localFrame {
    width: 886px;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
}

#wordCloud img {
    width: 886px;
    height: 320px;
}

/* Main logo/billboard area ===================================================== */
#section-main {
    /*background-image: url(../img/Body.png);*/
    height: 340px;
    padding-top: 25px;
    padding-bottom: 30px;
}

/* big three: 3 key points ===================================================== */
#section-bigThree {
    height: auto;
}

.bigThree-item {
    display: inline-block;
    width: 30%;
    margin: 10px 1% 0px; 
    vertical-align: top;
}

.bigThree-item a {
    display: block;
    text-decoration: none;
}

.bigThree-item .image a {
    width: 162px;
}

.bigThree-item .image .imageFrame {
    width: 117px;
    height: 157px;
}

.bigThree-item .image .imageFrame .b3BackImg {
    -webkit-transition: all 1.4s ease-out;
    -moz-transition: all 1.4s ease-out;
    -ms-transition: all 1.4s ease-out;
    -o-transition: all 1.4s ease-out;
    transition: all 1.4s ease-out;
}

.bigThree-item .image .imageFrame:hover .b3BackImg {
    -ms-transform: rotate(-1.57rad); /* IE 9 */
    -webkit-transform: rotate(-1.57rad); /* Chrome, Safari, Opera */  
    transform: rotate(-1.57rad);
}

.bigThree-item * {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #2D4447;
}

.bigThree-item img {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* services in more detail ===================================================== */
#section-services {
    height: auto; 
}

#section-services .innerWrapper {
    overflow: visible;
}

.rot {
    width: 92px;
    height: 92px;
    margin-top: -27px;
    margin-left: 5px;
    background-image: url("../img/GearSolid.png");
}

#table4x4 {
    /*margin-top: -40px;*/
    margin-top: 18px;
    overflow: hidden;
}

#table4x4 .thumbnail-inner {
    width: 60px;
    height: 60px;
    cursor: pointer;
}
#table4x4 a {
    text-decoration: none;
    color: #000;
}

#table4x4 a:hover {
    opacity: 0.76;
}


.table4x4Item {
    width: 19%;
    padding: 18px 0px 0px;
    display: inline-block;
}

/* our tech expertise ===================================================== */
#section-techExpertise {
    height: auto;
    background: url("../img/BlurryBack.jpg") no-repeat fixed center center / cover transparent !important
}

#section-techExpertise img {
    margin: 18px 2% 12px;
}

#section-techExpertise .innerWrapper {
    padding: 38px 0px 32px;
}

.owl-item {
    text-align: center;
}

/* The Our Clients section ===================================================== */

#section-ourClients {
    height: auto; 
}

#section-ourClients img {
    margin-right: 8px;
    margin-left: 8px;
    margin-top: 10px;
}

#section-ourClients  p{
    font-size: 20px; 
}

#section-ourClients .innerWrapper {
	max-width: none;
	min-width: 810px;
}

/* The About us  section ===================================================== */
#section-aboutUs {
    height: auto; 
}

#section-aboutUs .innerWrapper{
    height: auto; 
    padding: 0px;
    max-width: none;
}

#section-aboutUs .box {
    float: left;
    width: 33.9%;    /*Not using 34% because of a layout bug in webkit-based renderers. */
    position: relative;
    overflow: hidden;
    color: black;
}

.box .fillContainer h2 {
    vertical-align: middle;
    font-weight: 700;
    font-variant: small-caps;
    z-index: 5;
    width: 100%;
    margin: 0;
}

.box .blue {
    background: #4896d3;
}

.box .orange {
    background: #ffb700;
}

.box .green {
    background: #80bb25;
}

.box .red {
    background: #ff6d43;
}

.box .magenta {
    background: #ac6bac;
}

.box .cyan {
    background: #55e0f1;
}

#section-aboutUs .box.first {
    margin: 0px 0px 0px -1%;
}

#section-aboutUs .box.last {
    margin:0 -1% 0 0;
}

#section-aboutUs .box.first .hover {
    left: 3%;
}

#section-aboutUs .box.active .hover{
  display:inline-block;
}

#section-aboutUs .box img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 3;
}

#section-aboutUs  .box .hover {
    display: none;
    z-index: 4;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    vertical-align: middle;
    text-align: center;
}

#section-aboutUs .box h3 {
    font-weight: 700;
    font-variant: small-caps;
    z-index: 5;
    width: 100%;
    margin-top: 3px;
}

#section-aboutUs .box p {
    margin: 0px 10%;
    font-weight: 500;
    z-index: 5;
}

@media all and (max-width: 959px) {
    .box .fillContainer h2 {
        font-size: 34px;
    }
}

@media all and (max-width: 959px) {
    #section-aboutUs .box h3 {
        font-size: 18px;
    }

    #section-aboutUs .box p {
        font-size: 12px;
    }
}

.topMarginSmall {
    margin-top: 26px;
}

.bottomMarginSmall {
    margin-bottom: 12px;
}

.topMargin {
    margin-top: 42px;
}

.bottomMargin {
    margin-bottom: 36px;
}
