.comms {
    margin: 10px 0px;
}
.comms .logo {
    width: 50px;
    height: 49px;
    display: inline-block;
}
.comms a {
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.comms a:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.sectors article.big {
    width: 470px;
}
.sectors article.small {
    width: 390px;
}
.sectors article.small h2 {
    padding-top: 15px;
}
.sectors h2 {
    line-height: 1.3;
    font-size: 2.4em;
    margin-bottom: 10px;
    color: #0AA9EE;
}
.sectors h2 .light{
    font-weight: 300;
    display: block;
}
.sectors h2 .light.small{
    font-size: 18px;
}
.sectors p {
    padding: 5px 0;
}
/*Energy theme for Solutions Details Page CSS*/

.energy-sd article h2 {
    color: #F65422;
}
.energy-sd article h2 .icon-big {
    background-position: -1006px 1px;
}
/*Defense theme for Solutions Details Page CSS*/

.defense-sd article h2, .government-sd article h2 {
    color: #4BAC4A;
}
.defense-sd article h2 .icon-big, .government-sd article h2 .icon-big {
    background-position: -1078px 1px;
}
/*Relief theme for Solutions Details Page CSS*/

.relief-sd article h2 {
    color: #F9C92B;
}
.relief-sd article h2 .icon-big {
    background-position: -1148px 1px;
}
.leisure-sd article h2 {
    color: #0AA9EE;
}
.leisure-sd article h2 .icon-big {
    background-position: -1218px 1px;
}
/*Aviation theme for Solutions Details Page CSS*/

.aviation-sd article h2 {
    color: #68BEF7;
}
.aviation-sd article h2 .icon-big {
    background-position: -1218px 1px;
}
/*Marine theme for Solutions Details Page CSS*/

.marine-sd article h2 {
    color: #0661CC;
}
.marine-sd article h2 .icon-big {
    background-position: -1287px 1px;
}
/*Enterprise theme for Solutions Details Page CSS*/

.media-sd article h2 {
    color: #DC263C;
}
.enterprise-sd article h2 {
    color: #7A54BE;
}
.enterprise-sd article h2 .icon-big {
    background-position: -1492px -44px;
}
/* facebook in twiter */

.share {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #d0d0d0;
}
.share.no-border {
    border-top: 0;
}
.share h5 {
    color: #0AA9EE;
    font-size: 14px;
    font-weight: 500;
    padding-right: 10px;
    display: inline-block;
}
.share .link{
    font-size: 14px;
    padding-top: 2px;
    font-weight: 500;
}
.share .share-it {
    line-height: 30px;
    float: left;
}
.share .inline h5{
    float: left;
    padding-top: 8px;
}
.share .share-icons {
    float: left;
}
.share .facebook, .share .in, .share .twiter {
    width: 30px;
    height: 29px;
    display: inline-block;
    text-decoration: none;
    margin-left: 3px;
    float: left;
}
.share .facebook {
    background-position: -382px -43px;
}
.share .facebook:hover {
    background-position: -542px -43px;
}
.share .twiter {
    background-position: -490px -43px;
}
.share .twiter:hover {
    background-position: -632px -43px;
}
/* facebook in twiter */

.solutions h3 {
    font-size: 1.8em;
    color: #0AA9EE;
    padding-bottom: 3px;
}
.tags{
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
}
.tags li{
    display: inline-block;
    border-radius: 15px;
    background-color: #d4ebfa;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    padding: 3px 10px;
    margin-bottom: 5px;
    cursor: pointer;
}
.tags li.active{
    background-color: #68adef;
}
.tags h3{    
    font-size: 1.8em;
    color: #0AA9EE;
    padding-bottom: 3px;
    margin-bottom: 10px;
}
.sectors aside {
    width: 200px;
}
.solutions {
    padding: 15px 0;
    border-bottom: 1px solid #d0d0d0;
}
.solutions:last-child {
    border-bottom: 0;
}
.solutions ul {
    padding-top: 5px;
    list-style-type: none;
}
.solutions li {
    background: url(../images/left-arrow-blue.png) no-repeat 0 4px;
    padding: 0px 0px 5px 12px;
    font-size: 1.2em;
    color: #0AA9EE;
    margin: 1px 0;
}
.solutions li a:hover {
    text-decoration: underline;
}
.solutions p {
    font-weight: 300;
    font-size: 1.2em;
}
p.right{
    text-align: right;
}
.similar {
    overflow: hidden;
    margin: 20px 0;
    height: 260px;
}
.similar h3 {
    font-size: 1.8em;
    padding-bottom: 3px;
    font-weight: 600;
}
.carousel {
    margin-top: 20px;
    height: 150px;
    position: relative;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.carousel li {
    display: inline-block;
    color: #3E3E3E;
    text-align: center;
    width: 235px;
    height: 150px;
    padding: 0px;
    margin: 0px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.carousel li::before {
    content: '';
    height: 100px;
    position: absolute;
    top: 25px;
    left: 0px;
    width: 1px;
    background-color: #e8e8e8;
    display: block;
    z-index: 9;
}
.carousel li .front, .carousel li .back {
    width: 100%;
    height: 150px;
}
.carousel li .back {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 15px;
    background-color: #f6f6f6;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.carousel li .front .img {
    height: 100px;
    line-height: 100px;
    margin-bottom: 20px;
}
.carousel li .front .img img {
    vertical-align: middle;
    max-width: 100%;
}
.carousel li .front h6 {
    font-size: 1.2em;
    font-weight: 300;
}
.carousel li:hover .back {
    top: -150px;
}
.carousel li .back p {
    font-size: 11px;
    text-align: left;
    font-weight: 300;
}
.carousel li .back a {
    font-size: 1.2em;
    font-weight: 600;
}
.carousel li .back a:hover {
    text-decoration: underline;
}
.carousel-control{
    padding: 15px 0;
    display: block;
    text-align: center;
}
.carousel-control .pager{
    vertical-align: middle;
    display: inline-block;
}
.carousel-control .pager-wrap{
    display: inline-block;
}
.carousel-control .pager a {
    display: inline-block;
    width: 20px;
    height: 40px;
    background: url(../images/product-dot.png) no-repeat center center;
    margin: 0 5px;
}
.carousel-control .pager a.selected {
    background: url(../images/product-dot-act.png) no-repeat center center;
}
.sectors article a:hover{
    text-decoration: underline;
}