html { height: 100% }
body {
    font-family: 'avenirregular';
    width: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smooth: always;
    float: left;
    overflow-x: hidden;
    background: #fafafa;
    height: 100%;
}
.hidden-desktop { display: none }
.mobile-layer {
    display: none;
    visibility: hidden;
    height: 0;
}
.navbar-container,
.mobile-nav {
    display: none;
    visibility: hidden;
}
.svg-defs { height: 0; opacity: 0; width: 0; z-index: -1; position: absolute; top:0; left: 0 }
canvas {
    float: left;
    clear: both;
}
#partnerHeader {
    clear: both;
    float: left;
}
.container {
    width: 100%;
}
#canvasContainer {
    /*width: 1920px;
    height: 1000px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -960px;*/
    width: 100%;
    height: -moz-calc(100% - 80px);
    height: calc(100% - 80px);
    height: -webkit-calc(100% - 80px);
}
#aboutus {
    width: 100%;
    min-height: 480px;
    background: transparent url(../pic/bg_aboutus.jpg) 0 0;
    position: relative;
    overflow: hidden;
    float: left;
    background-size: cover;
}
nav {
    width: 100%;
    height: 80px;
    background: #000;
    float: left;
    clear: both;
}
nav.insideNav {
    margin-top: 0;
    float: none;
    position: fixed;
    z-index: 10;
}
nav div {
}
nav div span {
    float: right;
    display: inline-block;
    padding-top: 15px;
}
nav div span a {
    font-size: 12px;
    text-transform: uppercase;
    height: 50px;
    line-height: 52px;
    display: block;
    float: left;
    color: #7eb22c;
    padding: 0 20px;
    font-family: 'avenirregular';
    margin: 0 5px;
    position: relative;
}
nav div span a:after {
    display: block;
    content: "";
    position: absolute;
    top: 12px;
    right: -5px;
    width: 1px;
    height: 27px;
    background: transparent url(../pic/bg_nav.gif) no-repeat 0 0;
}
nav div span a:hover {
    color: #fff;
}
nav div span a:last-child:after {
    display: none;
    margin-right: 0;
}
nav div span a.active {
    background: #f4f4f4;
    border-radius: 3px;
    color: #7eb22c;
}
nav.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.drop1 {
    background: transparent url(../pic/aboutus/flyer1.png) no-repeat 0 0;
    width: 56px;
    height: 62px;
    position: absolute;
    top: 375px;
    left: 50%;
    margin-left: -665px;
}
.drop2 {
    background: transparent url(../pic/aboutus/flyer2.png) no-repeat 0 0;
    width: 43px;
    height: 48px;
    position: absolute;
    top: 350px;
    margin-left: -425px;
    left: 50%;
}
.drop3 {
    background: transparent url(../pic/aboutus/flyer3.png) no-repeat 0 0;
    width: 66px;
    height: 74px;
    position: absolute;
    top: 300px;
    margin-left: -85px;
    left: 50%;
}
.drop4 {
    background: transparent url(../pic/aboutus/flyer4.png) no-repeat 0 0;
    width: 43px;
    height: 48px;
    position: absolute;
    top: 275px;
    margin-left: 230px;
    left: 50%;
}
.drop5 {
    background: transparent url(../pic/aboutus/flyer5.png) no-repeat 0 0;
    width: 56px;
    height: 62px;
    position: absolute;
    top: 485px;
    margin-left: 365px;
    left: 50%;
}
.drop6 {
    background: transparent url(../pic/aboutus/flyer6.png) no-repeat 0 0;
    width: 43px;
    height: 48px;
    position: absolute;
    top: 404px;
    margin-left: 605px;
    left: 50%;
}
.text {
    padding-top: 65px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}
.text h1 {
    font-size: 40px;
    font-weight: normal;
    font-family: 'AvenirLight';
}
.text h2 {
    font-size: 24px;
    font-weight: normal;
    font-family: 'avenirregular';
    line-height: 36px;
    margin: 30px 0;
}
.text p {
    font-size: 14px;
    font-family: 'avenirregular';
    line-height: 24px;
}
.text div {
    width: 100%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    text-align: left;
}
.text hr {
    background: rgba(255,255,255,0.2);
    border: 0;
    width: 100%;
    height: 1px;
    margin: 40px 0;
}
.text div p {
    -webkit-column-break-inside:avoid;
    -moz-column-break-inside:avoid;
    -o-column-break-inside:avoid;
    -ms-column-break-inside:avoid;
    column-break-inside:avoid;
}
.text span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    width: 100%;
    clear : both;
}
.text span img {
    margin: 20px 8px 40px 8px;
}

