
/*a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}*/

.color1 {
    color: #2e3e49 !important;
}
.color2 {
    color: #2e3e48 !important;
}
.color3 {
    color: #959595 !important;
}
.color4 {
    color: #a6bdca !important;
}
.color5 {
    color: #223 !important;
}
.color6 {
    color: #00a1de !important;
}
.color7 {
    color: #2e3e49 !important;
}
.color8 {
    color: #223 !important;
}
.color9 {
    color: #6d6f70 !important;
}
.color10 {
    color: rgba(255, 255, 255, 0.75) !important;
}
.bgcolor1 {
    background-color: #2e3e49 !important;
}
.bgcolor2 {
    background-color: #2e3e48 !important;
}
.bgcolor3 {
    background-color: #e4e5ee !important;
}
.bgcolor {
    background-color: #f5f5f5 !important;
}
.bgcolor4 {
    background-color: #ededed !important;
}
.bgcolor5 {
    background-color: #d7e4ea !important;
}
.bgcolor6 {
    background-color: #00a1de !important;
}
.bgcolor7 {
    background-color: #2e3e49 !important;
}
.bgcolor8 {
    background-color: #223 !important;
}
.bgcolor9 {
    background-color: #6d6f70 !important;
}
.bgcoloror {
    background-color: rgba(1, 29, 73, 0.80) !important;
}
.bgcolortr {
    background-color: rgba(255,255,255,0.25) !important;
}

.bgresults {
    background-color: #ffffff !important;
    /*background-color: rgba(131, 160, 188, 0.15) !important;*/
}

.welcomebg {
    /*background-color: rgba(9, 23, 57, 0.95);*/
    background-color: #f5f5f5;
}

a.c1:link {
    color: #2e3e49 !important;
}
a.c1:visited {
    color: #2e3e49 !important;
}
a.c1:hover {
    color: #00a1de !important;
    text-decoration: none;
}

a.c2:link {
    color: #00a1de !important;
}
a.c2:visited {
    color: #00a1de !important;
}
a.c2:hover {
    color: #2e3e49 !important;
    text-decoration: none;
}

a.c3:link {
    color: #00a1de !important;
    text-decoration: underline;
}

a.c3:visited {
    color: #00a1de !important;
}

a.c3:hover {
    color: #2e3e49 !important;
}

a.cred {
    color: #960000 !important;
}
a.cred:link {
    color: #960000!important;
}
a.cred:visited, a.cred:active, a.cred:focus {
    color: #960000!important;
}
a.cred:hover {
    color: #ff0000!important;
    text-decoration: none!important;
}

a.blogs {
    color: #00a1de !important;
}

a.blogs:link {
    color: #00a1de !important;
}

a.blogs:visited, a.cred:active, a.cred:focus {
    color: #00a1de !important;
}

a.blogs:hover {
    color: #2e3e49 !important;
    text-decoration: none !important;
}

a.gv:link {
    color: #2e3e49 !important;
    opacity: 1 !important;
}

a.gv:visited, a.gv:focus {
    color: #2e3e49 !important;
}

a.gv:hover {
    color: #00a1de !important;
    text-decoration: none;
}

a.gold1:link {
    color: #896d20 !important;
    opacity: 1 !important;
    text-decoration: underline !important;
}

a.gold1:visited, a.gold1:focus {
    color: #896d20 !important;
    text-decoration: underline !important;
}

a.gold1:hover {
    color: #9c896b !important;
    text-decoration: underline!important;
}


a.footfb, a.footfb:link {
    color: #ffffff !important;
    opacity: 1 !important;
    text-decoration: none !important;
}

a.footfb:visited, a.gold:focus {
    color: #ffffff !important;
    text-decoration: none !important;
}

a.footfb:hover {
    color: rgba(255, 255, 255, 0.75) !important;
    text-decoration: underline !important;
}

a.contact:link {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.75);
}
a.contact:visited, a.contact:focus {
    /*text-decoration: none;*/
    color: rgba(255, 255, 255, 0.75);
}
a.contact:hover {
    color: #ffffff !important;
    /*text-decoration: underline !important;*/
}

a.offers:link {
    color: #2e3e49 !important;
    opacity: 1 !important;
}

a.offers:visited, a.offers:focus {
    color: #2e3e49 !important;
}

a.offers:hover {
    color: #fff !important;
    text-decoration: none;
}

/*.checkbox-theme input[type="checkbox"]:checked + label::before {
    border: 2px solid #000;
}

input[type=checkbox]:checked + label:before {
    color: #000;
}*/

.error404-content h1 {
    color: #896d20
}

.copyalignl {
    text-align: left;
}

.copyalignr {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .copyalignl {
        text-align: center;
    }

    .copyalignr {
        text-align: center;
    }
}

.showit {
    display: inline-block!important;
}
.hideit {
    display: none;
}

.captcha {
    font-size: 14px;
    line-height: 18px;
    color: #6d6f70;
}

.captcha img {
    -webkit-filter: opacity(85%) !important;
    filter: opacity(85%) !important;
    border: solid 3px rgba(0, 0, 0, 0.15);
}
.captcha input {
    padding: 5px;
    text-align: center;
    letter-spacing: 0.07em;
    min-width: 100px;
    color: #223;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

/*@media only screen and (max-width: 768px) {
    .captcha > span {
        float: none !important;
        text-align: center !important;
    }
}*/

.btn2back {
    height: 36px;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    color: #595969;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #cccccc;
}

.btn2 {
    color: rgba(0, 0, 0, 0.60);
    background-color: #cccccc;
    font-size: 16px !important;
    font-weight: 500;
    text-decoration: none !important;
    border: solid 1px #cccccc;
    text-align: center;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);*/
    /*-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;*/
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    /*width: 116px;*/
    /*height: 40px;*/
    /*font-family: 'Didact+Gothic', sans-serif !important;*/
    /*border: solid 1px rgba(16, 77, 62, 0.50);*/
    margin-bottom: 9px !important;
    height: 36px;
    padding: 2px 0;
    border-radius: 0!important;
}

    .btn2:hover {
        color: #fff;
        background-color: #00a1de;
        border: solid 1px #00a1de;
    }

    .btn2.active {
        color: #595969;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        /*border: solid 1px #fff;*/
    }

        .btn2.active:after {
            position: absolute;
            top: 4px;
            /*left: 4px;*/
            /*left: 50%;*/
            font-family: FontAwesome;
            /*font-weight: 700;*/
            content: '\f00c';
            color: #595969;
            text-align: center;
            padding: 3px 0;
        }

.btn3 {
    /*color: rgba(255, 255, 255, 0.50) !important;*/
    color: rgba(255, 255, 255, 0.75) !important;
    background-color: #2e3e49;
    font-size: 16px !important;
    /*font-weight: 500 !important;*/
    text-decoration: none !important;
    /*border:solid 1px rgba(255,255,255,0.25);*/
    text-align: center;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    /*text-transform: uppercase!important;*/
    /*width: 116px;*/
    /*height: 40px;*/
    /*font-family: 'Roboto', sans-serif !important;*/
    /*border: solid 2px rgba(0, 0, 0, 0.50);*/
    /*text-transform: uppercase;*/
    /*letter-spacing: 1px;*/
}

    .btn3:hover {
        /*color: #0f2049;
        background-color: #fff;*/
        color: #fff !important;
        background-color: #00a1de;
        /*border: solid 2px #960000;*/
    }

    .btn3.active {
        color: #fff !important;
        background-color: #00a1de !important;
        /*color: #FFF;
        background-color: rgba(31, 64, 122, 0.9);
        border: solid 1px #0f2049;*/
        /*border: solid 2px #960000;*/
    }

.btnpar {
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
    font-size: 16px !important;
    font-weight: 500;
    text-decoration: none !important;
    border:solid 2px rgba(255,255,255,0.85);
    text-align: center;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);*/
    /*-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;*/
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    white-space: normal;
    /*width: 116px;*/
    /*height: 40px;*/
}

    .btnpar:hover {
        color: #bcac83;
        background-color: #fff;
        border: solid 2px rgba(255,255,255,0.85);
    }

    .btnpar.active {
        color: #9c896b;
        background-color: #ffffff;
        border: solid 2px rgba(255,255,255,0.85);
    }

