.lt-ie10 .ok,
.lt-ie10 .hexagon-news,
.lt-ie10 .hexagon,
.lt-ie10 .hexagon-pic {
    opacity: 1 !important;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 16px;
    line-height: 21px;
    font-family: 'Didact Gothic', sans-serif;
    background: #313131;
    webkit-font-smoothing:antialiased;

}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


textarea {
    resize: vertical;
}

@font-face {
        font-family: FuturaExtended;
        src: url('../fonts/FuturaExtended.ttf');
}
@font-face {
        font-family: FuturaLT;
        src: url('../fonts/FuturaLT.ttf');
}
/* ===================================================================================================

                                         COMMENT

  =================================================================================================== */


/* ==========================================================================
   COMMENT
   ========================================================================== */


/*========================  COMMENT  =======================*/


/*--------------   COMMENT  -------------*/


/* ===================================================================================================

                                      HELPER CLASSES

=================================================================================================== */




.f_right {
    float: right;
}
.f_left{
    float:left;
}

.clear {
    clear: both;
}
.table-cell {
    display: table-cell;
}


.inner {
    width: 960px;
    margin:0 auto;
}
.header-section .nav-contact-logo .inner{
    width: 1280px;
}
#bgvdo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}



/* ===================================================================================================

                                  HEADER SECTION

=================================================================================================== */
/*========================  MENU  =======================*/
#mobile-menu {
    width: 74px;
    position: absolute;
    top:0;
    left:0;
    text-align: center;
    display: none;
    z-index: 4;
    background-color: #2a2a2a;
    height: 64px;
}

#mobile-menu img {
    margin-top:19px ;
}

ul.top-menu {
    position: absolute;
    z-index: 4;
    max-width: 1280px;
}

ul.top-menu.show {
    display: block;
}