h1 {
    font-family: 'AvenirLight';
    font-size: 72px;
    font-weight: normal;
    margin: 60px 0 30px 0;
    color: #fff;
}
h1.green { color: #7eb22c }

#team {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    clear: both;
    background: rgba(43, 43, 43, 0.05);
}
.teamItem {
    text-align: center;
    padding-bottom: 20px;
}
.teamItem svg {
    width: 120px;
    height: 135px;
    margin-bottom: 10px;
}
.teamItem svg img {
    width: 120px;
    height: 135px;
}
.teamItem em {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}
.row .teamItem:nth-child(9),
.row .teamItem:nth-child(18) {
    clear : left;
}
.teamItem span {
    color: #8a8a8a;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}

.teamMemberRow {
    float: left;
    width: 1240px;
    height: 295px;
}
.teamMemberRow:last-of-type {
    height: 360px;
    padding-bottom: 65px;
}
.teamMemberRow:last-of-type:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.teamMember {
    width: 210px;
    height: 285px;
    margin: 0 23px 10px 23px;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #8a8a8a;
    font-family: 'AvenirRoman';
    line-height: 20px;
}
.teamMemberRow .teamMember:first-child { margin-left: 0 }
.teamMemberRow .teamMember:last-child { margin-right: 0 }

.teamMember span {
    display: block;
    width: 210px;
    height: 236px;
    overflow: hidden;
    position: relative;
}
.teamMember span img {
    position: absolute;
    width: 210px;
    height: 236px;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    margin: -118px 0 0 -105px;
    transition: all 0.2s ease;
}
.teamMember span i {
    display: block;
    width: 210px;
    height: 236px;
    background: transparent url(../pic/team.png) no-repeat 0 0;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}
.teamMember span:hover img {
    width: 190px;
    height: 216px;
    margin: -108px 0 0 -93px;
}
.teamMember em {
    font-style: normal;
    font-size: 18px;
    color: #000;
}
#servicesHeader {
    width: 100%;
    height: 600px;
    clear: both;
    float: left;
    position: relative;
    background: #000;
}
.background {
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.background.bg1 {
    background: transparent url(../pic/services/bg_1.jpg) center center;
}
.servicesContent {
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
}
.servicesContent h1,
#partnerHeader h1 {
    font-family: 'AvenirLight';
    font-size: 72px;
    font-weight: normal;
    margin: 160px 0 105px 0;
    color: #fff;
}
.servicesContent h1 {
    margin: 110px 0 80px 0;
}
.servicesContent button {
    text-align: center;
    color: #fafafa;
    font-size: 18px;
    font-family: 'AvenirRoman';
    text-decoration: none;
    line-height: 20px;
    width: 180px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    transition: all 0.5s ease;
    border: 0;
    padding: 0;
    float: none;
    border-radius: 0;
    height: auto;
}
.servicesContent button:hover {
    margin-top: -20px;
}
.servicesContent button span {
    display: inline-block;
    width: 100%;
    height: 136px;
    /*background: transparent url(../pic/services/icon_bg.png) no-repeat 0 0;*/
    text-align: center;
    line-height: 136px;
    margin: 0 0 15px 0;
    vertical-align: middle;
    clear : both;
}
.servicesContent button i {
    opacity: 0;
    transition: all 0.2s ease;
    margin: 20px 0 0 0;
    display: inline-block;
    width: 114px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 38px;
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    clear: both;
}
.servicesContent button:hover i {
    opacity: 1;
}

/*.servicesContent a:hover span { background-position: 0 -136px }

.servicesContent a span img {
    vertical-align: middle;
    line-height: 136px;
    margin-top: -3px;
}*/
.servicesText,
.tab-content,
.tab-pane {
    height: 100%;
    width: 100%;
    /*overflow-y: hidden;
    max-height: calc(100vh - 130px);
    max-height: -moz-calc(100vh - 130px);
    max-height: -webkit-calc(100vh - 130px);

    max-height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;*/
}