.btnsearch {
    color: rgba(255, 255, 255, 1);
    background-color: #00a1de;
    font-size: 16px !important;
    font-weight: 400;
    text-decoration: none !important;
    /*border: solid 2px rgba(255,255,255,0.85);*/
    text-align: center;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);*/
    /*-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;*/
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    white-space: normal;
    /*letter-spacing: 0.025em;*/
    /*width: 116px;*/
    padding: 8px;
    line-height: 1em;
    height: 36px;
    border-radius: 0;
}

.btnsearch:hover {
    color: #fff;
    background-color: #2e3e49;
    /*border: solid 2px rgba(255,255,255,0.85);*/
}

    .btnsearch:active {
        color: #fff;
        background-color: #2e3e49;
        /*border: solid 2px rgba(255,255,255,0.85);*/
    }

    .btnsearch:focus {
        color: #fff;
    }

.btnstud {
    color: rgba(255, 255, 255, 1);
    background-color: #00a1de;
    font-size: 14px !important;
    font-weight: 400;
    text-decoration: none !important;
    border: solid 2px rgba(255,255,255,0.80);
    text-align: center;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);*/
    /*-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;*/
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    white-space: normal;
    /*margin-left: 20px;*/
    padding: 4px 6px;
    opacity: 1;
    /*letter-spacing: 0.025em;*/
    /*width: 116px;*/
    /*height: 40px;*/
    z-index: 2;
    line-height: 23px;
}

    .btnstud:hover {
        color: #fff;
        background-color: #2e3e49;
        border: solid 2px rgba(255,255,255,1);
        /*border: solid 2px rgba(255,255,255,0.85);*/
        opacity: 01;
    }

    .btnstud:active {
        color: #fff;
        background-color: #2e3e49;
        border: solid 2px rgba(255,255,255,1);
        /*border: solid 2px rgba(255,255,255,0.85);*/
    }

    .btnstud:focus {
        color: #fff!important;
    }

    .btnstud img {
        height: 25px;
        padding-right: 5px;
    }

    .btnstud i {
        font-size: 20px;
        line-height: 23px;
        vertical-align: bottom;
        -webkit-text-stroke: 1px #00a1de;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .btnstud:hover i {
        -webkit-text-stroke: 1px #2e3e49;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

.relset {
    position: relative;
    top: -10px;
}

.parallax {
    background-image: url("/images/parallax.jpg");
    height: 100%;
    background-attachment: fixed;
    background-position: top;
    position: relative;
    top: -30px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
}

    .parallax > div {
        /*background-image: -webkit-linear-gradient(45deg, #8db4dc 10%, rgba(0, 84, 164, 0.6) 100%);*/
        /*background-image: linear-gradient(45deg, rgba(25, 50, 94, 0.10) 0%, rgba(65, 76, 95, 0.55) 100%);*/
        /*background-image: linear-gradient(45deg, #244791 10%, rgba(0, 84, 164, 0.6) 100%);*/
        background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.50) 100%);
        /*background-color: rgba(0, 0, 0, 0.20);*/
        height: 100%;
        min-height: 600px;
        /*padding: 100px;*/
        /*text-align: center;*/
        /*font-size: 24px !important;
        font-weight: 400;*/
    }

    .parallax .logoimg img {
        width: 400px;
        padding-top: 220px;
        margin-left: 40px;
    }

.bgmandate {
    background-image: url("/images/mandate.jpg");
    height: 100%;
    background-attachment: scroll;
    background-position: top;
    position: relative;
    /*top: -15px;*/
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

    .bgmandate > div {
        /*background-image: -webkit-linear-gradient(45deg, #8db4dc 10%, rgba(0, 84, 164, 0.6) 100%);*/
        /*background-image: linear-gradient(45deg, rgba(25, 50, 94, 0.10) 0%, rgba(65, 76, 95, 0.55) 100%);*/
        /*background-image: linear-gradient(45deg, #244791 10%, rgba(0, 84, 164, 0.6) 100%);*/
        /*background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.30) 100%, rgba(0, 0, 0, 0.20) 0%);*/
        /*background-color: rgba(0, 0, 0, 0.20);*/
        background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 161, 222, 0.35), rgba(0, 161, 222, 0.70), rgba(0, 161, 222, 1));
        background-image: linear-gradient(rgba(0, 26, 42, 0.60), rgb(0, 147, 203, 0.95));
        height: auto 100%;
        min-height: 92vh;
        padding-top: 60px;
        /*padding: 100px;*/
        /*text-align: center;*/
        /*font-size: 24px !important;
        font-weight: 400;*/
    }

    /*.bgmandate .logoimg img {
        width: 400px;
        padding-top: 600px;
        margin-left: 40px;
    }*/

    .bgmandate h3 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .bgmandate h2 {
        font-size: 38px;
        letter-spacing: 0.025em;
        padding-left: 50px;
        padding-bottom: 25px;
        text-shadow: 1px 1px 2px #2e3e49;
    }

.bgparallaxmandate {
    background-color: rgba(241, 242, 247, 0.932) !important;
    padding: 80px 40px;
    padding-bottom: 20px;
    min-height: 100vh;
}


.bgprofile {
    background-image: url("/images/profile.jpg");
    height: 100%;
    background-attachment: scroll;
    background-position: top;
    position: relative;
    /*top: -15px;*/
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

    .bgprofile > div {
        /*background-image: -webkit-linear-gradient(45deg, #8db4dc 10%, rgba(0, 84, 164, 0.6) 100%);*/
        /*background-image: linear-gradient(45deg, rgba(25, 50, 94, 0.10) 0%, rgba(65, 76, 95, 0.55) 100%);*/
        /*background-image: linear-gradient(45deg, #244791 10%, rgba(0, 84, 164, 0.6) 100%);*/
        /*background-image: linear-gradient(45deg, rgba(0, 67, 130, 0.60) 100%, rgba(0, 67, 130, 0.30) 0%);*/
        /*background-image: linear-gradient(135deg, rgba(52, 165, 222, 0.60) 100%, rgba(52, 165, 222, 0.60) 0%);*/
        /*background: rgba(0, 161, 222, 0.5);*/
        background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 161, 222, 0.35), rgba(0, 161, 222, 0.70), rgba(0, 161, 222, 1));
        height: auto 100%;
        min-height: 92vh;
        padding-top: 60px;
        /*padding: 100px;*/
        /*text-align: center;*/
        /*font-size: 24px !important;
        font-weight: 400;*/
    }

    .bgprofile .logoimg img {
        /*width: 400px;*/
        /*padding-top: 640px;
        margin-left: 40px;*/
    }

    .bgprofile h3 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .bgprofile h2 {
        font-size: 38px;
        letter-spacing: 0.025em;
        padding-left: 50px;
        padding-bottom: 25px;
        text-shadow: 1px 1px 2px #2e3e49;
    }

.bgprofilecyprus {
    background-image: url("/images/cyprus.jpg");
}

.bgparallaxprofile {
    background-color: rgba(0, 161, 222, 0.9) !important;
    padding: 80px 40px;
    padding-bottom: 20px;
    min-height: 100vh;
}

    .bgparallaxprofile p {
        font-size: 18px !important;
    }

.bginquiry {
    background-image: url("/images/inquiry.jpg");
    height: 100%;
    background-attachment: scroll;
    background-position: top;
    position: relative;
    /*top: -15px;*/
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

    .bginquiry > div {
        /*background-image: -webkit-linear-gradient(45deg, #8db4dc 10%, rgba(0, 84, 164, 0.6) 100%);*/
        /*background-image: linear-gradient(45deg, rgba(25, 50, 94, 0.10) 0%, rgba(65, 76, 95, 0.55) 100%);*/
        /*background-image: linear-gradient(45deg, #244791 10%, rgba(0, 84, 164, 0.6) 100%);*/
        /*background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.40) 100%, rgba(0, 0, 0, 0.10) 0%);*/
        /*background-color: rgba(0, 0, 0, 0.20);*/
        background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 161, 222, 0.35), rgba(0, 161, 222, 0.70), rgba(0, 161, 222, 1));
        background-image: linear-gradient(rgba(0, 26, 42, 0.65), rgb(0, 147, 203, 0.95));
        height: auto 100%;
        min-height: 92vh;
        padding-top: 60px;
        /*padding: 100px;*/
        /*text-align: center;*/
        /*font-size: 24px !important;
        font-weight: 400;*/
    }

    /*.bginquiry .logoimg img {
        width: 400px;
        padding-top: 600px;
        margin-left: 40px;
    }*/

    .bginquiry h3 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .bginquiry h2 {
        font-size: 38px;
        letter-spacing: 0.025em;
        padding-left: 50px;
        padding-bottom: 25px;
        text-shadow: 1px 1px 2px #2e3e49;
    }

