h1 {
    margin: 20px 0px 15px;
    font: 400 38px/1 "Segoe UI","Trebuchet MS",Arial,sans-serif;
}

.innerWrapperEx {
  min-width: 800px;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 0px 20px;
  height: auto;
  overflow: hidden;
}

.sectionPad {
  padding-left: 20px;
  padding-right: 20px;
}

#section-company {
  padding-left: 16px;  
}

#section-company h1 {
  font-variant: small-caps;
  text-transform: lowercase;
  margin-top: 0px;
}

#section-facts {
  color: #f2e6fe; 
  background: transparent url("../img/BlueBack.jpg") repeat scroll center center / auto 100%;
}

#section-facts .innerWrapperEx {
  padding: 74px 0px 88px;
}

#section-facts .topBorder {
  height: 10px;
}

#section-facts .thinBorder1 {
  height: 4px;
}

#section-facts .lightBorder1 {
  height: 6px;
}

#section-facts .thinBorder2 {
  height: 8px;
}

#section-facts .lightBorder2 {
  height: 5px;
}

#section-facts .bottomBorder {
  /* height: 16px; */
  height: 10px;
}

#section-facts .topBorder,
#section-facts .thinBorder1,
#section-facts .thinBorder2,
#section-facts .bottomBorder {
  background: #0C385F;
}

#section-facts .lightBorder1,
#section-facts .lightBorder2 {
  background: rgba(255,255,255,0.05);
}

#section-facts ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#section-facts li {
  display: inline-block;
  text-align: center;
  width: 22%;
  margin-left: 1%;
  margin-right: 1%;
  /*background: transparent url("../img/BackRaysDark.png") no-repeat scroll 0px 0px/100% 100%;*/
}

#section-facts p {
  font-weight: 100;
  font-size: 20px;
  display: inline;  
}

#section-facts p em {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 24px;
  font-style: normal;
  color: #b2b8d6;   
}

#section-facts p strong{
  font-size: 40px;
  margin: 50px 0px 8px;
  display: block;
  text-align: center;
  color: #fff; 
  font-variant: small-caps;
}

@media all and (max-width: 959px) {
    #section-facts p strong{
        font-size: 34px;
    }
}

#section-principles {
  height: auto;
  padding-top: 42px;
  padding-bottom: 32px;
  background: #E6E6EA;
}

#section-values {
  height: auto;
  padding-top: 42px;
  padding-bottom: 32px;
}

#section-values h3 {
  padding-left: 80px;
  padding-top: 19px;
  padding-bottom: 19px;
}

#section-values .iconPeople {
  background: url("../img/ValPeople.png") 0px 0px/64px 64px no-repeat;
}

#section-values .iconExcellence {
  background: url("../img/ValExcellence.png") 0px 0px/64px 64px no-repeat;
}

#section-values .iconCommitment {
  background: url("../img/ValCommitment.png") 0px 0px/64px 64px no-repeat;
}

#section-skills {
  height: auto;  
  padding-top: 42px;
  padding-bottom: 32px;
}

#section-skills em {
  font-style: normal;
}

#section-skills p em {
  color: #2D4447;
  font-size: 16px;
}

#section-skills ul {
  list-style-type: none;
  padding-left: 22px;
}

#section-skills ul li {
  background: transparent url("../img/dotNet_sprite.png") no-repeat scroll 0px 6px;
  padding-left: 32px;
  display: block;
}

#section-skills ul li.wpf {
  background: transparent url("../img/dotNet_sprite.png") no-repeat scroll 0px -68px;
}

#section-skills ul li.ajax {
  background: transparent url("../img/dotNet_sprite.png") no-repeat scroll 0px -42px;
}

#section-skills ul li.mvc {
  background: transparent url("../img/dotNet_sprite.png") no-repeat scroll 0px -17px;
}

#section-skills ul li.winforms {
  background: transparent url("../img/dotNet_sprite.png") no-repeat scroll 0px -197px;
}

#section-skills ul li.aspnet {
  background: transparent url("../img/dotNet_sprite.png") no-repeat scroll 0px -455px;
}

#section-skills ul li.webforms {
  background: transparent url("../img/dotNet_sprite.png") no-repeat scroll 0px -299px;
}

#section-skills ul li.wcf {
  background: transparent url("../img/dotNet_sprite.png") no-repeat scroll 0px -332px;
}

#section-skills ul li.sec {
  background: transparent url("../img/dotNet_sprite.png") no-repeat scroll 0px -366px;
}

#section-skills ul li.sqlsrv {
  background: transparent url("../img/dotNet_sprite.png") no-repeat scroll 0px -549px;
}

#section-contactUs {
  padding: 34px 0px 5px;
}

#section-contactUs .inlineBlock {
   margin: 0px 50px 23px;
}

.container {
  width:auto; 
  overflow: hidden;
}

.container p {
  text-align: justify;
}

.container div {  
  width:100%;
  height:100%;
  float: left;
}

.container .left {  
  width: 50%;  
}

.container .icon.left {  
  margin-top: 20px;
  padding: 0;
  width: auto;
}

.container .content {
  width: auto;
  padding-left: 3%;
  padding-right: 6%;
}

.container .right {
  width: 50%;
}

.container .fill { 
  width: auto;
  float: none; 
  overflow: hidden; 
}

.container .firstOf3 {  
  width: 29.33%;
  padding-left: 0;
  padding-right: 4%;
  font-size: 13px;
}

.container .midOf3 {  
  width: 29.33%;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 13px;
}

.container .lastOf3 {  
  width: 29.33%;
  padding-left: 4%;
  padding-right: 0%;
  font-size: 13px;
}

.small {
  font-size: 70%;
}

.button {
  margin: 0;
}

.gearContainer {
  float: none !important;
  width: 88px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.gearContainer .rotGreen, .gearContainer .rotYellow, .gearContainer .rotBlue {
  float: left;
  width: 32px;
  height: 32px;
  margin-top: 0px;
  margin-left: -4px;
  background-size: contain;
  -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;
}

.gearContainer .rotGreen {
  background-image: url("../img/GearGreen.png");
}

.gearContainer .rotYellow {
  background-image: url("../img/GearOrange.png");
  -ms-transform: rotate(0.393rad); /* IE 9 */
  -webkit-transform: rotate(0.393rad); /* Chrome, Safari, Opera */
  transform: rotate(0.393rad);
}

.gearContainer .rotBlue {
  background-image: url("../img/GearBlue.png");
}

#section-values .gearContainer {
  padding-top: 42px;
}