.servCont {
    width: 100%;
    margin: 0 auto;
    padding-top: 62px;
}
.servCont h2 {
    color: #444444;
    font-size: 40px;
    font-weight: normal;
    font-family: 'AvenirLight';
    margin: 0 0 20px 0;
}
.servCont h3 {
    color: #444444;
    font-size: 24px;
    font-weight: normal;
    font-family: 'avenirregular';
    margin: 0 0 20px 0;
    line-height: 36px;
}
.servCont h3.isHalfLead {
}
.servCont .html {
    margin:0;
    width: 100%;
}
.servCont .html p {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    font-family: 'avenirregular';
    line-height: 24px;
}
.servCont .html ul {
    margin: 10px 20px;
}
.servCont .html ul li,
.servCont .html ol li {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    font-family: 'avenirregular';
    line-height: 24px;
}
.servCont .html a.button {
    display: block;
    float: left;
    border: 2px solid #90be3e;
    border-radius: 4px;
    height: 60px;
    line-height: 58px;
    padding: 0 45px 0 20px;
    color: #90be3e;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'avenirregular';
    margin: 20px 10px 0 0;
    background: transparent url(../pic/bg_button.gif) no-repeat top 19px right 27px;
}
/*#partnerHeader {
    width: 100%;
    height: 500px;
    clear: both;
    float: left;
    position: relative;
}
#partnerHeader h1 {
    margin: 100px 0 70px 0;
}*/
.partnerBackground {
    width: 100%;
    height: 500px;
    background: transparent url(../pic/bg_partnerhead.jpg) center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.partnerText {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1240px;
    margin-left: -620px;
    height: 500px;
    z-index: 2;
    text-align: center;
}
.partnerText p {
    color: #fafafa;
    font-size: 24px;
    font-family: 'avenirregular';
    line-height: 36px;
    margin-bottom: 20px;
}
.partnerText p.signature { line-height: 26px }
.partnerText p.signature span { font-size: 18px }

.partnersContainer {
    width: 100%;
    background: #fff;
    float: left;
    clear: both;
}

.partners {
    vertical-align: middle;
    /*border: 1px solid #e5e5e5;*/
    width: 100%;
    height: 260px;
    text-align: center;
    line-height: 20px;
    color: #444444;
    font-size: 14px;
}
table.partners tr:first-child td { border-top: 0 }
table.partners tr:last-child td { border-bottom: 0 }
table.partners tr td:last-child { border-right: 0 }
table.partners tr td:first-child { border-left: 0 }

.partners img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.partners:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(0%);
}
.partners a {
    line-height: 20px;
    color: #444444;
    font-size: 14px;
    text-decoration: none;
}
.map {
    width: 100%;
    height: 400px;
    position: relative;
    float: left;
    clear: both;
}
#map {
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.maphelper {
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-top: 5px solid rgba(0,0,0,.1);
}
.maphelper span {
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 35px;
    background: transparent url(../pic/maphelper.png) no-repeat 0 0;
}
.maphelper2 {
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-top: 5px solid rgba(0,0,0,.1);
}
.contact {
    width: 100%;
    height: 650px;
    border-bottom: 60px solid #90be3e;
    background: #e9f2d8 url(../pic/bg_contact.jpg) no-repeat center bottom;
    float: left;
    clear: both;
}
/*.contact > div {
    width: 1240px;
    margin: 0 auto;
}*/
.contactData {
    line-height: 28px;
}

.contact h1 {
    color: #444444;
    font-size: 40px;
    font-weight: normal;
    font-family: 'AvenirLight';
    margin: 55px 0 30px 0;
    line-height: normal;
}
span.contactAddress,
span.contactFax,
span.contactPhone,
span.contactMail {
    display: inline-block;
    height: 28px;
    padding-left: 63px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #000;
    font-family: 'avenirregular';
}
span.contactAddress { background: transparent url(../pic/bg_contactaddress.gif) no-repeat 0 0 }
span.contactPhone { background: transparent url(../pic/bg_contactphone.gif) no-repeat 0 0 }
span.contactFax { background: transparent url(../pic/bg_contactfax.gif) no-repeat 0 0 }
span.contactMail { background: transparent url(../pic/bg_contactmail.gif) no-repeat 0 0 }

span.contactMail a {
    font-size: 14px;
    color: #000;
    font-family: 'avenirregular';
}
.contactData p {
    line-height: 24px;
    font-size: 14px;
    color: #000;
    font-family: 'avenirregular';
    margin-top: 20px;
}
.twocolumn {
    float: left;
    width: 370px;
}
.twocolumn.first {
    width: 425px;
    padding-right: 55px;
}