ul.top-menu li {
    display: inline;
    line-height: 89px;
}
ul.top-menu li a{
    color:#ffffff;
    text-decoration: none;
    font-size: 14.5px;
    margin-right: 26px;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
ul.top-menu li.current-menu-item a,
ul.top-menu li a:hover {
    color: #3fc1c9;
    text-decoration: none;
    border-bottom: 1px solid #3fc1c9;;
}
.header-section {
    height: 1160px;
    width: 100%;
    position: relative;
    border-top: 14px solid #000000;
    overflow: hidden;
}

.nav-contact-logo{
    height: 80px;
    position: relative;
}

.contact-top{
    color: #FFF;
    position: absolute;
    right:220px;
    top: 0px;
    z-index:3;
    font-size: 14.5px;
    padding: 7px 23px;
    margin: 5px 25px 10px 0;
    border-left: 1px solid #6b6b6b;
    border-right: 1px solid #6b6b6b;
}
.contact-top > p {
    margin: 5px;
    font-family: FuturaExtended;
    color: #adadad;
}
.contact-top img {
    margin-right: 10px;
}
.contact-top-float{
    color: #FFF;
    position: absolute;
    right:0px;
    top: 0px;
    z-index:3;
}
.contact-top-float > p{
    float:left;
    font-size: 14.5px;
    font-family: FuturaExtended;
}
.contact-top-float >p:first-child{
    margin-right: 50px;
}

.logo-office{
    position: absolute;
    right: 0px;
    top: 7px;
    z-index: 3;
}

.logo-office > img {
    max-height: 80%;
    max-width: 80%;
}
.header-section .cover {
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.header-section .inner {
    position: relative;
    height: 100%;
}

.header-section .logo {
    position: absolute;
    right:0;
    top:179px;
    z-index: 3;
}

/* ===================================================================================================

                                 TEXT SECTION

=================================================================================================== */

.text-section {
    background:#e4e4e4 ;
    padding:  110px 0;
}
.text-section .inner {
    position: relative;
    overflow: hidden;
}
.text-section header {
    font-size: 26px;
    color: #a0a0a0;
    line-height: 37px;
    position: absolute;
    top:0;
    left:0;
    width: 180px;
}
.text-section .inner div {
    padding-left: 367px;
}
.text-section p {
    font-size: 16px;
    color:#313131;
    line-height: 33px;
    margin-top: 0;

}
.text-section ul {
    width:50%;
    float: left;
}
.text-section ul li {
    list-style: none;
    padding-left: 25px;
    margin-bottom: 10px;
    background: url(../img/list-bg.png) no-repeat left 5px;
}
.colors-change ul li {
    list-style: none;
    padding-left: 25px;
    margin-bottom: 10px;
    background: url(../img/list-bg2.png) no-repeat left 5px;
    color: #fff;
}
.colors-change{
    background: #313131;
}
.colors-change header{
    color:#fff;
    font-size: 20px;
}
.colors-change p{
    color: #fff;
}


/* ===================================================================================================

                                 VISEO SECTION

=================================================================================================== */

.video-section {
    padding: 110px 0;
    background: #313131;
}

.video-section .inner {overflow: hidden}

.video-section  aside {
    float: left;
    width:255px;
}
.video-section dt {
    background: #1e1e1e;
    color:#fff;
    font-size: 20px;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    padding: 23px 22px;
}

.video-section dd {
    display: block;
    line-height: 59px;
    background: #393939;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #1e1e1e;
}

.video-section dd a {
    font-size: 15px;
    color: #fff;
    display: block;
    text-decoration: none;
    padding-left: 49px;
    background: url(../img/menubg.png) no-repeat 20px center;
}
.video-section dd:hover,
.video-section dd.active {
    background: #404040;
}

.video-section dd.active a {
    background: url(../img/menubga.png) no-repeat 20px center;
}

.video-section .content {
    float: right;
    width: 588px;
    font-size: 15px;
    color: #fff;
    overflow: hidden;
}
.video-section .content ul {
    float: left;
    width: 50%;
}
.video-section .content li {
    list-style: none;
    padding-left: 25px;
    margin-bottom: 10px;
    background: url(../img/list-bg2.png) no-repeat left 5px;
}

.video-section .content iframe {
    width: 100%;
    border: 12px solid #1e1e1e;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    margin-bottom: 15px;

}
.vid img {
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
}

.video-section .vid {
    display: none;
}

.services-content ul{
    width: 100% !important;
    margin-top: 30px;
}
.normal-size {
    width: auto !important;
    height: auto !important;
}
/* ===================================================================================================

                                PRICING SECTION

=================================================================================================== */

.pricing-section {
    padding: 110px 0;
    background: #ffffff;
}

.pricing-section .tabs {
    border-bottom: 1px solid #bababa;
    line-height: 53px;
    height: 54px;
}

.pricing-section .tabs a {
    border: 1px solid #bababa;
    border-left:0;
    font-size: 15px;
    float: left;
    padding: 0 22px;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
    color: #4c4c4c;
    background: #f5f5f5;
    top:1px;
}
.pricing-section .tabs a:first-child {
    border-left:1px solid #bababa;
}

.pricing-section .tabs a.active {
    border-bottom: 1px solid #fff;
    background: #fff;
    color:#3dc1c9;
    font-family: 'Dosis', sans-serif;
}
.pricing-section .table {
    display: none;
}

.pricing-section table {
    width: 100%;
    margin-top: 50px;
}
.pricing-section table tr:first-child th {
    color:#3dc1c9;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 15px;
    padding-left: 0;
    text-align: center;

}
.pricing-section table tr:first-child th span {
    display: block;
    text-align: center;
    color:#4c4c4c;
    font-size: 14px;
    font-family: 'Dosis', sans-serif;
}
.pricing-section table tr th {
    text-align: left;
    padding-left: 22px;
    font-size: 14px;
}
.pricing-section table tr:nth-child(even) {
    background: #f5f5f5;
    line-height: 55px;
}

.pricing-section table tr:nth-child(odd) {
    line-height: 55px;
}
#mged-table table tr td{
    padding-left: 30px;
}
#mged-table table tr td:nth-child(3n+3){
    position: relative;
    left: 70px
}
#mged-table table tr td:nth-child(2n){
    padding-right: 30px
}
span.ok {
    background: url(../img/list-bg2.png) no-repeat center center;
    display: block;
    margin: 0 auto;
    width:30px;
    height: 30px;
    opacity: 0;
}
/* ===================================================================================================

                                TABLE OFFICE PAGE

=================================================================================================== */
.table-office-section {
    padding: 110px 0;
    background: #ffffff;
}