.bgparallaxinquiry {
    background-color: rgba(241, 242, 247, 0.932) !important;
    padding: 80px 40px;
    padding-bottom: 20px;
    min-height: 100vh;
}

.bgcontact {
    background-image: url("/images/contact.jpg");
    height: 100%;
    background-attachment: scroll;
    background-position: top;
    position: relative;
    /*top: -15px;*/
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

    .bgcontact > div {
        /*background-image: -webkit-linear-gradient(45deg, #8db4dc 10%, rgba(0, 84, 164, 0.6) 100%);*/
        /*background-image: linear-gradient(45deg, rgba(25, 50, 94, 0.10) 0%, rgba(65, 76, 95, 0.55) 100%);*/
        /*background-image: linear-gradient(45deg, #244791 10%, rgba(0, 84, 164, 0.6) 100%);*/
        /*background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.40) 100%, rgba(0, 0, 0, 0.10) 0%);*/
        /*background-color: rgba(0, 0, 0, 0.20);*/
        background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 161, 222, 0.35), rgba(0, 161, 222, 0.70), rgba(0, 161, 222, 1));
        background-image: linear-gradient(rgba(0, 26, 42, 0.55), rgb(0, 147, 203, 0.95));
        height: auto 100%;
        min-height: 92vh;
        padding-top: 60px;
        /*padding: 100px;*/
        /*text-align: center;*/
        /*font-size: 24px !important;
        font-weight: 400;*/
    }

    /*.bgcontact .logoimg img {
        width: 400px;
        padding-top: 600px;
        margin-left: 40px;
    }*/

    .bgcontact h3 {
        padding-left: 50px;
        padding-right: 50px;
    }

    .bgcontact h2 {
        font-size: 38px;
        letter-spacing: 0.025em;
        padding-left: 50px;
        padding-bottom: 25px;
        text-shadow: 1px 1px 2px #2e3e49;
    }

.bgparallaxcontact {
    background-color: rgba(241, 242, 247, 0.932) !important;
    padding: 80px 40px;
    padding-bottom: 20px;
    min-height: 100vh;
}

    .bgcontactmap {
    /*min-height: 100vh;*/
}

    .bgcontactmap > div {
        /*background-image: -webkit-linear-gradient(45deg, #8db4dc 10%, rgba(0, 84, 164, 0.6) 100%);*/
        /*background-image: linear-gradient(45deg, rgba(25, 50, 94, 0.10) 0%, rgba(65, 76, 95, 0.55) 100%);*/
        /*background-image: linear-gradient(45deg, #244791 10%, rgba(0, 84, 164, 0.6) 100%);*/
        /*background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.30) 100%, rgba(0, 0, 0, 0.20) 0%);*/
        /*background-color: rgba(0, 0, 0, 0.20);*/
        /*background-image: linear-gradient(45deg, rgba(25, 50, 94, 0.45) 0%, rgba(25, 50, 94, 0.30) 100%);*/
        height: auto 100%;
        /*min-height: 100vh;*/
        /*padding-top: 60px;*/
        /*padding: 100px;*/
        /*text-align: center;*/
        /*font-size: 24px !important;
        font-weight: 400;*/
    }

    .bgcontactmap .logoimg img {
        /*width: 400px;*/
        padding-top: 40px;
        margin-left: 40px;
    }

    .bgcontactmap h3 {
        padding-left: 50px;
        padding-right: 50px;
    }

    .bgcontactmap h2 {
        font-size: 38px;
        letter-spacing: 0.025em;
        padding-left: 50px;
        padding-bottom: 15px;
    }

.bgparallaxcontactmapleft {
    position: fixed;
    /*top: 40px;*/
    top: 0;
    left: 0;
    /*height: 100vh;*/
    padding-left: 0;
    padding-right: 0;
}
.bgparallaxcontactmapright {
    background-color: rgba(0, 82, 166, 0.80) !important;
    position: absolute;
    /*top: 40px;*/
    top: 0;
    right: 0;
    /*bottom: 0;*/
    padding-top: 120px;
    /*padding-bottom: 40px;*/
    height: 100vh;
    z-index: 11;
}

/*.offices {
    margin: 0 auto;
    width: 100%;
}

img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
    position: relative;
    background-attachment: scroll;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2e3e49;
    z-index: 10;
}*/


.bgpartners {
    background-image: url("/images/partners.jpg");
    height: 100%;
    background-attachment: scroll;
    background-position: top;
    position: relative;
    /*top: -15px;*/
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 92vh;
}

    .bgpartners > div {
        /*background-image: -webkit-linear-gradient(45deg, #8db4dc 10%, rgba(0, 84, 164, 0.6) 100%);*/
        /*background-image: linear-gradient(45deg, rgba(25, 50, 94, 0.10) 0%, rgba(65, 76, 95, 0.55) 100%);*/
        /*background-image: linear-gradient(45deg, #244791 10%, rgba(0, 84, 164, 0.6) 100%);*/
        background-image: linear-gradient(45deg, rgba(0, 82, 166, 0.40) 100%, rgba(0, 0, 0, 0.20) 0%);
        /*background-color: rgba(0, 0, 0, 0.20);*/
        height: auto 100%;
        min-height: 92vh;
        padding-top: 60px;
        /*padding: 100px;*/
        /*text-align: center;*/
        /*font-size: 24px !important;
        font-weight: 400;*/
    }

    .bgpartners .logoimg img {
        /*width: 400px;*/
        padding-top: 410px;
        margin-left: 40px;
    }

    .bgpartners h3 {
        padding-left: 50px;
        padding-right: 50px;
    }

    .bgpartners h2 {
        font-size: 40px;
        letter-spacing: 0.025em;
        padding-left: 50px;
        padding-bottom: 10px;
    }

.bgparallaxpartners {
    background-color: rgba(0, 82, 166, 0.85) !important;
    /*background-color: rgba(255,255,255,0.85) !important;*/
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 100vh;
}

.bgregister {
    background-image: url("/images/register.jpg");
    height: 100%;
    background-attachment: scroll;
    background-position: top;
    position: relative;
    /*top: -15px;*/
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

    .bgregister > div {
        /*background-image: -webkit-linear-gradient(45deg, #8db4dc 10%, rgba(0, 84, 164, 0.6) 100%);*/
        /*background-image: linear-gradient(45deg, rgba(25, 50, 94, 0.10) 0%, rgba(65, 76, 95, 0.55) 100%);*/
        /*background-image: linear-gradient(45deg, #244791 10%, rgba(0, 84, 164, 0.6) 100%);*/
        /*background-image: linear-gradient(45deg, rgba(36, 76, 116, 0.65) 100%, rgba(0, 0, 0, 0.35) 0%);*/
        background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 161, 222, 0.35), rgba(0, 161, 222, 0.70), rgba(0, 161, 222, 1));
        background-image: linear-gradient(rgba(0, 26, 42, 0.55), rgb(0, 147, 203, 0.95));
        /*background-color: rgba(0, 0, 0, 0.20);*/
        height: auto 100%;
        min-height: 92vh;
        padding-top: 60px;
        /*padding: 100px;*/
        /*text-align: center;*/
        /*font-size: 24px !important;
        font-weight: 400;*/
    }

    /*.bgregister .logoimg img {
        width: 400px;
        padding-top: 480px;
        margin-left: 40px;
    }*/

    .bgregister h3 {
        padding-left: 50px;
        padding-right: 50px;
    }

    .bgregister h2 {
        font-size: 38px;
        letter-spacing: 0.025em;
        padding-left: 50px;
        padding-bottom: 25px;
        text-shadow: 1px 1px 2px #2e3e49;
    }

