.inner {
    width: 680px;
    margin:0 auto;
}
.header-section .nav-contact-logo .inner{
        width: auto;
}
.nav-contact-logo > .inner{
    width: 100%;
}
.header-section .logo  {
    top:129px;
}
.header-section {
    height: 895px;
}

.tablet-hidden {
    display: none;
}


.top-menu {
    display: none;
}

#mobile-menu {
    display: block;

}
.nav-contact-logo{
    background-color: #616161;
    height: 65px;
}
.logo-office{
    height: 80px;
}
.contact-top {
    display:block;
    margin-top: 3px;
    padding: 0 10px 0 10px;
    right: 140px;
}
.contact-top p{
    margin: 5px;
    font-size: 11px;
}
.top-menu {
    position: absolute;
    top:64px;
    width: 100%;
    padding:0 4%;
    left:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2a2a2a;
}
ul.top-menu{
    left: 0px;
    padding: 0 0 0 0px;
    text-align: center;
}
ul.top-menu  li {line-height: 60px;}

.text-section {
    padding: 60px 0;
}
.text-section .inner div {
    padding-left:227px;
}
.text-section p,
.text-section ul li {
    font-size: 13px;
    line-height: 28px;
}


.video-section {
    padding: 60px 0;
}
.video-section .content {
    width:450px;
    font-size: 13px;
}
.video-section aside {
    width: 190px;
}
.video-section dd a {
    font-size: 13px;
}
.video-section dd {
    line-height: 45px
}

.video-section dt {
    font-size: 17px;
}

.pricing-section {
    padding: 60px 0;
}
.pricing-section table tr th,
.pricing-section table tr:first-child th span,
.pricing-section table tr:first-child th {
    font-size: 12px;
}
.pricing-section table tr:first-child th {
    line-height: 25px;
}
#mged-table table tr td{
    padding-left: 0px
}
#mged-table table tr td:nth-child(3n+3){
    position: static;
}
#mged-table table tr td:nth-child(2n){
    padding-right: 0px
}

.boxes{
    padding-left: 100px;
}

.table-office-section table tr th {
    line-height: 22px;

}
.table-office-section table tr{
    font-size: 13px;
    line-height: 22px;
}
.table-office-section ul li{
    margin-bottom: 20px;
    line-height: 20px;
}
.enquire-btn{
    padding: 6px 10px;
    font-size: 16px;
}

/*========================  HEXAGON MAJOR  =======================*/

.hexagon.major {
    width: 270px;
    height: 154px;
    background: #ec2028;
    position: absolute;
    left:0;
    top:118px;
    float: left;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

.hexagon.major:before {
    content: "";
    position: absolute;
    top: -74px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 135px solid transparent;
    border-right: 135px solid transparent;
    border-bottom: 75px solid #ec2028;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}
.hexagon.major:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -74px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 135px solid transparent;
    border-right: 135px solid transparent;
    border-top: 75px solid #ec2028;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.hexagon.major img.fake {
    position: absolute;
    z-index: 4;
    top:-89px;
    left:0;
    opacity: 0;
    filter:alpha(opacity=00);
    width:100%;
}

.hexagon.major .text {
    font-size: 22px;
    font-family: 'Dosis', sans-serif;
    line-height: 32px;

}
.hexagon.major .text img {
    display: block;
    margin: 0 auto 15px auto;

}
.hexagon.major .text span {
    color: #232323;
    font-size: 13px;
    text-transform: none;
    display: block;
    font-family: 'Didact Gothic', sans-serif;
}

.hexagon.major.hovered {
    background: #f58569;
}
.hexagon.major.hovered:before{
    border-bottom-color:#f58569;
}
.hexagon.major.hovered:after {
    border-top-color:#f58569;

}


/* ==========================================================================
HEXAGON STANDARD TEXT + ICO
========================================================================== */

.hexagon {
    width: 150px;
    height: 88px;
    background: red;
    position: absolute;
    float: left;
    margin-bottom:60px;
    z-index: 3;
    margin-left: -3px;
    opacity: 0;
}

.hexagon:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-bottom: 41px solid red;


}
.hexagon:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -40px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-top: 41px solid red;
}
.hexagon img.fake {
    position: absolute;
    z-index: 4;
    top:-59px;
    left:0;
    opacity: 0;
    filter:alpha(opacity=00);
    width:100%;
}

.hexagon .text {
    position: absolute;
    top:0;
    z-index: 3;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    display: table;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.hexagon .text .table-cell {
    vertical-align: middle;
    text-transform: uppercase;
    padding: 0 20px;
}

.hexagon .icon {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 80%;
}
.hexagon.hovered .icon {
    opacity: 0.7;
    filter:alpha(opacity=70);
}

/* ==================== HEXAGONS POSITIONS ============================*/

.header-section .inner .hexagon:nth-child(1){
    bottom:195px;
    left: 0;
}
.header-section .inner .hexagon:nth-child(2){
    bottom: 108px;
    left: 150px;
}
.header-section .inner .hexagon:nth-child(3){
    bottom: 236px;
    left: 223px;
}
.header-section .inner .hexagon:nth-child(4){
    bottom: 320px;
    left: 373px;
}
.header-section .inner .hexagon:nth-child(5){
    bottom: 149px;
    left: 373px;
}
.header-section .inner .hexagon:nth-child(6){
    bottom: 62px;
    left: 523px;
}
.header-section .inner .hexagon:nth-child(7):not(.major){
    bottom: 232px;
    left: 523px;
}