.table-office-section table {
    margin-top: 50px;
    border: 1px solid #f5f5f5;
}
@media screen and (min-width: 767px) {
    .table-office-section table {
        width: 100%;
    }

}

.table-office-section table tr {
    vertical-align: initial;
}

.table-office-section table tr td {
    max-width: 320px;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #f5f5f5;
}

.table-office-section table tr th  {
    text-align: center;
    margin-top: 5px;
    background-color: #f5f5f5;
    padding-left: 22px;
    font-size: 16px;
    line-height: 30px;
    padding: 10px;
    font-family: 'Dosis', sans-serif;
}
.table-office-section table tr {
    line-height: 25px;
    font-family: FuturaLT;
    font-size: 16px;
}

.table-office-section table tr:nth-child(2){
    text-align: center;
    font-family: 'Dosis', sans-serif;
}
.table-office-section ul {
    padding-right: 40px;;
}

.table-office-section ul li {
    list-style: none;
    padding-left: 25px;
    margin-bottom: 30px;
    line-height: 24px;
    background: url(../img/list-bg2.png) no-repeat left 5px;
}

.enquire-btn{
    color: #FFF;
    background-color: #269abc;
    border-color: #31b0d5;
    display: inline-block;
    padding: 10px 16px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
}

/* ===================================================================================================

                                BOX SECTION

=================================================================================================== */
.mged-boxes{
    overflow: hidden;
}
.box{
    float:left;
    max-width: 224px;
    min-height: 205px;
    height: 100%;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 15px;
}

.box header{
    font-size: 18px;
    font-weight: bold;
    margin:15px 15px 0px 15px;
}

.box ul li {
    list-style-type: none;
    margin-bottom: 15px;
    margin-left: 15px;
}

#b1{
    color: #fff;
    background: #ec2029;
}
#b2{
    color: #fff;
    background: #56dbe2;
}
#b3{
    color: #fff;
    background: #168282;
}
#b4{
    color: #313131;
    background: #f5f5f5;
    margin: 0px;
}

.mged-table-title{
    font-size: 21px;
    font-weight: bold;
    color:#56dbe2;
    margin-top: 30px;
    margin-bottom: 20px;

}


/* ===================================================================================================

                                CONTACT SECTION

=================================================================================================== */

.contact-section {
    position: relative;
    padding: 150px 0;
}
.contact-section .cover {
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.contact-section .inner {
    position: relative;
    height: 100%;
    z-index: 3;
}

.contact-section h1 {
    color: #fff;
    text-align: center;
    font-size: 34px;
    font-family: 'Dosis', sans-serif;
    margin-bottom: 50px;
    font-weight: 600;
}

.contact-section .form {
    width: 600px;
    margin: 0 auto;
}
.contact-section .form li {
    list-style: none;
    margin: 0 0 12px 0;
    padding: 0;
    display: block;
    overflow: hidden;
}
.contact-section .form input[type="tel"],
.contact-section .form input[type="email"],
.contact-section .form input[type="text"]{
    background: #fff;
    border: 0;
    display: block;
    padding: 0 13px;
    height: 47px;
    font-size:13px;
    color:#000;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */

}

.contact-section .form input[type="submit"]{
    line-height:66px;
    background:#ec2028 ;
    border: 0;
    color: #fff;
    font-size: 17px;
    font-family: 'Dosis', sans-serif;
    display: block;
    margin: 30px auto 0 auto;
    width: 190px;

}

.contact-section .form textarea{
    background: #fff;
    border: 0;
    padding:  13px;
    font-size:13px;
    color:#000;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */

}

.contact-section .form li.split span{
    width: 49%;
    margin-left: 2%;
}
.contact-section .form li.split span {
    float: left;
}


.contact-section .form li.split span:first-child  {
    margin-left: 0;
}
.contact-section .wpcf7-response-output {
    text-align: center;
    color: #fff;
}
.contact-section .wpcf7-not-valid-tip {
    width: 100% !important;
    margin: 0 !important;
    color:red;
}
.screen-reader-response {
    display: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
}


.inner.copy {
    font-size: 13px;
    color:#7f7f7f ;
    margin-top: 20px;
    position: relative;
    top:80px;
}
.inner.copy a {
    color:#fff;
    text-decoration: none;
}

.inner.copy p {
    max-width: 70%;
    margin: 6px 0;
}
.inner.copy span {
    display: none;
}

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

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

    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

.hexagon:before {
    content: "";
    position: absolute;
    top: -59px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 107px solid transparent;
    border-right: 107px solid transparent;
    border-bottom: 60px solid red;
    -webkit-transition: border-bottom-color 0.3s ease-out;
    transition: border-bottom-color 0.3s ease-out;
    -moz-transform: scale(.9999);
}
.hexagon:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -59px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 107px solid transparent;
    border-right: 107px solid transparent;
    border-top: 60px solid red;

    -webkit-transition: border-top-color 0.3s ease-out;
    transition: border-top-color 0.3s ease-out;
    -moz-transform: scale(.9999);
}
.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;
}

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


