
#header {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}

.service-item  {
  background: #fff;
  padding: 25px 20px 5px;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(10,37,64,0.05);
  transition: box-shadow .5s;
}

.service-item:hover {
  box-shadow: 0 3px 10px rgba(10,37,64,0.25);
}

.buffer {
  display: table;
  height: 44px;
  width: 100%;
  margin: 15px 0 10px;
}

.service-item .buffer h2 {
  display: table-cell;
  text-align: center;
  vertical-align: top !important;
  font-size: 22px !important;
  font-weight: 400;
}

.service-item p {
  font-size: 1em;
  line-height: 1.3em;
/*
  height: 40px;
  margin: 0 0 8px;
*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-item .icon-wrapper {
  font-size: 40px;
}

.service-item .icon-wrapper i {
  color: #20a3dc;
}

.rowTwo {
  margin-top: 20px;
}

  #header .graphic {
    margin-bottom: 40px !important;
  }

#intro {
  margin-top: 90px;
  max-height: 1100px;
}

/*
@media (max-height: 1201px) {
  #intro {
    margin-top: 100px;
  }
}
*/

@media (max-width: 1201px) and (min-width: 600px) {
  #intro {
    margin-top: 100px;
/*    height: 100% !important;*/
   }
}

@media (max-width: 600px) {
	 #intro {
		height: auto !important;
		padding-bottom: 30px;
	  }
	#floating_head {
	  display: none;
	}
}


@media (max-width: 991px) {
#header {
    background: url("../img/Work_illipsis.png") no-repeat 0 0 #0471a0;
    background-size: 1700px 786px !important;
    background-position: center 80px !important;
  }
  #header .item.active > h2 {
    color: white !important;
  }
  #header .low-text {
   color: white !important;
	 line-height: 1.2em;
  }
  #header h2.coso {
    color: white;
  }
}

@media (max-width: 991px) and (min-width: 500px) {
   #header .col-sm-6 {
    width: 50%;
    float: left;
    padding: 0 10px;
  }
  #header .col-sm-12 {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
}

.navbar-toggle {
  border: 1px solid #929497 !important;
  margin: 30px 35px 30px 0 !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #929497 !important;
}

#header .view-larger::before {
  display: none;
}

#intro p {
  font-size: 1.45em;
  margin-bottom: 30px;
}
#welcome p {
	font-size: 1.45em;
}

.view-larger a p {
  font-weight: 300;
  color: #656565;
  font-size: .6em !important;
}

.ekko-lightbox .modal-header h4 {
  font-size: 1.5em;
  text-align: center;
}

.ekko-lightbox .modal-body {
  padding: 8px 8px 0;
}