.bgregister ul {
    padding-left: 40px;
    padding-top: 10px;
}

.bgparallaxregister {
    background-color: rgba(241, 242, 247, 0.932) !important;
    padding: 80px 40px;
    padding-bottom: 20px;
    min-height: 100vh;
    /*background-color: rgba(255,255,255,0.75) !important;
    padding-top: 40px;
    padding-bottom: 20px;
    min-height: 92vh;*/
}

#blognav {
    position: fixed;
    /*width: 250px;*/
    left: 0;
    right: 0;
    /*overflow-y: scroll;*/
    background-color: red;
    top: 40px;
    z-index: -1;
    height: 100vh;
}

.bgparallaxblog {
    background-color: rgba(255,255,255,0.80) !important;
    padding-top: 110px;
    padding-bottom: 20px;
    height: 100%;
}
#blognav {
    display: normal;
}
.bgblog h4 {
    text-align: right;
    float: right;
}

.bgindividual {
    background-image: url("/images/individual.jpg");
    height: 100%;
    background-attachment: fixed;
    background-position: top;
    position: relative;
    /*top: -15px;*/
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 92vh;
}

    .bgindividual > div {
        /*background-image: -webkit-linear-gradient(45deg, #8db4dc 10%, rgba(0, 84, 164, 0.6) 100%);*/
        /*background-image: linear-gradient(45deg, rgba(25, 50, 94, 0.10) 0%, rgba(65, 76, 95, 0.55) 100%);*/
        /*background-image: linear-gradient(45deg, #244791 10%, rgba(0, 84, 164, 0.6) 100%);*/
        background-image: linear-gradient(45deg, rgba(24, 73, 124, 0.60) 100%, rgba(0, 0, 0, 0.10) 0%);
        /*background-color: rgba(0, 0, 0, 0.20);*/
        height: auto 100%;
        min-height: 92vh;
        padding-top: 60px;
        /*padding: 100px;*/
        /*text-align: center;*/
        /*font-size: 24px !important;
        font-weight: 400;*/
    }

    .bgindividual .logoimg img {
        /*width: 400px;*/
        padding-top: 580px;
        margin-left: 40px;
    }

    .bgindividual h3 {
        padding-left: 50px;
        padding-right: 50px;
    }

    .bgindividual h2 {
        font-size: 40px;
        letter-spacing: 0.025em;
        padding-left: 50px;
        padding-bottom: 10px;
    }

.bgparallaxindividual {
    background-color: rgba(0, 82, 166, 0.95) !important;
    /*background-color: rgba(255,255,255,0.85) !important;*/
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 92vh;
    color: #ffffff;
}

.bgservices {
    background-image: url("/images/services.jpg");
    height: 100%;
    background-attachment: scroll;
    background-position: top;
    position: relative;
    /*top: -15px;*/
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.bgservicesback1 {
    background-image: url("/images/services/services1.jpg") !important;
}
.bgservicesback2 {
    background-image: url("/images/services/services2.jpg") !important;
}
.bgservicesback3 {
    background-image: url("/images/services/services3.jpg") !important;
}
.bgservicesback4 {
    background-image: url("/images/services/services4.jpg") !important;
}
.bgservicesback5 {
    background-image: url("/images/services/services5.jpg") !important;
}
.bgservicesback6 {
    background-image: url("/images/services/services6.jpg") !important;
}
.bgservicesback7 {
    background-image: url("/images/services/services7.jpg") !important;
}

    .bgservices > div {
        /*background-image: -webkit-linear-gradient(45deg, #8db4dc 10%, rgba(0, 84, 164, 0.6) 100%);*/
        /*background-image: linear-gradient(45deg, rgba(25, 50, 94, 0.10) 0%, rgba(65, 76, 95, 0.55) 100%);*/
        /*background-image: linear-gradient(45deg, #244791 10%, rgba(0, 84, 164, 0.6) 100%);*/
        /*background-image: linear-gradient(45deg, rgba(0, 82, 166, 0.40) 100%, rgba(0, 0, 0, 0.20) 0%);*/
        background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 161, 222, 0.35), rgba(0, 161, 222, 0.70), rgba(0, 161, 222, 1));
        background-image: linear-gradient(rgba(0, 26, 42, 0.55), rgb(0, 147, 203, 0.95));
        /*background-color: rgba(0, 0, 0, 0.20);*/
        height: auto 100%;
        min-height: 92vh;
        padding-top: 60px;
        /*padding: 100px;*/
        /*text-align: center;*/
        /*font-size: 24px !important;
        font-weight: 400;*/
    }

    /*.bgservices .logoimg img {
        padding-top: 580px;
        margin-left: 40px;
    }*/

    .bgservices h3 {
        padding-left: 50px;
        padding-right: 50px;
    }

    .bgservices h2 {
        font-size: 38px;
        letter-spacing: 0.025em;
        padding-left: 50px;
        padding-bottom: 15px;
        text-shadow: 1px 1px 2px #2e3e49;
    }

.bgparallaxservices {
    background-color: rgba(0, 161, 222, 0.9) !important;
    padding: 80px 40px;
    padding-bottom: 20px;
    min-height: 100vh;
}

.bgparallaxservices p {
    font-size: 17px !important;
}

.bgparallaxservices2 p {
    font-size: 17px !important;
}

.bgparallax {
    background-color: rgba(144, 144, 144, 0.70) !important;
}