.hexagon.light-blue {
    background-color: #56dae2;
}
.hexagon.light-blue:before {
    border-bottom-color: #56dae2;

}
.hexagon.light-blue:after{
    border-top-color: #56dae2;
}
.hexagon.light-blue.hovered {
    background-color:#84e4ea;
}
.hexagon.light-blue.hovered:before {
    border-bottom-color:#84e4ea;
}
.hexagon.light-blue.hovered:after {
    border-top-color:#84e4ea;
}



.hexagon.middle-blue {
    background-color: #3dc1c9;
}
.hexagon.middle-blue:before {
    border-bottom-color: #3dc1c9;
}
.hexagon.middle-blue:after{
    border-top-color: #3dc1c9;
}

.hexagon.middle-blue.hovered {
    background-color: #75d3d9;
}
.hexagon.middle-blue.hovered:before {
    border-bottom-color: #75d3d9;
}
.hexagon.middle-blue.hovered:after{
    border-top-color: #75d3d9;
}



.hexagon.dark-blue {
    background-color: #31aab1;
}

.hexagon.dark-blue:before {
    border-bottom-color: #31aab1;
}

.hexagon.dark-blue:after {
    border-top-color: #31aab1;
}


.hexagon.dark-blue.hovered {
    background-color: #6ec3c8;
}

.hexagon.dark-blue.hovered:before {
    border-bottom-color: #6ec3c8;
}

.hexagon.dark-blue.hovered:after {
    border-top-color: #6ec3c8;
}

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

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

.hexagon.major:before {
    content: "";
    position: absolute;
    top: -89px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 160px solid transparent;
    border-right: 160px solid transparent;
    border-bottom: 90px solid #ec2028;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-transform: scale(.9999);

}
.hexagon.major:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -89px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 160px solid transparent;
    border-right: 160px solid transparent;
    border-top: 90px solid #ec2028;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-transform: scale(.9999);
}
.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: 26px;
    font-family: 'Dosis', sans-serif;
    line-height: 39px;

}
.hexagon.major .text img {
    display: block;
    margin: 0 auto 26px 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;

}

/* ==================== HEXAGONS POSITIONS ============================*/
.header-section .inner .hexagon:nth-child(1){
    bottom:281px;
    left: 0;
}
.header-section .inner .hexagon:nth-child(2){
    bottom: 160px;
    left: 214px;
}
.header-section .inner .hexagon:nth-child(3){
    bottom: 340px;
    left: 320px;
}
.header-section .inner .hexagon:nth-child(4){
    bottom: 460px;
    left: 533px;
}
.header-section .inner .hexagon:nth-child(5){
    bottom: 221px;
    left: 534px;
}
.header-section .inner .hexagon:nth-child(6){
    bottom: 100px;
    left: 748px;
}
.header-section .inner .hexagon:nth-child(7):not(.major){
    bottom: 340px;
    left: 747px;
}


@media screen and (max-width: 1280px) {
    .contact-top{
        display: none;
    }

    .header-section .nav-contact-logo .inner{
        width: 960px;
    }
}

.nav-contact-logo.fixed{
    background: #313131;
    padding: 12px 0;
    z-index: 3;
    position: relative;
}

.nav-contact-logo.fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

.table {
      overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .table {
    overflow: hidden;``
  }
}
