.inner {
    width: 290px;
    margin:0 auto;
}
.header-section .logo  {
    top:48px;
}
.header-section .logo img {
    width: 128px;
}
.header-section {
    height: 625px;
}

.mobile-hidden {
    display: none;
}
.top-menu {
    width: 100%;
    padding:0 8% 0px 0%;
    left:0
}

ul.top-menu{
    position: absolute;
    background-color: #2a2a2a;
    left: 0px;
    text-align: left;
}

ul.top-menu  li {
    line-height:51px;
    display: block; 
    padding-left: 10%;
}
ul.top-menu  li a {border-bottom: none}
ul.top-menu  li a:hover {border-bottom: none}

.contact-top, .contact-top-float{
    display: none;
}
.text-section {
    padding: 30px 0;
}
.text-section header{
  position: static;
  font-size: 17px;
   width: 100%;
}
.text-section .inner div {
    padding-left:0px;
}
.text-section p,
.text-section ul li {
    font-size: 13px;
    line-height: 19px;
}
.text-section ul {
    width: 100%;
}

.video-section {
    padding: 30px 0;
}
.video-section .content {
    width: 100%;
}
.video-section .content iframe {
    height: 150px;
    border-width: 3px;
}
.video-section .content ul {
    width: 100%;
}
.video-section aside {
    width: 100%;
    margin-top: 10px;
}

.pricing-section .tabs a {
    font-size: 11px;
    line-height: 31px;
    padding: 0 7px;
}
.pricing-section .tabs {
    line-height: 33px;
    height: 33px;
}

.pricing-section {
    padding: 30px 0;
}
.pricing-section table {
    margin-top: 15px;
}
.pricing-section table tr {
    display: none;
}
.pricing-section table tr:first-child {display: block}
.pricing-section table tr:first-child th {
    display: block;
}
.pricing-section table tr:first-child th:first-child {
    display: none;
}

.mged-section table tr{
    display: block;
    font-size: 11px;
}
.mged-section table tr td{
    min-width: 75px;
}
.mged-section table tr:nth-child(odd), .mged-section table tr:nth-child(even){
    line-height: 15px;
}
.mged-section table tr:first-child th:first-child {
    display: block;
}
.boxes{
    padding-left: 0px;
}
.box{
    font-size: 11px;
    margin-left: 30px;
    height: 100% !important;
    min-height: 110px;
}
#b4{
    margin: 0 20px 15px 29px;
}
.box header{
    font-size: 17px;
}
.box ul li{
    margin-bottom: 5px;
}
.mged-table-title{
    font-size: 17px;
}
.table-office-section > .inner > div.table > p{
    font-size: 14px;
}
.table-office-section table tr td {
    max-width: 110px;
    padding-left: 5px;
    padding-right: 5px;
}
.table-office-section table tr th{
    max-width: 96px;
}

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

.contact-section{
   padding: 44px 0;
}
.contact-section .form {
    width: 290px
}
.contact-section h1 {
  font-size: 18px;
   margin-bottom: 20px;
}
.contact-section {
    overflow: hidden;
}
.contact-section .form li.split input {
  width: 100%;
  margin: 0;
  font-size: 12px;
}
.contact-section .form li.split {
    margin-bottom: 0;
}
.contact-section .form li{
    margin-bottom: 8px;

}
.contact-section .form li.split span:first-child  {
    margin-bottom: 8px;
}
.contact-section .form input[type="submit"] {
    line-height:41px;
    font-size: 12px;
    margin-top: 10px;
}
.contact-section .form * {
    font-size: 12px !important;
}

.inner.copy {
    top: 20px;
}
.inner.copy p {
    max-width: 100%;
    font-size: 12px;
    line-height: 22px;
}
.inner.copy .f_right {
    float: left;
}
/*========================  HEXAGON MAJOR  =======================*/

.hexagon.major {
    width: 130px;
    height: 70px;
    background: #ec2028;
    position: absolute;
    left:0;
    top:16px;
    float: left;
    margin-top: 35px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

.hexagon.major:before {
    content: "";
    position: absolute;
    top: -34px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 65px solid transparent;
    border-right: 65px solid transparent;
    border-bottom: 35px 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: -34px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 65px solid transparent;
    border-right: 65px solid transparent;
    border-top: 35px 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: 12px;
    font-family: 'Dosis', sans-serif;
    line-height: 18px;

}
.hexagon.major .text img {
    display: block;
    max-width: 30%;
    margin: 0 auto 5px 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: 112px;
    height: 66px;
    background: red;
    position: absolute;
    float: left;
    margin-bottom:0px;
    margin-top: 30px;
    z-index: 3;
    margin-left: -3px;
    opacity: 0;
}

.hexagon:before {
    content: "";
    position: absolute;
    top: -32px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 56px solid transparent;
    border-right: 56px solid transparent;
    border-bottom: 33px solid red;


}
.hexagon:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -32px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 56px solid transparent;
    border-right: 56px solid transparent;
    border-top: 33px 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: 12px;
    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:auto;
    left: 0px;
    top:197px
}
.header-section .inner .hexagon:nth-child(2){
    bottom:auto;
    left: 112px;
    top: 263px;
}
.header-section .inner .hexagon:nth-child(3){
    bottom:auto;
    left: 167px;
    top: 167px;
}
.header-section .inner .hexagon:nth-child(4){
    bottom:auto;
    left: 56px;
    top: 424px;
}
.header-section .inner .hexagon:nth-child(5){
    bottom:auto;
    left: 0px;
    top: 327px;
}
.header-section .inner .hexagon:nth-child(6){
    bottom:auto;
    left: 167px;
    top: 359px;
}
.header-section .inner .hexagon:nth-child(7):not(.major){
    bottom:auto;
    left: 224px;
    top: 263px;
}