.parallax2 {
    background-image: url("/images/parallax2.jpg");
    height: 100%;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

    .parallax2 > div {
        /*background-image: -webkit-linear-gradient(45deg, #8db4dc 10%, rgba(0, 84, 164, 0.6) 100%);*/
        background-image: linear-gradient(rgba(10, 23, 47, 0.50) 0%, rgba(10, 23, 47, 0.75) 100%); /*45deg,*/
        /*background-image: linear-gradient(45deg, #244791 10%, rgba(0, 84, 164, 0.6) 100%);*/
        height: 100%;
        min-height: 400px;
        padding: 120px 20px;
        text-align: center;
        /*font-size: 24px !important;*/
        font-weight: 400;
    }


    .parallax2 p {
        padding: 10px 120px;
        font-size: 16px;
        line-height: 24px;
    }

    .parallax2 span {
        font-size: 24px;
    }

    .parallax2 i {
        font-size: 50px;
        vertical-align: middle;
    }

    .parallax2 h1 {
        font-size: 26px;
    }

.parallax2b {
    background-image: url("/images/parallax2.jpg");
    height: 100%;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
}

    .parallax2b > div {
        /*background-image: -webkit-linear-gradient(45deg, #8db4dc 10%, rgba(0, 84, 164, 0.6) 100%);*/
        background-image: linear-gradient(45deg, rgba(25, 50, 94, 0.45) 0%, rgba(25, 50, 94, 0.30) 100%);
        /*background-image: linear-gradient(45deg, #244791 10%, rgba(0, 84, 164, 0.6) 100%);*/
        height: 100%;
        min-height: 450px;
        padding: 130px 20px;
        text-align: center;
        /*font-size: 24px !important;*/
        font-weight: 400;
    }

.parallax3b {
    background-image: url("/images/parallax2.jpg");
    height: 100%;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

    .parallax3b > div {
        /*background-image: -webkit-linear-gradient(45deg, #8db4dc 10%, rgba(0, 84, 164, 0.6) 100%);*/
        background-image: linear-gradient(45deg, rgba(150, 0, 0, 0.90) 0%, rgba(0, 82, 166, 0.90) 100%);
        /*background-image: linear-gradient(45deg, #244791 10%, rgba(0, 84, 164, 0.6) 100%);*/
        height: 100%;
        min-height: 100vh;
        padding: 80px 20px;
        text-align: center;
        /*font-size: 24px !important;*/
        font-weight: 400;
    }

.parallaxK {
    background-image: url("/images/parallaxK.jpg");
    height: 100%;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

    .parallaxK > div {
        background-image: linear-gradient(45deg, rgba(78, 78, 78, 0.50) 0%, rgba(91, 91, 91, 0.50) 100%);
        /*background-image: linear-gradient(45deg, rgba(17, 39, 78, 0.5) 0%, rgba(25, 50, 94, 0.5) 100%);*/
        height: 100%;
        min-height: 400px;
        padding: 120px 20px;
        text-align: center;
        /*font-size: 24px !important;*/
        font-weight: 400;
    }

.parallax3 {
    height: 100%;
    min-height: 500px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}

    .parallax3 > div {
        height: 100%;
        min-height: 500px;
        font-size: 24px !important;
        font-weight: 400;
    }

@media only screen and (max-width: 768px) {
    .parallax {
        min-height: 460px;
        top: 0;
    }

        .parallax > div {
            height: 100%;
            min-height: 460px;
            /*padding: 20px 0;*/
            text-align: center;
            font-size: 14px !important;
            font-weight: 400;
        }

        .parallax .logoimg img {
            width: auto;
            padding-top: 0;
            margin-left: 0;
        }

    .parallax2 {
        min-height: 300px;
    }

        .parallax2 > div {
            height: 100%;
            min-height: 300px;
            padding: 20px;
            text-align: center;
            font-size: 15px !important;
            font-weight: 400;
        }

        .parallax2 span {
            font-size: 16px;
        }

        .parallax2 i {
            font-size: 12px;
        }

        .parallax2 p {
            padding: 0;
            font-size: 16px;
            line-height: 20px;
        }
        .parallax2 h1 {
            /*padding: 10px;*/
            font-size: 18px;
            line-height: 20px;
        }

    .parallax2b > div {
        padding: 30px 5px;
    }

    .parallax3b > div {
        padding: 30px 5px;
    }

    .parallaxK {
        min-height: 300px;
    }

        .parallaxK > div {
            height: 100%;
            min-height: 300px;
            padding: 20px;
            text-align: center;
            font-size: 15px !important;
            font-weight: 400;
        }

    .parallax3 {
        min-height: 300px;
    }

        .parallax3 > div {
            min-height: 300px;
        }

    .bgprofile > div {
        height: 100%;
        min-height: 520px;
        padding-top: 0;
        text-align: center;
        font-size: 14px !important;
        font-weight: 400;
    }

    .bgprofile .logoimg img {
        width: auto;
        padding-top: 0;
        margin-left: 0;
    }

    .bgprofile h3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*.bgmandate {
        min-height: 460px;
        top: 0;
    }*/

    .bgmandate h2 {
        padding-left: 0;
        padding-bottom: 0;
    }

    .bginquiry h2 {
        padding-left: 0;
        padding-bottom: 0;
    }

    .bgmandate > div {
        height: 100%;
        /*min-height: 520px;*/
        /*padding: 20px 0;*/
        /*text-align: center;*/
        font-size: 14px !important;
        font-weight: 400;
        padding-top: 0;
    }

        .bgmandate .logoimg img {
            width: auto;
            padding-top: 0;
            margin-left: 0;
        }

        .bgmandate h3 {
            padding-left: 10px;
            padding-right: 10px;
        }

    .bginquiry > div {
        height: 100%;
        /*min-height: 520px;*/
        /*padding: 20px 0;*/
        /*text-align: center;*/
        font-size: 14px !important;
        font-weight: 400;
        padding-top: 0;
    }

    .bginquiry .logoimg img {
        width: auto;
        padding-top: 0;
        margin-left: 0;
    }

    .bginquiry h3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .bgcontact > div {
        height: 100%;
        min-height: 520px;
        /*padding: 20px 0;*/
        padding-top: 0;
        /*text-align: center;*/
        font-size: 14px !important;
        font-weight: 400;
    }

    .bgcontact .logoimg img {
        width: auto;
        padding-top: 0;
        margin-left: 0;
    }

    .bgcontact h3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .bgcontact h2 {
        padding-left: 0;
        padding-bottom: 0;
    }

    .bgpartners > div {
        height: 100%;
        min-height: 520px;
        /*padding: 20px 0;*/
        text-align: center;
        font-size: 14px !important;
        font-weight: 400;
        padding-top: 30px;
    }

    .bgpartners .logoimg img {
        width: auto;
        padding-top: 0;
        margin-left: 0;
    }

    .bgpartners h3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .bgpartners h2 {
        padding-left: 10px;
        padding-bottom: 0;
    }

    .bgregister {
        min-height: 100vh;
    }

    .bgregister > div {
        height: 100%;
        min-height: 720px;
        /*padding: 20px 0;*/
        text-align: center;
        font-size: 14px !important;
        font-weight: 400;
    }

    .bgregister .logoimg img {
        width: auto;
        padding-top: 0;
        margin-left: 0;
    }

    .bgregister h3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .bgindividual {
        min-height: 100vh;
    }

    .bgindividual > div {
        height: 100%;
        min-height: 720px;
        /*padding: 20px 0;*/
        text-align: center;
        font-size: 14px !important;
        font-weight: 400;
    }

    .bgindividual .logoimg img {
        width: auto;
        padding-top: 0;
        margin-left: 0;
    }

    .bgindividual h3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .bgservices > div {
        height: 100%;
        /*padding: 20px 0;*/
        text-align: center;
        font-size: 14px !important;
        font-weight: 400;
        padding-top: 0;
    }

    .bgservices .logoimg img {
        width: auto;
        padding-top: 0;
        margin-left: 0;
    }

    .bgservices h3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .bgservices h2 {
        padding-left: 10px;
        padding-bottom: 0;
    }

    .bgparallaxblog {
        background-color: #efefef !important;
        padding-top: 30px;
        padding-bottom: 30px;
        height: 100%;
    }
    #blognav {
        display: none;
    }
    .bgblog h4 {
        text-align: center;
        float: none;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.carousel-indicators {
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-bottom: 25px;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #efefef \9;
        background-color: #efefef;
        border: 1px solid #ffffff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #ffffff;
    }

.carousel-caption {
    /*right: 0;*/
    /*left: 70px;
    bottom: 35px;*/
    /*bottom: 10px;*/
    z-index: 10;
    /*padding-top: 10px;*/
    /*padding-bottom: 0;*/
    /*padding-left:10px;*/
    /*margin-top: 20px;*/
    /*margin-bottom: 20px;*/
    /*background-color: rgba(0, 0, 0, 0.75);*/
    color: #ffffff;
    /*font-size: 23px;*/
    /*text-align: left;*/
    /*text-shadow: none;*/
   text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
   /*-webkit-border-radius:10px 0 0 10px;
  -moz-border-radius:10px 0 0 10px;
  border-radius:10px 0 0 10px;*/
    text-align: center;
    position: absolute;
    top: 25%;
    right: inherit;
    bottom: inherit;
    left: 50%;
    z-index: 3;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.carousel-caption h1 {
    color: #ffffff;
    font-size: 60px;
    /*line-height: 50px;*/
    /*margin: 0 0 20px 0;*/
    font-weight: 400;
    opacity: 1;
}

    .carousel-caption i {
        color: #ffffff;
        font-size: 30px;
        /*line-height: 50px;*/
        font-weight: 400;
        opacity: 0.75;
        position: relative;
        top: -25px;
    }

.carousel-control .glyphicon-chevron-left {
    left: 25%;
}

.carousel-control .glyphicon-chevron-right {
    right: 25%;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition: 0.7s ease-in-out;
        -moz-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1.2, 1.2);
    }

    to {
        -webkit-transform: scale(1, 1);
    }
}

@keyframes zoom {
    from {
        transform: scale(1.2, 1.2);
    }

    to {
        transform: scale(1, 1);
    }
}

.carousel-fade .carousel-inner .item > img {
    -webkit-animation: zoom 10s;
    animation: zoom 10s;
}

.carousel-fade:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    /*background-color: rgba(0, 0, 0, 0.20);*/
    /*background-image: url(/images/plain.png);*/
    /*background-image: url(/images/dotsg.png);*/
}

#calldiv_gr {
    height: 178px;
    width: 215px;
    float: right;
    position: fixed;
    bottom: 5%;
    left: -215px;
    z-index: 9999 !important;
    /*background: rgba(255, 255, 255, 0.55);*/
    background: rgba(53, 171, 225, 0.75);
    /*background-color: rgba(177, 177, 177, 0.70);*/
    color: #fff;
    padding: 20px 10px;
    /*text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);*/
    /*border-bottom: rgba(41,47,56,0.5) 5px solid;*/
    webkit-box-shadow: -1px 0px 2px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: -1px 0px 4px 0px rgba(0,0,0,0.35);
    box-shadow: -1px 0px 4px 0px rgba(0,0,0,0.35);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: default;
    font-size: 18px;
    font-weight: 500;
    /*line-height: 1.2em;*/
    /*letter-spacing: -0.025em;*/
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

    #calldiv_gr .phone {
        position: absolute;
        right: -50px;
        padding: 0;
        margin: 0;
        /*padding-left: 7px;
        padding-right: 10px;*/
        margin-top: 19px;
        /*margin-bottom: 30px;*/
        /*margin-right: 4px;*/
        opacity: 1;
    }

    #calldiv_gr p {
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 7px;
    }

    #calldiv_gr i {
        font-size: 14px;
    }

    #calldiv_gr:hover {
        /*background: rgba(255, 255, 255, 1);*/
        background: #00a1de;
        -webkit-box-shadow: -1px 0px 2px 0px rgba(0,0,0,0.35);
        -moz-box-shadow: -1px 0px 4px 0px rgba(0,0,0,0.35);
        box-shadow: -1px 0px 4px 0px rgba(0,0,0,0.35);
    }

    .form-group select {
    cursor: pointer;
}