.row.teamRow {
    display: flex;
    flex-wrap: wrap;
}
.row.teamRow > [class*='col-'] {
    display: flex;
    flex-direction: column;
    text-align: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.row.teamRow > [class*='col-'] svg { margin: 0 auto 10px auto }

.competitionHeader.kfi-16 {
    background: transparent url(../pic/kfi-16-helper.png) no-repeat bottom right;
}
.competitionHeader.kfi-16 > div {
    background: transparent url(../pic/kfi-16.png) no-repeat bottom right;
    padding: 0 470px 0 15px;
}
.row.flex-row {
    display: flex;
    flex-wrap: wrap;
}
.row.flex-row > [class*='col-'] {
    display: flex;
    flex-direction: column;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/**
    media query
                **/

@media (min-width : 1024px) and (max-width: 1199px) {
    .modal-header .modalServices { display: none }

    .row .teamItem:nth-child(9),
    .row .teamItem:nth-child(18) {
        clear : none;
    }
    .row .teamItem:nth-child(6),
    .row .teamItem:nth-child(11),
    .row .teamItem:nth-child(17) {
        clear : left;
    }
    .contact h1 {
        margin: 45px 0 30px 0;
        font-size: 40px;
    }
    nav div span a {
        font-size: 11px;
        padding: 0 10px;
        margin: 0 5px;
    }
    .servicesContent button {
        font-size: 16px;
        width: 16%;
    }
    .servicesContent button span {
        width: 100%;
        height: 136px;
        /* background: transparent url(../pic/services/icon_bg.png) no-repeat 0 0; */
        text-align: center;
        line-height: 136px;
        margin: 0 0 10px 0;
        float: left;
        vertical-align: middle;
    }
    .servicesContent h1 { margin: 60px 0 40px 0 }
    .servicesContent,
    #servicesHeader,
    .background {
        height: 500px;
    }
    .servicesContent h1, #partnerHeader h1, h1 {
        font-size: 62px;
    }
    .servicesContent button span:before { font-size: 130px !important }

}

@media (max-width : 1023px) {
    .hidden-desktop { display: block }
    .modal-dialog .modal-header {
        background: transparent !important;
        height: auto !important;
    }
    .nav-tabs {
        position: static !important;
        margin: 60px 0 0 010px;
        right: auto !important;
        text-align: left !important;
    }
    .nav-tabs li a {
        padding: 0 10px !important;
        margin-left: 10px !important;
        font-size: 14px !important;
    }
    #canvasContainer {
        display: none;
        visibility: hidden;
    }
    .row .teamItem:nth-child(9),
    .row .teamItem:nth-child(18),
    .row .teamItem:nth-child(5),
    .row .teamItem:nth-child(9),
    .row .teamItem:nth-child(13),
    .row .teamItem:nth-child(17),
    .row .teamItem:nth-child(21) {
        clear : none;
    }
    .servicesContent button {
        width: 33.33%;
    }
    h1 {
        font-size: 24px;
        margin: 20px 0;
    }
    .servicesContent button {
        font-size: 12px;
        line-height: 15px;
        float: left;
        margin-bottom: 20px;
    }
    .teamItem svg {
        width: 80px;
        height: 90px;
    }
    .teamItem em { margin-bottom: 0 }

    .teamItem svg img {
        width: 80px;
        height: 90px;
    }

    .partners a,
    .teamItem span {
        font-size: 12px;
        line-height: 14px;
        font-weight: 400;
    }
    .partners { text-align: center; height: auto;line-height: 12px !important; padding-bottom: 10px }
    .partners a img { max-width: 100% }
    .servicesContent i { display: none !important; height: 0; width: 0 }
    .servicesContent button span {
        height: auto;
        line-height: normal;
        margin: 0;
    }
    .servicesContent button span:before {
        font-size: 70px !important;
    }
    nav {
        width: 100%;
        height: 50px;
        background: #000;
        margin-top: 0 !important;
        float: left;
        clear: both;
        position: fixed !important;
        top: 0;
        left: 0;
        z-index: 100;
    }
    nav img {
        height: 50px;
        margin-left: 10px;
    }
    nav span {
        display: none !important;
    }
    #aboutus {
        width: 100%;
        min-height: 0;
        background: transparent url(../pic/bg_aboutus.jpg) 0 0;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        position: relative;
        overflow: hidden;
        float: left;
        padding: 30px 10px 10px 10px;
        margin-top: 0 !important;
    }
    .text div {
        width: 100%;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        text-align: left;
    }
    .text {
        padding-top: 15px;
        text-align: left;
        color: #fff;
        width: 100%;
        margin: 0 auto;
    }
    #aboutus h1 { font-size: 24px }
    #aboutus h2 { font-size: 18px; line-height: normal }
    #team {
        width: 100%;
        margin: 0 auto;
        padding: 25px 0 0 0;
        clear: both;
    }
    .teamMember {
        width: 180px;
        height: auto;
        margin: 0 0 10px 0;
        padding: 0 10px;
        float: left;
        text-align: center;
        font-size: 12px;
        color: #8a8a8a;
        font-family: 'AvenirRoman';
        line-height: 20px;
    }
    .teamMemberRow {
        float: left;
        width: auto;
        height: auto;
        clear: none;
    }
    .teamMemberRow:last-of-type {
        height: auto;
        padding-bottom: 20px;
    }
    .teamMember span {
        display: inline-block;
        width: 120px;
        height: 130px;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        clear: both;
    }
    .teamMember span i {
        display: block;
        width: 120px;
        height: 130px;
        background: transparent url(../pic/team.png) no-repeat 0 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .teamMember em {
        font-style: normal;
        font-size: 18px;
        color: #000;
        display: inline-block;
        width: 100%;
        clear: both;
    }
    .teamMember span img {
        position: absolute;
        width: 120px;
        height: 130px;
        top: 50%;
        left: 50%;
        z-index: 1;
        display: block;
        margin: -50% 0 0 -50%;
        transition: all 0.2s ease;
    }
    .teamMember span:hover img {
        width: 120px;
        height: 130px;
        margin: -50% 0 0 -50%;
    }
    .mobile-nav.open {
        -ms-transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        display: block;
        visibility: visible;
    }
    .mobile-nav {
        width: 100%;
        margin: 0;
        padding: 0;
        background: #000;
        z-index: 10000;
        /*-ms-transform: translate3d(-261px, 0px, 0px);
        -webkit-transform: translate3d(-261px, 0px, 0px);
        transform: translate3d(-261px, 0px, 0px);*/
        transition-property: -ms-transform, -webkit-transform, transform;
        transition-duration: 0.3s;
        position: fixed;
        top: 50px;
        left: 0;
        float: none;
        height: auto;
        line-height: normal;
        overflow-y: auto;
    }
    .mobile-nav li {
        margin: 0;
        float: none;
        background: transparent;
    }
    .mobile-nav li a {
        clear: both;
        width: 100%;
        display: inline-block;
        text-decoration: none;
        height: 50px;
        line-height: 50px;
        color: #7eb22c;
        text-transform: uppercase;
        font-family: 'AvenirRoman';
        font-size: 14px;
        padding-left: 10px;
        border-bottom: 1px solid #333333;
    }
    .mobile-nav li a:last-child { border: 0 }
    .mobile-nav li a:hover {
        background: #36475d;
    }
    .btn-navbar,
    .btn-navbar:hover,
    .btn-closeSearch {
        box-shadow: 0 0 0;
        margin: 0;
        float: right;
        position: fixed;
        top: 5px;
        right: 10px;
        z-index: 999;
        width: 36px;
        height: 41px;
        cursor: pointer;
        background: transparent url(../pic/bg_mobile-nav.gif) no-repeat 0 0;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
    }
    .mobile-layer.open {
        display: block;
        width: 100%;
        height: 100%;
        z-index: 10;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.5);
        visibility: visible;
    }
    .navbar-container {
        display: block;
        visibility: visible;
        width: 55px;
        height: 50px;
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 101;
    }
    .navbar-container.open {background: #000 }

    .btn-navbar.open .close,
    .close-search {
        display: block;
        width: 17px;
        height: 17px;
        background: transparent url(../pic/close.gif) no-repeat 0 0;
        background-size: 17px 17px;
        margin-left: 3px;
    }
    #servicesHeader {
        width: 100%;
        height: auto;
        background-position: center center !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background: transparent url(http://g-t.hu/userfiles/8/1/818313efdd1086d7154d47f58ca9d9ad_thum_1920x600.jpg) center center;
        clear: both;
        position: static;
        padding-bottom: 20px;
    }
    .servicesContent {
        width: 100%;
        height: auto;
        position: static;
    }
    .background {
        /*width: 100%;
        height: 300px;
        background-position: center center !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        */
        display: none;
    }
    .servicesContent h1, #partnerHeader h1 {
        font-family: 'AvenirLight';
        font-size: 24px;
        font-weight: normal;
        margin: 20px 0 20px 0;
        color: #fff;
    }
    .servicesContent a {
        text-align: center !important;
        color: #fafafa;
        font-size: 14px;
        font-family: 'AvenirRoman';
        text-decoration: none;
        line-height: 20px;
        width: 30%;
        display: inline-block;
        vertical-align: top;
    }
    .servicesContent a:nth-child(4n):after {
        content:"";
        display: table;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }
    .servicesContent a span {
        display: block;
        width: 100%;
        height: auto;
        text-align: center !important;
        line-height: normal;
        margin: 0 auto 5px auto;
        vertical-align: middle;
        clear: both;
        float: none;
    }
    .servicesContent > span {
        clear: both;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .servicesContent a span:before {font-size: 5em !important }

    .servCont h3 {
        color: #444444;
        font-size: 16px;
        font-weight: normal;
        font-family: 'avenirregular';
        margin: 0 0 26px 0;
        line-height: normal;
    }

    .servicesContent a em {
        width: 100%;
        clear: both;
        font-style: normal;
        display: inline-block;
    }
    .owl-dots {
        text-align: left !important;
        width: 100% !important;
        height: 40px !important;
        position: absolute;
        top: 15px !important;
        left: 0 !important;
        margin: 0 !important;
    }
    .servCont {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 20px 10px 0 10px;
    }
    .tab-content .tab-pane { background: #fff !important }
    .tab-content .tab-pane img.bg { max-width: 100% }
    .servCont div.buttons {
        text-align: center;
    }
    .servCont div.buttons a.button {
        display: inline-block;
        float: none;
        border: 2px solid #90be3e;
        border-radius: 4px;
        height: 40px;
        line-height: 38px;
        padding: 0 25px 0 10px;
        color: #90be3e;
        text-decoration: none;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'avenirregular';
        margin: 10px auto;
        background: transparent url(../pic/bg_button.gif) no-repeat top 9px right 7px;
    }
    .servBackground {
        width: 100%;
        height: 200px;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;;
        -o-background-size: cover !important;;
        background-size: cover !important;;
    }
    .servicesText .owl-nav {
        display: none;
        visibility: hidden;
    }
    .servCont .html {
        width: 100%;
    }
    .servicesText .container {
        width: 100% !important;
        height: auto;
    }
    .servicesText {
        width: 100%;
        height: auto;
        clear: both;
        float: left;
        position: relative;
    }
    .servicesText .owl-dot {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        padding: 0 5px;
    }
    /*#partnerHeader {
        width: 100%;
        clear: both;
        float: left;
        position: relative;
        height: auto;
        background: transparent url(../pic/bg_partnerhead.jpg) center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }*/
    .partnerText {
        position: static;
        top: 0;
        left: 0;
        width: 100%;
        margin-left: 0;
        height: auto;
        z-index: 2;
        text-align: center;
    }
    .partnerBackground {display: none}

    .partnerText p {
        color: #fafafa;
        font-size: 16px;
        font-family: 'avenirregular';
        line-height: normal;
        margin-bottom: 20px;
        padding: 0 20px;
    }
    /*#partnerHeader .owl-dots {
        width: 100%;
        margin: 0;
        bottom: 0 !important;
        top: auto !important;
        left: 0;
        height: 10px;
        text-align: center !important;
        float: left;
        position: static;
    }
    .owl-theme .owl-controls {
        margin-top: 0 !important;
        text-align: center;
    }
    #partnerHeader h1 {
        font-family: 'AvenirLight';
        font-size: 24px;
        font-weight: normal;
        margin: 25px 0 15px 0;
        color: #fff;
    }*/
    table.partners {
        width: 100%;
        margin: 20px auto;
        border-spacing: 0;
        border-collapse: collapse;
        table-layout: fixed;
    }
    table.partners td {
        vertical-align: middle;
        border: 1px solid #e5e5e5;
        width: 25%;
        height: auto;
        text-align: center;
    }
    table.partners td img {
        max-width: 100%;
    }
    .contact {
        width: 100%;
        height: auto;
        border-bottom: 0;
        background: #e9f2d8;
        float: left;
        clear: both;
    }
    .contactData {
        float: left;
        width: 100%;
        line-height: 28px;
        padding-left: 10px;
    }
    .contact h1 {
        color: #444444;
        font-size: 24px;
        font-weight: normal;
        font-family: 'AvenirLight';
        margin: 15px 0 20px 0;
        line-height: normal;
    }
    .servCont h2 {
        color: #444444;
        font-size: 24px;
        font-weight: normal;
        font-family: 'AvenirLight';
        margin: 0 0 15px 0;
        max-width: 100%;
    }
    .contact > div {
        width: 100%;
        margin: 0 auto;
    }
    .contactForm {
        width: 100%;
        padding: 0 10px 130px 10px;
        background: #e9f2d8 url(../pic/bg_contact.jpg) no-repeat center bottom;
        background-size: auto 180px;
    }
    .twocolumn,
    .twocolumn.first {
        width: 100%;
        padding-right: 0;
    }
    .contact p.bottom { background: #91bc47; clear: both; width: 100%; float: left; padding: 10px; color: #fff; font-size: 13px }
    .servCont h3.isHalfLead {
        width: 100%;
    }
    .text span {
        font-size: 12px;
        line-height: normal;
    }
    .modal-header .modalServices { display: none }

}
@media (max-width : 640px) {
    .contactForm {
        background: transparent url(../pic/bg_mobilefooter.gif) no-repeat center bottom;
        background-size: 100% auto;
        padding: 0 10px 150px 10px;
    }
}

.static {
    background: #fff;
    width: 100%;
}
.competitionHeader {
    border-bottom: 10px solid #7ab644;
    width: 100%;
    margin-top: 80px;
}
.competitionHeader > div {
    min-height: 320px;
    background: transparent url(../pic/sz2020.png) no-repeat 0 0;
    padding-left: 216px;
}
.competitionHeader > div div { min-height: 320px }

div.html {
    margin: 0 auto;
    padding-bottom: 30px;
}
div.html:before,
div.html:after {
    display: table;
    content: "";
    width: 100%;
    clear: both;
}
div.html > div {
    width: 100%;
}
.html ol,
.html ul {
    color: #444;
    font-family: 'avenirregular';
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    padding: 10px 0;
    margin: 0 25px;
}

.competitionHeader h2 {
    color: #7ab644;
    font-family: 'avenirregular';
    font-size: 20px;
    font-weight: normal;
    line-height: 27px;
}
.competitionHeader h1 {
    color: #7ab644;
    font-family: 'avenirregular';
    font-size: 26px;
    font-weight: normal;
    line-height: 36px;
    text-transform: uppercase;
    margin: 15px 0;
}
.competitionHeader p {
    color: #4a4a4a;
    font-family: 'avenirregular';
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin: 10px 0;
}
div.html p {
    color: #444;
    font-family: 'avenirregular';
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    padding: 10px 0;
}
h1.staticTitle {
    color: #444;
    font-family: 'AvenirLight';
    font-size: 42px;
    font-weight: normal;
    margin: 0;
    padding: 10px 0;
}
div.html div h1.staticTitle:first-child {
    padding-top: 40px;
}

@media (max-width : 1240px) {
    .competitionHeader { width: 100% }
    .competitionHeader > div { width: 100% }
    .competitionHeader > div > div { width: 100%; height: auto }
    div.html { width: 100% }
    div.html > div { width: 100% }
}
@media (max-width : 1024px) {
    div.static { padding-top: 50px }
    .competitionHeader h1 { font-size: 20px; line-height: normal }
}
@media (max-width : 800px) {
    .competitionHeader > div { background: #fff !important; padding: 20px !important; }
    /*div.html > div { padding: 20px }*/
    h1.staticTitle { font-size: 30px; margin: 0 0 20px 0 }
}

@media (max-width : 767px) {
    #team .row.text-center .teamItem:nth-child(3n+1) { clear: left }
    .partnersContainer .row .partners:nth-child(2n+1) { clear: left;}
}
.langChange{
    padding: 8px 0;
    margin: 0;
}
a.langChange:after{
    display: none;
}

/**
    modal
            **/

.modal { padding: 0 !important; overflow: hidden !important;}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(43, 43, 43, 0.5) !important;
    opacity: 1 !important;
}
.modal-dialog {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    overflow: hidden;
    max-height: 100%;
}
.modal-content {
    -webkit-box-shadow: none;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 0 !important;
    background-color: #ffffff;
    width: 100%;
    overflow: hidden !important;
    position: static !important;
    height: 100%;
    max-height: 100vh;
}
.modal-title {
    color: #d91f2b;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}


.modal-dialog {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*display: flex;
    align-items: flex-start;
    justify-content: flex-start;*/
    background: #fff !important;
}
.modal-dialog .modal-header {
    padding: 0;
    border: 0;
    background: #F5F5F5;
    height: 130px;
}
.modal-dialog .modal-header h2 {
    color: #0b0b0b;
    font-size: 17px;
    line-height: 60px;
    margin: 0;
    text-transform: none;
    text-align: center;
    font-weight: normal;
    border-bottom: 1px solid #e1e1e1;
}
.modal-dialog .modal-footer {
    border: 0;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #e1e1e1;
    font-size: 14px;
    color: #555555;
}
.modal-dialog .modal-footer a {
    font-family: 'helveticaneueltpro-bd';
    text-decoration: underline;
    color: #555555;
}
.modal-dialog .modal-body {
    padding: 0;
    overflow-y: auto;
    /*min-height: 608px;*/
    max-height: calc(100vh - 130px);
    max-height: -moz-calc(100vh - 130px);
    max-height: -webkit-calc(100vh - 130px);
    /*max-height: 100%;*/
}
/*.servicesText {
    position: absolute;
    top: 0;
    left: 0;
}*/


.modal-dialog .modal-body:after {
    display: table;
    width: 100%;
    content: "";
    clear: both;
}
a.modalServices {
    color: #000000;
    font-size: 14px;
    font-family: 'avenirregular';
    float : left;
    width: 140px;
    display: block;
    margin: 10px 30px 0 0;
    text-align: center;
}
a.modalServices span:before {
    font-size: 60px;
    color: #7eb22c;
}
.modalServices.active { color: #7eb22c }

.modal .close {
    background: transparent url(../pic/closebg.png) no-repeat 0 0;
    width: 142px;
    height: 46px;
    position: absolute;
    top: 0;
    right: 15px;
    opacity: 1 !important;
    z-index: 10;
    line-height: 46px;
    color: #7eb22c !important;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'avenirregular';
    font-weight: normal;
    text-align: center;
    padding-left: 20px;
    margin: 0 !important;
    float: none !important;
    text-shadow: none !important;
}
.nav-tabs {
    position: absolute;
    top: 60px;
    right: 20px;
    text-align: right;
    z-index: 2;
}
.nav-tabs li { float: none !important; display: inline-block !important  }
.nav-tabs li a {
    background: transparent;
    border: 1px solid #c6c6c6;
    height: 40px;
    line-height: 40px;
    padding: 0 13px;
    border-radius: 2px;
    margin-left: 12px;
    font-size: 16px;
    color: #444444;
    display: inline-block;
}
.nav-tabs li.active a {
    border: 1px solid #90be3e;
    color: #90be3e;
}

@media (max-width: 767px) {

    .row.flex-row:before,
    .row.flex-row:after,
    .row.teamRow:before,
    .row.teamRow:after {
        content: normal !important;
    }

    .servCont .html a.button {
        height: 50px;
        line-height: 48px;
        padding: 0;
        width: 100%;
        text-align: center;
        font-size: 16px;
        margin: 20px 10px 0 0;
        background: transparent;
    }
    .hidden-desktop { display: none }

    .servCont .html p {
        font-size: 12px;
        font-weight: normal;
        font-family: 'avenirregular';
        line-height: 18px;
    }
    .servCont h3 {
        font-size: 14px;
    }
    .nav-tabs li a {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        margin: 0 0 10px 10px;
        font-size: 12px;
    }
    .servCont {
        padding: 55px 10px 0 10px;
    }
}

.row.flex-row:before,
.row.flex-row:after,
.row.teamRow:before,
.row.teamRow:after {
    content: normal !important;
}

.sz2020 {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    background: transparent url(../pic/szechenyi@2x.png) no-repeat 0 0;
    width: 215px;
    height: 150px;
    background-size: cover;
    z-index: 101;
}
.insideNav + .sz2020,
.fixed-nav + .sz2020 {
    top: 80px;
}
@media (max-width: 1023px) {
    .sz2020 {
        display: none;
    }
}