
body, ol, ul, li {
/*  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;*/
}

body {
  /*line-height: 1;
  font-family:Arial, Helvetica, sans-serif;*/
}

ol, ul {
  list-style: none;
}

/* ---------------------------------------------------------------------
Banner
Original Author: Martin Duran
------------------------------------------------------------------------ */
.banner {
  min-width: 960px;
  display: none;
  padding: 13px 0;
  background: #464646;
  -webkit-box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-family: "open_sanslight";
}

.banner p {
  font-size: 16px;
}

.banner-slides {
  height: 42px;
  width: 700px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.banner-slides-slide {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-slides-slide-content {
  max-width: 100%;
  height: 42px;
}

.banner-slides-slide-content > * {
  max-width: 610px;
  display: inline-block;
  overflow: hidden;
  line-height: 42px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.banner-slides-slide-content-anchor {
  display: inline-block;
  margin-left: 30px;
  font-size: 13px;
}

.banner-slides-slide_isActive {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-animation: fade .4s linear;
  -moz-animation: fade .4s linear;
  -o-animation: fade .4s linear;
  animation: fade .4s linear;
}

.banner-controls {
  max-width: 30%;
  float: right;
  line-height: 42px;
}

.banner-controls > * + * {
  margin-left: 4px;
}

.banner-controls > * {
  display: inline-block;
  vertical-align: middle;
}

.banner-controls-control {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}

.banner-controls-control:hover {
  background: #ff6a00;
}

.banner-controls-control_isActive {
  background: #ff6a00;
}

.banner-close {
  width: 24px;
  height: 24px;
  margin-left: 19px;
  border-radius: 50%;
  background: #6b6b6b;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  line-height: 22px;
  cursor: pointer;
}

.banner-close:hover {
  background: #ff6a00;
}

.comment-footer {
  margin: 20px 0;
}

.comments-open-footer {
  margin: 20px;
}

/* ---------------------------------------------------------------------
Original Author: Martin Duran
------------------------------------------------------------------------ */
.slider {
  max-width: 1940px;
  min-width: 960px;
  display: block;
  margin: auto;
  overflow: hidden;
}

.slider-inner {
  display: block;
}

.slider-inner > * {
  float: left;
}

.slider-slide-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.controls {
  /*min-width: 960px;*/
  display: block;
  text-align: center;
  background:#165b9a;
  font-family:Arial, Helvetica, sans-serif;
/*  background: #00416a;
  background: -webkit-gradient(linear, top left, bottom left, from(#124e75), color-stop(50%, #124e75), color-stop(51%, #00416a), to(#00416a));
  background: -webkit-linear-gradient(top, #124e75, #124e75 50%, #00416a 51%, #00416a 100%);
  background: linear-gradient(to bottom, #124e75, #124e75 50%, #00416a 51%, #00416a 100%);*/
  font-size: 0;
}

.controls > * {
  display: inline-block;
}

.controls-item {
  margin: 0;
  padding: 18px 0;
  display: inline-block;
  position: relative;
  z-index: 10;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.controls-item_bar {
  height: 100%;
  display: block;
  position: absolute;
  bottom:0;
  left: 0;
  background: #10566d;
/*  background: -webkit-gradient(linear, top left, bottom left, from(#446f8a), color-stop(50%, #446f8a), color-stop(51%, #366582), to(#366582));
  background: -webkit-linear-gradient(top, #446f8a, #446f8a 50%, #366582 51%, #366582 100%);
  background: linear-gradient(to bottom, #446f8a, #446f8a 50%, #366582 51%, #366582 100%);*/
}

.controls-item:hover,
.controls-item_isActive {
  /*color: #FF6A0B;*/
  color: #00c2f3;
}

.controls-container {
	width: 945px;
  /*width: 1100px;*/
  /*width: 74.5%;*/
  margin: auto;
  overflow: hidden;
  position: relative;
}

.controls-container_5up > * {
  width: 20%;
  
}

.controls-container_5up:after {
  width: 20%;
  
}


/* Tablet Portrait (768px) */
@media only screen and (min-width: 321px) and (max-width: 1024px) and (orientation: portrait) {
	.controls {width:800px;}
	.controls-item {float:left; font-size:13px; padding: 20px 0 20px 0;}
	.controls-item li {display:inline;}
	.controls-container{width:800px;}
	.controls-container li {display:inline;}
	.slider-slide-img {margin-left:-85px !important;}
	.solutions{margin-left:-38px;}
	.company{margin-left:-0px;}
	/*.media-icons{float:right;}*/
	.contact{margin-left:-25px;}
	.blog2 {width:175px; float:right; margin-top:-72px;}
	

	
}


/* Phone Portrait (420px) */
@media only screen and (max-width: 420px) {
	.controls {width:378px; margin-left:-12px;}
	.controls-item {float:left;  font-size:9px; padding: 10px 0 10px 0; font-weight:bold;}
	.controls-item li {display:inline;}
	.controls-container{width:378px;}
	.controls-container li {display:inline;}
	.blog2 {width:165px; float:left; margin-top:0px; margin-left:-47px;}
	.blogtxt{padding-left:85px}
	.solutions{margin-left:0px;}
	.products {margin-left:25px;}
	.news-events {width:165px; margin-left:53px;}
	.ecosystem {width:165px; margin-left:38px;}
	.solvideo {width:165px; margin-left:38px;}
	.slider-slide-img {width:500px; float:left; margin-left:-77px !important;}
	
	
}