#owl-example .item img {
    display: block;
    width: 100%;
    height: auto;
}


input[type="checkbox"]:focus {
    outline: 0!important;
}

.samebtn {
    text-align: center;
    padding: 0;
    margin: 20px auto;
    width: 200px;
    height: 42px;
    box-shadow: none;
    /*font-size: 14px;*/
    font-weight: 400;
    font-size: 16px !important;
    line-height: 2.5em;
    background-image: none;
    border-radius: 4px;
    text-align: center !important;
    vertical-align: middle;
    margin-bottom: 13px !important;
    background-color: #2e3e49;
}

.samebtn:hover {
    background-color: #00a1de;
}

.samebtn img {
    position: relative;
    top: 5px;
    margin-right: 10px;
}

    .samebtn:focus {
        color: #fff !important;
    }

.spl5 {
    padding-left: 5px;
}

.spr5 {
    padding-right: 5px;
}
@media only screen and (max-width: 768px) {
    .spl5 {
        padding-left: 0!important;
    }
    .spr5 {
        padding-right: 0!important;
    }
}

/*#descrtip span:hover {
    display: none!important;
}*/

.breaktxt {
    white-space: normal;
}

.bpattern {
    background-image: url("/Images/bpat1.png");
    background-repeat: repeat;
}

.slider__navi {
    position: absolute;
    top: 260px;
    right: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 999;
}

    .slider__navi a {
        display: block;
        /*height: 15px;
        width: 15px;
        border-radius: 15px;
        margin: 20px 0;*/
        /*text-indent: -9999px;*/
        /*text-indent: -200px;*/
        box-shadow: none;
        border: none;
        /*background: rgba(0,0,0,0.2);*/
        /*color: rgba(0, 0, 0, 0.50);*/
        color: rgba(255, 255, 255, 0.6);
        text-align: right;
        padding-bottom: 15px;
        font-size: 24px;
    }

        .slider__navi a:hover {
            /*background: rgba(255,255,255,1);*/
            color: #fff;
        }

        .slider__navi a.active {
            /*background: rgba(244, 18, 19, 1);*/
            color: #fff;
        }

.flex__container {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    /*height: 100vh;*/
    height: 500px;
    width: 100%;
    z-index: 1;
    /*padding: 20px;*/
}

    .flex__container.flex--active {
        z-index: 2;
    }

.text--sub {
    font-size: 18px;
    letter-spacing: 0.5rem;
    /*text-transform: uppercase;*/
    margin-bottom: 40px;
    opacity: 0.75;
}

.text--big {
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 2.5em;
    font-weight: 700;
    line-height: 75px;
    margin-left: -8px;
    color: #ffffff;
}

.text--normal {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 30px;
    margin-top: 25px;
}

.text__background {
    /*font-family: 'Poppins', sans-serif;*/
    position: absolute;
    right: 30px;
    bottom: 60px;
    color: rgba(0,0,0,0.035);
    font-size: 150px;
    font-weight: 700;
}

.flex__item {
    height: auto;
    color: #fff;
    transition: transform 0.1s linear;
}

.flex__item--left {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    width: 75%;
    transform-origin: left bottom;
    transition: transform 0.1s linear 0.4s;
    opacity: 0;
    position: relative;
    overflow: hidden;
}

.flex__item--right {
    width: 25%;
    transform-origin: right center;
    transition: transform 0.1s linear 0s;
    opacity: 0;
}

.flex--preStart .flex__item--left,
.flex--preStart .flex__item--right,
.flex--active .flex__item--left,
.flex--active .flex__item--right {
    opacity: 1;
}

/* 1 */

.flex--1 .flex__item--left {
    background: #00a1de;
    background-image: url('/Images/prom.png');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: right;
}
.flex--1 .flex__item--right {
    background: #004382;
}

.flex--2 .flex__item--left {
    background: #2e3e49;
    background-image: url('/Images/prom.png');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: right;
}

.flex--2 .flex__item--right {
    background: #d71112;
}

.flex--3 .flex__item--left {
    background: #00a1de;
    background-image: url('/Images/prom.png');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: right;
}
.flex--3 .flex__item--right {
    background: #004382;
}

.flex--4 .flex__item--left {
    background: #2e3e49;
    background-image: url('/Images/prom.png');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: right;
}
.flex--4 .flex__item--right {
    background: #d71112;
}

.flex--5 .flex__item--left {
    background: #00a1de;
    background-image: url('/Images/prom.png');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: right;
}
.flex--5 .flex__item--right {
    background: #004382;
}

.flex--6 .flex__item--left {
    background: #2e3e49;
    background-image: url('/Images/prom.png');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: right;
}
.flex--6 .flex__item--right {
    background: #d71112;
}

.flex--7 .flex__item--left {
    background: #00a1de;
    background-image: url('/Images/prom.png');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: right;
}
.flex--7 .flex__item--right {
    background: #004382;
}

.flex--8 .flex__item--left {
    background: #2e3e49;
    background-image: url('/Images/prom.png');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: right;
}
.flex--8 .flex__item--right {
    background: #d71112;
}

.flex__content {
    margin-left: 200px;
    width: 75%;
    opacity: 1;
    transform: translate3d(0,0,0);
    transition: transform 0.2s linear 0.1s, opacity 0.1s linear 0.2s;
}

.pokemon__img {
    position: absolute;
    bottom: 20px;
    right: 15%;
    max-height: 40vw;
    opacity: 1;
    transform: translate3d(0,0,0);
    transition: opacity 0.43s 0.6s, transform 0.4s 0.65s cubic-bezier(0, 0.88, 0.4, 0.93);
}

/* Animate-START point */

.flex__container.animate--start .flex__content {
    transform: translate3d(0,-200%,0);
    opacity: 0;
}

.flex__container.animate--start .pokemon__img {
    transform: translate3d(-200px,0,0);
    opacity: 0;
}

/* Animate-END point */

.flex__container.animate--end .flex__item--left {
    transform: scaleY(0);
}

.flex__container.animate--end .flex__item--right {
    transform: scaleX(0);
}

.flex__container.animate--end .flex__content {
    transform: translate3d(0,200%,0);
    opacity: 0;
}

.flex__container.animate--end .pokemon__img {
    transform: translate3d(200px,0,0);
    opacity: 0;
}

/************************************************/

