/*typography*/
.text-lg {
  font-size: 16px;
}

.text-italic {
  font-style: italic;
}

.section-title {
  color: #f16522;
  font-family: "Ubuntu", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: normal;
  text-align:center;
  text-transform: uppercase;
  margin-bottom: 13px;
  margin-top:30px;
}

.all-clear {
  clear:both;
}

/*action-row*/
.action-row {
  margin-bottom: 55px;
}

.action-row>.row:after {
  clear:inherit;
}

.action-row [class*=col-] { 
  text-align: center;
}

/*hex*/
.row-hex {
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
}

.hex {    
  width: 25%;
  max-width:25%;
  height:160px;
  margin: 15px;
  position:relative;  
}

.hex img {
  max-height: 60%;
  max-width:30%;
  margin:0 auto;
}

 .hex-body {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left:0;
  right:0;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
  font-size: 12px;
  line-height: 1;
 }
 
.hex-body .img-lg {  
    max-width: 48%;
}

.hex .corners {
   transform: rotate(90deg);
   z-index:-1;
   position:absolute;
   top:50%;
   left:50%;
   margin-top:-60px;
   margin-left:-80px;
   height:120px;
   width:160px;
}

.hex .corner-1 {
  width: 160px;
  height: 120px;
  background-color: #f5713e;  
}

.hex .corner-1,
.hex .corner-2 {
  position:absolute;
  top:0;
  left:0;
}

.hex .corner-1:before,
.hex .corner-1:after,
.hex .corner-2:before,
.hex .corner-2:after {
  content: "";
	position: absolute;
  left: 0;
  top: -40px; 
	width: 0;
	height: 0;
  border-left: 80px solid transparent;
	border-right: 80px solid transparent;
}

.hex .corner-1:before {
  border-bottom: 40px solid #f5713e;
}

.hex .corner-1:after {
	bottom: -40px; 
  top:auto;
  border-top: 40px solid #f5713e;
}

.hex .corner-2 {
  width: 150px;
  height: 116px;
  background-color: #fff;
  top:2px;
  left:5px;
}

.hex .corner-2:before,
.hex .corner-2:after {
  top: -36px; 
  border-left: 75px solid transparent;
	border-right: 75px solid transparent;
}

.hex .corner-2:before {
	border-bottom: 36px solid #fff; 
}

.hex .corner-2:after {
	bottom: -36px; 
  top:auto;
  border-top: 36px solid #fff;
}

/*info-box*/
.info-box {
  border: 2px solid #f5713e;
  border-radius:10px;
  padding: 15px;
  margin: 15px 0 35px 0;
}

/*shit-item*/
.shit-item {
  position:relative;
  margin:35px 0;
}

.shit-item img {
  position: relative;
  margin:0 auto;  
}

/*fortinet*/
.fortinet {
  text-align:center;
  margin: 35px 0;
}

.fortinet .btn {
  height: 66px;
  max-width: 200px;
}