// load global styles @import "global.less"; // groups-preview .groups-preview { .wide-page-headline { margin-top: 13px !important; } .groups-preview-fotorama { width: 1198px !important; margin-top: 28px !important; } } .rubrics-wrapper { .item-box { &.active { .headline-wrapper { .headline { color: #ffd30d; } } } } } .info-wrapper { .block(); width:750px; p { .block(); margin-bottom: 25px; } b { font-family: "OpenSans-Bold"; font-weight: bold; } a { text-decoration: none; border-bottom: 1px solid #e5eeff; color: #11549f; .transition(~"border-color, color", 0.3s); .commonstyle() { border-bottom: 1px solid #0066ff; color: #0066ff; .transition(~"border-color, color", 0.3s); } &:hover { .commonstyle(); } &:active { .commonstyle(); } &:visited { color: @colorVisited; border-bottom: 1px solid @colorVisitedBorder; .transition(~"border-color, color", 0.3s); &:hover { .commonstyle(); } &:active { .commonstyle(); } } } } .why-us-wrapper { margin-left: 0px !important; margin-bottom: 50px; .icons-wrapper { padding-top: 0px !important; } } .section-headliner-wrapper { margin-top: 50px !important; } .our-services-list { .block(); .full-width(); margin:45px 0px 40px 0px; .item { .inline-block(); width: 49%; height: 85px; margin-bottom: 10px; .img { display: table-cell; vertical-align: middle; width: 85px; height: 85px; img { .inline-block(); width: 85px; height: 85px; .border-radius(85px); overflow: hidden; } } .text { display: table-cell; vertical-align: middle; padding-left: 35px; font-size: 13px; line-height: 20px; color: @color333; } } }