@media only screen and (max-width: 1368px) {
    .flex--1 .flex__item--left {
        background-image: none;
    }

    .flex--2 .flex__item--left {
        background-image: none;
    }

    .flex--3 .flex__item--left {
        background-image: none;
    }

    .flex--4 .flex__item--left {
        background-image: none;
    }

    .flex--5 .flex__item--left {
        background-image: none;
    }

    .flex--6 .flex__item--left {
        background-image: none;
    }

    .flex--7 .flex__item--left {
        background-image: none;
    }

    .flex--8 .flex__item--left {
        background-image: none;
    }
}

@media only screen and (max-width: 768px) {
    .flex__container {
        height: 300px !important;
    }

    .text--sub {
        font-size: 14px;
        letter-spacing: 0.5rem;
        /*text-transform: uppercase;*/
        margin-bottom: 20px;
        opacity: 0.75;
    }

    .text--big {
        /*font-family: 'Poppins', sans-serif;*/
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        margin-left: 0;
        color: #ffffff;
    }

    .text--normal {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.9);
        line-height: 24px;
        margin-top: 25px;
    }

    .text__background {
        /*font-family: 'Poppins', sans-serif;*/
        position: absolute;
        right: 10px;
        bottom: 10px;
        color: rgba(0,0,0,0.05);
        font-size: 30px;
        font-weight: 700;
    }

    .flex__item {
        height: auto;
        color: #fff;
        transition: transform 0.1s linear;
        padding-bottom: 20px;
    }

    .flex__item ul {
        font-size: 14px;
    }

    .flex__item--left {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        width: 85%;
        transform-origin: left bottom;
        transition: transform 0.1s linear 0.4s;
        opacity: 0;
        position: relative;
        overflow: hidden;
    }

    .flex__item--right {
        width: 15%;
        transform-origin: right center;
        transition: transform 0.1s linear 0s;
        opacity: 0;
    }

    .flex__content {
        margin-left: 20px;
        width: 90%;
        opacity: 1;
        transform: translate3d(0,0,0);
        transition: transform 0.2s linear 0.1s, opacity 0.1s linear 0.2s;
    }

    .slider__navi {
        position: absolute;
        top: 150px;
        right: 12px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        z-index: 9;
    }

        .slider__navi a {
            display: block;
            /*height: 15px;
        width: 15px;
        border-radius: 15px;
        margin: 20px 0;*/
            /*text-indent: -9999px;*/
            /*text-indent: -200px;*/
            box-shadow: none;
            border: none;
            /*background: rgba(0,0,0,0.2);*/
            /*color: rgba(0, 0, 0, 0.50);*/
            color: rgba(255, 255, 255, 0.6);
            text-align: right;
            padding-bottom: 1px;
            font-size: 24px;
        }

    .flex--1 .flex__item--left {
        background-image: none;
    }
    .flex--2 .flex__item--left {
        background-image: none;
    }
    .flex--3 .flex__item--left {
        background-image: none;
    }
    .flex--4 .flex__item--left {
        background-image: none;
    }
    .flex--5 .flex__item--left {
        background-image: none;
    }
    .flex--6 .flex__item--left {
        background-image: none;
    }
    .flex--7 .flex__item--left {
        background-image: none;
    }
    .flex--8 .flex__item--left {
        background-image: none;
    }

}

.lh1 {
    line-height: 1em!important;
}

.btnfloatr {
    position: absolute;
    right: 15px;
    top: -60px;
    width: 28px;
    height: 24px;
    /*border-radius: 50%;*/
    padding: 1px 2px 1px 0;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1em;
}

.socialfloatr {
    float: right;
}
.elfloatr {
    float: right;
}
.elfloatl {
    float: left;
}

@media only screen and (max-width: 768px) {
    .socialfloatr {
        float: left;
    }
    .elfloatr, .elfloatl {
        float: none;
        text-align: center;
    }
}

.formback {
    line-height: 0.5em;
}

.ulnostyle ul {
    list-style-type: none!important;
    margin: 0;
    padding: 0;
}

.float {
    position: fixed;
    width: 110px;
    height: 110px;
    bottom: 90px;
    left: 25px;
    /*background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;*/
}

.my-float {
    margin-top: 22px;
}

#howtomodal a {
    opacity: 0.80;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

#howtomodal a:hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#serv .list-group-item {
    background-color: rgba(255, 255, 255, 0.35);
    margin-left: 40px;
}
#serv a.list-group-item {
    color: #fff;
}
#serv a.list-group-item:hover {
    color: #6d6f70;
    background-color: #fff;
}

.top21 {
    padding-top: 22px;
}

@media only screen and (max-width: 768px) {
    #serv .list-group-item {
        margin-left: 0;
    }
    .top21 {
        padding-top: 0;
    }
}

.grey-on-hover {
    position: relative;
    cursor: pointer;
}

    .grey-on-hover:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        transition: opacity .3s;
        opacity: 0;
        z-index: 2;
    }

    .grey-on-hover:hover:before {
        opacity: 1;
    }

.figcontainer img {
    width: 100%;
    transition: all .4s;
    transform-origin: 50% 100%;
    height: 100%;
    vertical-align: bottom!important;
}

.text_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 5;
    opacity: 0;
    /*background: rgba(255, 0, 0, 0.73);*/
    padding: 0;
    text-align: center;
    transition: all .4s;
    transform: rotateX(-90deg);
    transform-origin: 90% 0%;
}

.figcontainer:hover img {
    transform: rotateX(100deg);
    opacity: 0
}

.figcontainer:hover .text_box {
    transform: rotateX(0deg);
    opacity: 1
}


button.scroll_down {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    /*left: 0;*/
    right: 10px;
    bottom: 45px;
    height: 48px;
    width: 28px;
    background-color: rgba(0, 0, 0, 0.2);
    border: 2px solid white;
    border-radius: 20px;
    cursor: pointer;
    outline: none;
    z-index: 10;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

    button.scroll_down:before {
        position: absolute;
        top: 4px;
        left: 4px;
        /*left: 50%;*/
        font-family: 'Glyphicons Halflings';
        font-weight: 700;
        content: '\e094';
        color: #ffffff;
        text-align: center;
        /*width: 10px;
        height: 10px;
        margin-left: -5px;*/
        /*background-color: #ffffff;
        border-radius: 100%;*/
        -webkit-animation: scroll_down_btn-animation 2s infinite;
        animation: scroll_down_btn-animation 2s infinite;
        box-sizing: border-box;
        /*text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);*/
        /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);*/
    }
    button.scroll_down:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }

@keyframes scroll_down_btn-animation {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes scroll_down_btn-animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.u-button, .u-button:active {
    cursor: pointer;
    padding: 8px 10px;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    color: #fff;
    /*background: #41cbd2;*/
    background: rgba(0, 161, 222, 0.65);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0;
    border: none;
    border: solid 1px rgba(255, 255, 255, 0.35);
    white-space: normal;
    /*line-height: 1.3;*/
    height: 42px;
}

    .u-button:hover {
        background: #00a1de;
        color: #fff;
        text-decoration: none;
        border: none;
        border: solid 1px #00a1de;
    }
    .u-button:focus {
        color: #fff;
    }

.officepad {
    padding: 0 40px!important;
}

@media only screen and (max-width: 768px) {
    .officepad {
        padding: 10px 0!important;
    }
}

.officepad1 {
    padding: 0 40px !important;
}

@media only screen and (max-width: 768px) {
    .officepad1 {
        padding: 0 !important;
    }
}

.officepad2 {
    padding: 120px 10px 60px !important;
}

@media only screen and (max-width: 768px) {
    .officepad2 {
        padding: 10px 10px !important;
    }
}

.scrolltop-btn {
    position: fixed;
    right: 5px;
    bottom: 5px;
    text-align: center !important;
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
    height: 42px;
    width: 28px;
    background-color: rgba(0, 0, 0, 0.25);
    /*border: 2px solid rgba(52, 165, 222, 0.00);*/
    /*border-radius: 50%;*/
    cursor: pointer;
    outline: none;
    z-index: 10;
    /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);*/
    /*opacity: 1;*/
    padding: 0;
}

    .scrolltop-btn:before {
        position: absolute;
        top: -2px;
        /*left: 5px;*/
        left: 5%;
        right: 5%;
        width: 90%;
        font-family: 'Glyphicons Halflings';
        font-size: 18px;
        font-weight: 700;
        content: '\e093';
        color: #ffffff;
        text-align: center;
        /*width: 10px;
        height: 10px;
        margin-left: -5px;*/
        /*background-color: #ffffff;
        border-radius: 100%;*/
        -webkit-animation: scrolltop-btn-animation 2s infinite;
        animation: scrolltop-btn-animation 2s infinite;
        box-sizing: border-box;
        /*text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);*/
        /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);*/
    }
    .scrolltop-btn:hover {
        background-color: rgba(0, 0, 0, 0.5);
        /*border: 2px solid rgba(255, 255, 255, 0.50);*/
    }
        /*.scrolltop-btn:hover:before {
            color: #2e3e49;
        }*/
        
.btn.scrolltop-btn {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
}

@keyframes scrolltop-btn-animation {
    0% {
        opacity: 0;
    }

    40% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: translate(0, 0);
        opacity: 0;
    }
}

@-webkit-keyframes scrolltop-btn-animation {
    0% {
        opacity: 0;
    }

    40% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0;
    }

    80% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0;
    }
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #2e3e49;
}

#map_wrapper {
    height: 96vh;
    position: relative;
    padding-top: 15px;
    /*top: -20px;*/
}

#map_canvas {
    width: 100%;
    height: 100%;
}

.map-title {
    text-align: center;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.mapcontact {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 0;
    background: rgba(255, 10, 11, 0.75);
}

.genback {
    background-image: url("/Images/genback.png");
    background-repeat: repeat;
    background-attachment: fixed;
}

.gvisaback {
    background-image: url("/Images/gvisaback.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
}

.bgcontact .resp-hidemap {
    display: normal;
}
.bgcontact .resp-hideoffice {
    display: none;
}

@media only screen and (max-width: 768px) {
    .bgcontact .resp-hidemap {
        display: none !important;
    }
    .bgcontact .resp-hideoffice {
        display: normal !important;
    }
}

.whyus{
    font-size: 40px!important;
    line-height: normal!important;
}

@media only screen and (max-width: 768px) {
    .whyus {
        font-size: 18px !important;
        line-height: normal !important;
    }
}

#tawkchat-minified-wrapper .ltr-direction {
    padding-right: 40px;
}

.callout_main {
    z-index: 30002;
}

.gm-style-mtc {
    display: none;
}

@media only screen and ( min-width: 980px ) {
    .gm-style-pbc {
        opacity: 0 !important;
    }
}

.nospace {
    white-space: nowrap;
}

.Characteristic {
    float: left;
    margin: 0 0 2px 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 33.3333%;
    /*width: 25%;*/
}

    .Characteristic::after {
        content: "\f00c";
        font-family: FontAwesome;
        left: 0;
        position: absolute;
        top: -1px;
        /*font-weight: 700;*/
        color: #6d6f70;
    }

.popup {
    position: fixed;
    top: 86px;
    right: 320px;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index:3000;
}

    /* The actual popup */
    .popup .popuptext {
        visibility: hidden;
        width: 260px;
        background-color: #ffffff;
        color: #00a1de;
        text-align: center;
        border-radius: 6px;
        padding: 10px;
        position: absolute;
        z-index: 1;
        top: 125%;
        left: 50%;
        margin-left: -80px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        cursor: default;
    }

        /* Popup arrow */
        .popup .popuptext::before {
            content: "";
            position: absolute;
            top: -10px;
            right: 10%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #ffffff transparent;
        }

        .popup .closepop {
            /*content: "\f057";
            font-family: FontAwesome;*/
            position: absolute;
            top: 7px;
            right: 7px;
            color: #2e3e49;
            z-index: 3001;
            cursor: pointer;
        }

    /* Toggle this class - hide and show the popup */
    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.m-imagemap img {
    display: block!important;
    max-width: 100%!important;
    height: auto!important;
}


.snip1211 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

/*.snip1211 li {
    display: inline-block;
    list-style: outside none none;
    margin: 0.5em 1.5em;
    padding: 0;
}

.snip1211 a {
    padding: 0.4em 0;
    color: #00a1de;
    position: relative;
    text-decoration: none;
    display: inline-block;
}*/

    .snip1211 a:before {
        position: absolute;
        content: '';
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        opacity: 0;
        top: 25%;
        bottom: 25%;
        left: 0;
        right: 0;
        border-top: 3px solid #34495e;
        border-bottom: 3px solid #34495e;
    }

    /*.snip1211 a:hover,
    .snip1211 .current a {
        color: #ffffff;
    }*/

        .snip1211 a:hover:before,
        .snip1211 .current a:before {
            opacity: 1;
            top: 0;
            bottom: 0;
        }

/*.snip1198 {
    font-family: 'Raleway', Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

    .snip1198 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    .snip1198 li {
        display: inline-block;
        list-style: outside none none;
        margin: 0.4em 0.8em;
        padding: 0;
    }

    .snip1198 a {
        padding: 0 0.7em;
        color: rgba(255, 255, 255, 0.5);
        position: relative;
        text-decoration: none;
        display: inline-block;
    }*/

        .snip1198 a:before {
            position: absolute;
            content: '';
            -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
            opacity: 0;
            left: 15%;
            right: 15%;
            top: 0;
            bottom: 0;
            border-left: 3px solid #27ae60;
            border-right: 3px solid #27ae60;
        }

        /*.snip1198 a:hover,
        .snip1198 .current a {
            color: #ffffff;
        }*/

            .snip1198 a:hover:before,
            .snip1198 .current a:before {
                opacity: 1;
                left: 0;
                right: 0;
            }

/*.snip1168 {
    font-family: 'Raleway', Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

    .snip1168 * {
        box-sizing: border-box;
    }

    .snip1168 li {
        display: inline-block;
        list-style: outside none none;
        margin: 0 1.5em;
        padding: 0;
    }

    .snip1168 a {
        padding: 0.5em 0;
        color: rgba(255, 255, 255, 0.5);
        position: relative;
        letter-spacing: 1px;
        text-decoration: none;
    }*/

        .snip1168 a:before {
            position: absolute;
            -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

        .snip1168 a:before {
            top: 0;
            left: 0;
            display: block;
            height: 0px;
            width: 100%;
            content: "";
            background-color: #00a1de;
        }

        /*.snip1168 a:after {
            left: 0;
            top: 0;
            padding: 0.5em 0;
            position: absolute;
            content: attr(data-hover);
            color: #ffffff;
            white-space: nowrap;
            max-width: 0%;
            overflow: hidden;
        }*/

        .snip1168 a:hover:before,
        .snip1168 .current a:before {
            opacity: 1;
            height: 5px;
            width: 100%;
        }
        
        .navi > ul ul a:hover:before {
            opacity: 0;
            height: 0;
        }

        /*.snip1168 a:hover:after,
        .snip1168 .current a:after {
            max-width: 100%;
        }*/

input[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
    line-height: 1.25;
}

input[type=checkbox]:before {
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 12px;
    color: transparent !important;
    background: #ffffff;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #cccccc;
    /*margin-right: 5px;*/
    white-space: nowrap;
    text-align: center !important;
}

    input[type=checkbox]:checked:before {
        color: #fff !important;
        background: #00a1de;
        border: 1px solid #00a1de;
    }

.pad-dif {
    padding-left: 25px;
    padding-right: 25px;
}

@media only screen and (max-width: 768px) {
    .pad-dif {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.contact-box {
    position: relative;
    top: 10px;
    left: 30px;
    background-color: rgba(0, 26, 42, 0.5);
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
    border: solid 2px #00a1de;
    width: 320px;
}

/*.contact-box img {
    width: 250px!important;
    padding-top: 0!important;
    margin-left: 0!important;
    position: relative;
    left: -15px!important;
}*/

.bot-logo {
    position: absolute;
    top: 670px;
    left: 50px;
    /*border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;*/
}

div.scroll {
    height: 440px;
    overflow: scroll;
    overflow-x: hidden;
}


div.center-cropped {
    /*width: 100px;*/
    height: 480px;
    overflow: hidden;
}

    div.center-cropped img {
        height: 100%;
        min-width: 100%;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
    }