@font-face {
    font-family: 'OpenSans';
    src: url("Fonts/OpenSans_gdi.eot");
    src: url("Fonts/OpenSans_gdi.eot?#iefix") format("embedded-opentype"), url("Fonts/OpenSans_gdi.woff") format("woff"), url("Fonts/OpenSans_gdi.ttf") format("truetype"), url("Fonts/OpenSans_gdi.otf") format("opentype"), url("Fonts/OpenSans_gdi.svg#OpenSans") format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url("Fonts/OpenSans-Semibold_gdi.eot");
    src: url("Fonts/OpenSans-Semibold_gdi.eot?#iefix") format("embedded-opentype"), url("Fonts/OpenSans-Semibold_gdi.woff") format("woff"), url("Fonts/OpenSans-Semibold_gdi.ttf") format("truetype"), url("Fonts/OpenSans-Semibold_gdi.otf") format("opentype"), url("Fonts/OpenSans-Semibold_gdi.svg#Open-Sans-Semibold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url("Fonts/OpenSans-Bold_gdi.eot");
    src: url("Fonts/OpenSans-Bold_gdi.eot?#iefix") format("embedded-opentype"), url("Fonts/OpenSans-Bold_gdi.woff") format("woff"), url("Fonts/OpenSans-Bold_gdi.ttf") format("truetype"), url("Fonts/OpenSans-Bold_gdi.otf") format("opentype"), url("Fonts/OpenSans-Bold_gdi.svg#OpenSansBold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'FjallaOne';
    src: url("Fonts/FjallaOne.eot");
    src: url("Fonts/FjallaOne.eot?#iefix") format("embedded-opentype"), url("Fonts/FjallaOne.woff2") format("woff2"), url("Fonts/FjallaOne.woff") format("woff"), url("Fonts/FjallaOne.ttf") format("truetype"), url("Fonts/FjallaOne.otf") format("opentype"), url("Fonts/FjallaOne.svg#FjallaOne") format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
font-family: 'DIN-Regular';
font-style: normal;
font-weight: normal;
src: local('DIN-Regular'), url('Fonts/DINR____.woff') format('woff');
}

html, body {
    font-size: 100%;
    vertical-align: baseline;
}
.wrapper {
    height: 100%;
    min-height: 100%;
}
body {
    font-size: 15px;
    line-height: normal;
    color: #333;
    font-family: "DIN-Regular";
    background-color: #fff;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
}
th {
    white-space: nowrap;
}
hr {
    background-color: #3e3e3d;
    border: 0;
    height: 1px;
    margin: 39px 0 55px;
}
@media (max-width:767px) {
    hr {
        margin: 22px 0 34px;
    }
}
input[type=password], input[type=text], input[type=email], button, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.wrapper:after {
    clear: both;
}
.wrapper:before, .wrapper:after {
    display: table;
    content: "";
}
h1, h2, h3, h4, h5, h6 {
    color: #009be4;
    margin: 0 0 12px;
    line-height: normal;
    font-family: "DIN-Regular";
}
.c-box h1, .c-box h2, .c-box h3, .c-box h4, .c-box h5, .c-box h6 {
    color: #ffffff;
}
.c-box.gray-color h2 {
    color: #009be4;
}
aside .gray-color .ce-center .ce-outer, aside .gray-color .ce-center .ce-inner {
    float: none;
    right: auto;
}
aside .gray-color .ce-left .ce-gallery, aside .gray-color .ce-column {
    float: none;
}
h1 {
    font-size: 36px;
}
@media (min-width:768px) and (max-width:992px) {
    h1 {
        font-size: 24px;
    }
}
@media (max-width:767px) {
    h1 {
        font-size: 22px;
    }
}
h2 {
    font-size: 24px;
}
@media (min-width:768px) and (max-width:992px) {
    h2 {
        font-size: 22px;
    }
}
@media (max-width:767px) {
    h2 {
        font-size: 20px;
        margin-top: 20px;
    }
}
h3 {
    font-size: 22px;
    margin-top: 20px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
    font-family: "DIN-Regular";
    font-weight: 700;
    margin-bottom: 0;
}
@media (min-width:1201px) {
    h6 {
        line-height: 25px;
    }
}
/*@mixin breakpoint($size) {
      
  @media only screen and (max-width: $size + px) { @content; }
       
}*/

p {
    margin: 0 0 14px;
    hyphens: auto;
}
@media (min-width:1201px) {
    p {
        line-height: 25px;
    }
}
a {
    color: #009be4;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
p a {
    /*  font-weight: 700;*/
}
:focus {
    outline: none !important;
}
a:focus, a:hover {
    color: #3e3e3d;
    outline: none;
    text-decoration: none;
}
i, em {
    letter-spacing: -0.16px;
}
ol, ul {
    margin: 14px 0;
    padding: 0 0 0 19px;
}
ol li, ul li {
    margin: 0 0 0px;
}
ul {
    list-style: none;
    padding-left: 0;
}
ul li {
    padding-left: 19px;
}
ol li {
    padding-left: 0;
}
b, strong {
    font-weight: 700;
    color: #3e3e3d;
}
input::-moz-focus-inner, textarea::-moz-focus-inner {
    border: 0;
    padding: 0;
}
select::-ms-expand {
    display: none;
}
input, select, textarea {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
input:hover, input:focus, input:active, select:hover, select:focus, select:active, textarea:hover, textarea:focus, textarea:active {
    outline: none;
}
img {
    height: auto;
    vertical-align: middle;
    max-width: 100%;
}
.has-bg {
    background-position: center center;
    background-size: cover;
}
.container {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
}
[class*='col-'] {
    padding: 0 15px;
}
.row {
    margin: 0 -15px;
}
.ce-gallery, .csc-textpic-center .csc-textpic-imagewrap {
    text-align: center;
}
.ce-left .ce-gallery, .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap, .csc-textpic-intext-left .csc-textpic-imagewrap, .csc-textpic-intext-img .csc-textpic-image {
    float: left;
    width: auto;
}
.ce-right .ce-gallery, .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap, .csc-textpic-intext-right .csc-textpic-imagewrap, .csc-textpic-intext-right .csc-textpic-image {
    float: right;
    width: auto;
}
.ce-left img, .csc-textpic-intext-left-nowrap img, .csc-textpic-intext-left img {
    /*  margin-bottom: 20px;















    margin-right: 30px;*/
}
.ce-right img, .csc-textpic-intext-right-nowrap img, .csc-textpic-intext-right img {
    /*   margin-bottom: 5px;















    margin-left: 30px;*/
}
.ce-gallery figcaption {
    text-align: left;
}
.content-area ul,.content-section .ce-bodytext ul {
    padding: 0;
    list-style: none;
}
.content-area ul>li,.content-section .ce-bodytext ul>li {
    padding-left: 19px;
    position: relative;
    list-style: none;
}
.content-area ul>li:before,.content-section .ce-bodytext ul>li:before {
    content: '\e250';
    font-family: "Glyphicons Halflings";
    color: #3e3e3d;
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 4px;
}
.content-area li ul, .content-area li ol,.content-section .ce-bodytext li ul{
    margin: 14px 0 0;
}
.content-area ol>li,.content-section .ce-bodytext ol>li {
    list-style: decimal;
}
.no-bullate li, .no-bullate li {
    list-style: none !important;
    padding: 0 !important;
}
.ce-textpic.ce-intext.ce-nowrap {
    display: inline-block;
    max-width: 100%;
}
.ce-textpic.ce-text.ce-intext, .ce-textpic.ce-right.ce-intext {
    display: inline-block;
}
.ce-bodytext {
    margin-bottom: 20px;
}
@media (max-width:767px) {
    .ce-left .ce-gallery, .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap, .csc-textpic-intext-left .csc-textpic-imagewrap, .csc-textpic-intext-img .csc-textpic-image, .ce-right .ce-gallery, .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap, .csc-textpic-intext-right .csc-textpic-imagewrap, .csc-textpic-intext-right .csc-textpic-image, .ce-bodytext {
        display: inline-block;
        float: none;
        width: 100%;
    }
    .ce-intext img {
        float: left;
        margin: 0 0 5px;
    }
    .content-area ul, .content-area ol {
        margin-bottom: 30px;
    }
}
header.page {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}
@media (max-width:767px) {
    header.page {
        margin-top: -1px;
        position: relative;
    }
    header.page+section {
        margin-top: 0 !important;
    }
}
.header-top {
    background-color: #009be4;
}
.header-top .header-nav {
    text-align: right;
}
.header-top .header-nav .language-nav {
    padding-left: 15px;
}
.header-top .header-nav .language-nav li {
    padding-left: 6px;
}
.header-top .header-nav .social-nav {
    padding-left: 11px;
}
.header-top .header-nav .social-nav li {
    padding-left: 13px;
}
.header-top .header-nav .meta-nav li {
    padding-left: 25px;
}
.header-top .header-nav ul, .header-top .header-nav>div {
    display: inline-block;
    margin: 0;
    padding-top: 4px;
}
.header-top .header-nav ul li, .header-top .header-nav>div li {
    display: inline-block;
    margin-bottom: 10px;
}

.header-top .header-nav ul li.active a, .header-top .header-nav>div li.active a {

    color: rgba(255, 255, 255, 0.8);

}

.header-top a {

    color: #fff;

    font-size: 12px;

}

.header-top a:hover {

    color: rgba(255, 255, 255, 0.8);

}

@media (max-width:992px) {

    .header-top {

        display: none;

    }

}

.search-trigger {

    position: relative;

    padding-left: 0 !important;

}

.search-trigger a {

    position: relative;

    padding-left: 20px;

}

.search-trigger a:before {

    content: "U";

    font-family: "ElegantIcons";

    color: #fff;

    display: inline-block;

    vertical-align: middle;

    line-height: 16px;

    left: 0;

    position: absolute;

    top: 0;

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

}

.search-trigger a:hover:before {

    color: rgba(255, 255, 255, 0.8);

}

.search-trigger.search-open a {

    color: rgba(255, 255, 255, 0.8);

}

.search-trigger.search-open a:before {

    color: rgba(255, 255, 255, 0.8);

}

.search-trigger .search-form {

    display: -moz-inline-stack;

    display: inline-block;

    vertical-align: top;

    zoom: 1;

    *display: inline;

    min-width: 175px;

    opacity: 0;

    position: absolute;

    left: -10px;

    -webkit-transform: translateX(-200%);

    transform: translateX(-200%);

    top: 0;

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

}

.search-trigger .search-form input[type="submit"] {

    display: none;

}

.search-trigger .search-form input {

    background-color: transparent;

    padding: 3px 5px;

    border: none;

    font-size: 12px;

    color: rgba(255, 255, 255, 0.8);

}

.search-trigger .search-form input.placeholder {

    font-size: inheritpx;

    color: rgba(255, 255, 255, 0.8);

    opacity: 0.5;

    font-style: normal;

}

.search-trigger .search-form input:-moz-placeholder {

    font-size: inheritpx;

    color: rgba(255, 255, 255, 0.8);

    opacity: 0.5;

    font-style: normal;

}

.search-trigger .search-form input::-moz-placeholder {

    font-size: inheritpx;

    color: rgba(255, 255, 255, 0.8);

    opacity: 0.5;

    font-style: normal;

}

.search-trigger .search-form input::-webkit-input-placeholder {

    font-size: inheritpx;

    color: rgba(255, 255, 255, 0.8);

    opacity: 0.5;

    font-style: normal;

}

.search-trigger .search-form input:-ms-input-placeholder {

    font-size: inheritpx;

    color: rgba(255, 255, 255, 0.8);

    opacity: 0.5;

    font-style: normal;

}

.search-trigger.search-open .search-form {

    opacity: 1;

    -webkit-transform: translateX(-100%);

    transform: translateX(-100%);

}

.header-main {

    border-top: 1px solid #f2f2f2;

    border-bottom: 1px solid #f2f2f2;

}

@media (max-width:992px) {

    .header-main {

        border: 0;

        position: relative;

    }

    .header-main .container {

        padding: 0;

    }

}

@media (max-width:992px) {

    .header-main-content {

        display: -moz-inline-stack;

        display: inline-block;

        vertical-align: top;

        zoom: 1;

        *display: inline;

        position: relative;

        width: 100%;

        z-index: 999;

        background-color: #fff;

    }

}

.mobile-logo {

    display: none;

    padding: 6px 18px 7px;

}

@media (max-width:992px) {

    .mobile-logo {

        display: -moz-inline-stack;

        display: inline-block;

        vertical-align: top;

        zoom: 1;

        *display: inline;

    }

}

@media (min-width:993px) {

    .logo {

    /*    background-color: #fff;*/

        border: 0px solid #f2f2f2;

        float: left;

        margin: -45px 0 -60px;

        max-width: 229px;

        padding: 51px 12px 13px;

        width: 100%;

    }

    /*
    .logo img {
        width: 100%;
    }
    */

}

@media (max-width:992px) {

    .logo {

        display: none;

    }

}

.navigation {

    position: relative;

    float: right;

    font-size: 20px;

}

.navigation .has-sub-menu {

    position: relative;

}

@media (max-width:992px) {
    .navigation .has-sub li.active a {
        font-weight: 700;
        letter-spacing: -0.6px;
    }
}
.navigation .has-sub li:last-child {
    padding-bottom: 0;
}
@media (max-width:992px) {
    .navigation {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        z-index: 99;
        background-color: #3e3e3d;
        padding: 73px 0;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -webkit-transform: translate(0, -100%);
        -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}
.navigation ul, .navigation li {
    float: left;
    margin: 0;
    padding: 0;
}
@media (max-width:992px) {
    .navigation ul, .navigation li {
        width: 100%;
        float: none;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
    }
}
.navigation li:before {
    display: none;
}
.navigation li a {
    color: #3e3e3d;
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    font-family: "DIN-Regular";
}
@media (min-width:993px) {
    .navigation li {
        padding: 25px 0 25px 44px;
    }
    .navigation li:hover .mega-menu-wrapper, .navigation li:hover .sub-menu {
        display: block;
    }
    .navigation li ul {
        float: none;
        left: 0;
        top: 100%;
        display: none;
        max-width: 280px;
    }
    .navigation li.active>a, .navigation li:hover>a {
        color: #009be4;
    }
    .navigation li.active ul, .navigation li:hover ul {
        display: block;
    }
    .navigation li li {
        padding: 0;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        width: 100%;
    }
    .navigation li li.active>a, .navigation li li:focus>a, .navigation li li:hover>a {
        color: #009be4;
    }
}
@media (max-width:992px) {
    .navigation li {
        position: relative;
        padding: 8px 15px;
    }
    .navigation li:hover, .navigation li.active {
        background-color: #009be4;
    }
    .navigation li a {
        color: #fff;
        width: 100%;
        padding: 0;
    }
    .navigation li ul li, .navigation li ul li:first-child {
        border: none;
    }
}
@media (max-width:992px) {
    .navigation nav>ul>li {
        padding: 8px 18px;
        margin-top: -1px;
    }
    .navigation nav>ul>li:first-child {
        padding-top: 16px;
    }
}
@media (max-width:992px) and (max-width:992px) {
    .navigation nav>ul>li:first-child .arrow {
        top: 12px;
    }
}
@media (max-width:992px) {
    .navigation nav>ul>li:last-child {
        padding-bottom: 16px;
    }
}
.navigation .header-nav {
    margin: 8px 0;
}
@media (min-width:993px) {
    .navigation .header-nav {
        display: none;
    }
    .sub-menu ul li a {
        color: #3e3e3d;
        font-size: 15px;
        margin-bottom: 0;
        font-family: "DIN-Regular";
        font-weight: 700;
        text-transform: none;
        float: left;
    }
}
.navigation .header-nav li a {
    display: inline;
    font-family: "DIN-Regular";
    font-weight: 700;
    font-size: 15px;
}
.navigation .header-nav li a:hover, .navigation .header-nav li a:focus {
    color: rgba(255, 255, 255, 0.8);
}
.navigation .header-nav li:hover {
    background-color: transparent;
}
.navigation .meta-nav {
    padding: 11px 3px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
}
@media (max-width:992px) {
    .navigation .meta-nav {
        padding: 15px 3px 12px;
    }
}
.navigation .social-nav {
    float: right;
    padding: 0 0 0 18px;
}
.navigation .social-nav li {
    float: left;
    display: inline;
    width: auto;
    padding: 18px 17px 12px 0;
}

@media (max-width:992px) {

    .navigation .social-nav li {

        padding: 26px 18px 12px 0;

    }

}

.navigation .social-nav li a {

    font-size: 13px;

}

.navigation .language-nav {

    float: left;

    padding: 0 0 0 18px;

}

.navigation .language-nav li {

    float: left;

    display: inline;

    width: auto;

    padding: 17px 15px 17px 0;

}

@media (max-width:992px) {

    .navigation .language-nav li {

        padding: 23px 16px 16px 0;

    }

}

.navigation .language-nav li a {

    font-family: "DIN-Regular";

    font-size: 15px;

    font-weight: 400;

}

.navigation .language-nav li:hover {

    background-color: transparent;

}

.navigation .language-nav li.active {

    background-color: transparent;

}

.navigation .language-nav li.active a {

    font-weight: 700;

}

/* mega menu */



.mega-menu-wrapper {

    background-color: #fff;

    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);

    left: 12px;

    position: absolute;

    top: 100%;

    width: auto;

    padding: 22px 17px 15px;

    z-index: 99;

    display: none;

}

.navigation li ul li ul {

    max-width: 100%;

}

@media (max-width:992px) {

    .mega-menu-wrapper {

        position: relative;

        left: 0;

        top: 0;

        background-color: transparent;

        box-shadow: none;

        padding: 15px;

    }

}

.mega-menu-wrapper:before {

    content: '';

    display: -moz-inline-stack;

    display: inline-block;

    vertical-align: top;

    zoom: 1;

    *display: inline;

    height: 15px;

    width: 115%;

    background-color: #fff;

    position: absolute;

    left: -15px;

    right: -15px;

    top: -15px;

}

@media (max-width:992px) {

    .mega-menu-wrapper:before {

        display: none;

    }

}

.mega-menu-wrapper:after {

    content: '';

    display: -moz-inline-stack;

    display: inline-block;

    vertical-align: top;

    zoom: 1;

    *display: inline;

    height: 1px;

    width: 115%;

    position: absolute;

    top: 0;

    left: -15px;

    right: -15px;

    background-color: #f2f2f2;

}

@media (max-width:992px) {

    .mega-menu-wrapper:after {

        display: none;

    }

}

@media (max-width:992px) {

    .mega-menu-wrapper [class*="col-"] {

        padding: 0 !important;

    }

}

.mega-menu-wrapper ul {
    margin-bottom: 5px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}

@media (max-width:992px) {
    .mega-menu-wrapper ul {
        margin-bottom: 5px;
    }
}
.mega-menu-wrapper li {
    margin: 0;
    width: 100%;
    float: none;
}
@media (max-width:992px) {
    .mega-menu-wrapper li {
        padding: 0;
    }
}
.mega-menu-wrapper li a {
    white-space: nowrap;
    color: #3e3e3d;
    font-size: 15px;
    margin-bottom: 0;
    font-family: "DIN-Regular";
    font-weight: 700;
    text-transform: none;
    float: left;
}
.mega-menu-wrapper>div {
    width: auto;
}
.mega-menu-wrapper li a:hover, .mega-menu-wrapper li a:focus {
    color: #174d74;
}
@media (max-width:992px) {
    .mega-menu-wrapper li a {
        color: #fff;
        margin-bottom: 0;
    }
    .mega-menu-wrapper li a:hover, .mega-menu-wrapper li a:focus {
        color: rgba(255, 255, 255, 0.8);
    }
}

.mega-menu-wrapper li li a {

    color: #333;

    font-family: "DIN-Regular";

    margin-bottom: 0;

    position: relative;

    padding-left: 15px;

    font-weight: 600;

}

@media (max-width:992px) {

    .mega-menu-wrapper li li a {

        color: #fff;

    }

}

.mega-menu-wrapper li li a:before {

    content: '';

    position: absolute;

    left: 0;

    position: absolute;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    width: 5px;

    height: 1px;

    background-color: #333;

}

@media (max-width:992px) {

    .mega-menu-wrapper li li a:before {

        background-color: #fff;

    }

}

.mega-menu-wrapper li ul {

    margin: 0;

}

.sub-menu {

    background-color: #fff;

    left: 0;

    position: absolute;

    top: 100%;

    display: none;

    min-width: 200px;

    padding: 15px;

    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);

}

@media(min-width: 993px) {
    .sub-menu {
        padding-left: 24px;
        left: 20px;
    }
}
@media (max-width:992px) {
    .sub-menu {
        position: relative;
        background-color: #009be4;
        padding: 0;
        box-shadow: none;
    }
}
.sub-menu:before {
    content: '';
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    height: 15px;
    width: 115%;
    background-color: #fff;
    position: absolute;
    left: -15px;
    right: -15px;
    top: -15px;
}
@media (max-width:992px) {

    .sub-menu:before {

        display: none;

    }

}

.sub-menu:after {

    content: '';

    display: -moz-inline-stack;

    display: inline-block;

    vertical-align: top;

    zoom: 1;

    *display: inline;

    height: 1px;

    width: 115%;

    position: absolute;

    top: 0;

    left: -15px;

    right: -15px;

    background-color: #f2f2f2;

}

@media (max-width:992px) {

    .sub-menu:after {

        display: none;

    }

}

@media (max-width:992px) {

    .sub-menu ul {

        padding: 8px 0 0;

    }

}

.sub-menu li {

    margin: 0 0 5px;

}

@media (max-width:992px) {

    .sub-menu li {

        margin: 0;

        padding: 0 0 5px;

    }

}

.sub-menu li a {

    font-size: 16px;

    color: #333;

    font-family: "DIN-Regular";

    font-weight: 600;

}

@media (max-width:992px) {

    .sub-menu li a {

        color: #fff;

        letter-spacing: -0.8px;

    }

}

.sub-menu li a:hover {
    color: rgba(255, 255, 255, 0.8);
}
@media (max-width:992px) {
    .sub-open {
        background-color: #009be4;
    }
}
.menu-trigger {
    cursor: pointer;
    height: 26px;
    width: 22px;
    position: absolute;
    right: 20px;
    top: 27px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: none;
}
@media (min-width:768px) and (max-width:992px) {
    .menu-trigger {
        right: 15px;
    }
}
@media (max-width:992px) {
    .menu-trigger {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
    }
}
.menu-trigger .bars {
    background-color: #3e3e3d;
    height: 6px;
    margin-bottom: 2px;
    border-radius: 1px;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.menu-trigger .bars:last-child {
    margin-bottom: 0;
}
@media (max-width:992px) {
    .menu-open {
        overflow: hidden;
    }
}

.menu-open .menu-trigger {

    height: 26px;

    width: 28px;

    position: absolute;

    right: 18px;

    top: 26px;

}

.menu-open .bars {

    border-radius: 2px;

}

.menu-open .bars:first-child {

    -webkit-transform: translateY(9px) rotate(135deg);

    transform: translateY(9px) rotate(135deg);

}

.menu-open .bars:nth-child(2) {

    -webkit-transform: scale(0);

    transform: scale(0);

}

.menu-open .bars:last-child {

    -webkit-transform: translateY(-7px) rotate(-135deg);

    transform: translateY(-7px) rotate(-135deg);

}

.menu-open .navigation {

    -webkit-transform: translate(0, 0);

    -moz-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);

}

.arrow {

    font-weight: 700;

    color: #fff;

    text-align: center;

    cursor: pointer;

    position: absolute;

    right: 4px;

    top: 7px;

    display: none;

    width: 40px;

    height: 34px;

    z-index: 99;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

    -o-transition: all 0.3s ease 0s;

    transition: all 0.3s ease 0s;

}

@media (max-width:992px) {
    .arrow {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
    }
}
footer.page {
    position: relative;
    z-index: 999;
    float: left;
    width: 100%;
    background-color: #3e3e3d;
    color: #fff;
}
@media (max-width:992px) {
    footer.page {
        margin: 25px 0 0;
    }
}
footer.page a {
    color: inherit;
}
footer.page a:hover, footer.page a:focus {
    color: rgba(255, 255, 255, 0.8);
}
.footer-main {
    background-color: #009be4;
    padding: 20px 0;
    position: relative;
}
@media (max-width:767px) {
    .footer-main {
        padding: 20px 0 6px;
    }
}
.footer-main .footer-col {
    padding: 16px 0;
    /*Date:24-10-2017 ,Ticket:5810*/
    /*max-width: 160px;*/
}
@media (max-width:767px) {
    .footer-main .footer-col {
        padding: 18px 0 25px;
    }
}

.footer-main .footer-col p {

    font-size: 13px;

}

/*.footer-main .footer-col img {                         
      margin-left: -2px;           
      margin-top: 4px; 
}*/



.footer-main h6, .footer-main h5 {

    font-size: 15px;

    font-family: "DIN-Regular";

    font-weight: 600;

    color: #fff;

    margin-bottom: 6px;

}

.footer-main ul {

    margin-top: 0;

}

@media (max-width:767px) {

    .footer-main ul {

        margin: 0;

    }

}

.footer-main li {

    position: relative;

    line-height: normal;

    padding: 0 0 0 10px;

    margin: 0 0 6px;

}

.footer-main li a {

    line-height: normal;

}

.footer-main li.active a {

    color: rgba(255, 255, 255, 0.8);

}

.footer-main li:before {

    content: '';

    height: 1px;

    width: 5px;

    background: #fff;

    position: absolute;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    left: 0;

}

@media (max-width:767px) {

    .footer-main .footer-logo {

        margin-bottom: 18px;

        margin-top: 100px;

    }

}

.brand-logo {
    margin: 0 auto;
    text-align: right;
    padding: 0 4px;
    top: -52px;
    position: absolute;
    width: 100%;
    max-width: 1200px;
}
.copyright {
    background-color: #3e3e3d;
}
.copyright ul {
    margin: 3px 0 6px;
}
.copyright ul li {
    position: relative;
    display: inline-block;
    margin: 0 7px;
    padding: 0;
    font-size: 11px;
    opacity: 0.7;
}
.copyright ul li:before {
    content: '';
    height: 11px;
    width: 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -11px;
    background-color: #fff;
}

.copyright ul li:first-child {

    margin-left: 0;

}

.copyright ul li:last-child {

    margin-right: 0;

}

.copyright ul li:last-child:before {

    display: none;

}

.content-section {

    padding: 25px 0;

    overflow: hidden;

}

@media (max-width:992px) {

    .content-section {

        padding: 16px 0;

    }

}

.news-list-section {

    margin: 32px 0 63px;

}

@media (max-width:767px) {

    .news-list-section {

        margin: 0 0 15px;

    }

}

.news-list-section .news-block {

    padding: 0 0 22px;

}

@media (max-width:767px) {

    .news-list-section .news-block {

        padding: 0 0 10px;

    }

}

.news-list-view .news-list-image,
.news-list-section .news-list-image {

    float: left;

   width: 200px;

    padding: 4px 10px 0 0;

}

@media (min-width:768px) and (max-width:992px) {

    .news-list-view .news-list-image,
    .news-list-section .news-list-image {

        float: none;

        padding: 0 0 10px;

    }

}

@media (max-width:767px) {

    .news-list-view .news-list-image,
    .news-list-section .news-list-image {

        float: none;

        max-width: 180px;

        padding: 0 15px 10px 0;

    }

}

@media (min-width:479px) and (max-width:767px) {

    .news-list-view .news-list-image,
    .news-list-section .news-list-image {

        float: left;

        max-width: 140px;

        padding: 5px 15px 10px 0;

    }

}

/*.news-list-section .news-list-desc {

    padding: 0 20px 15px;

}
*/
@media (min-width:768px) and (max-width:992px) {

    .news-list-section .news-list-desc {

        padding: 0;

    }

}
@media (max-width:767px) {
    .news-list-section .news-list-desc {
        padding: 0 0 6px;
        display: block;
    }
}
.news-list-section .news-list-desc label {
    letter-spacing: -0.3px;
    margin-bottom: 0;
    position: relative;
    top: -3px;
}
.news-list-view .news-list-desc a,
.news-list-section .news-list-desc a {
    display: block;
    color: #009be4;
    font-weight: 700;
    line-height: 25px;
    hyphens: auto;
}
.news-list-view .news-list-desc a:hover, .news-list-view .news-list-desc a:focus,
.news-list-section .news-list-desc a:hover, .news-list-section .news-list-desc a:focus {
    color: #009be4;
}
.news-list-section .news-list-desc p {
    line-height: 25px;
}
.news-list-image {margin-bottom:20px;}
.facebook-page {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin: 24px 0;
}

@media (max-width:992px) {

    .facebook-page {

        margin-bottom: 35px;

    }

}

.content-area {

    margin: 26px 0 19px;

}

@media (max-width:992px) {

    .content-area {

        margin: 0 0 10px;

    }

}

@media (min-width:993px) and (max-width:1200px) {

    .content-area {

        margin: 0;

    }

}

.story-box {

    margin: 0 0 61px;

    display: -moz-inline-stack;

    display: inline-block;

    vertical-align: top;

    zoom: 1;

    *display: inline;

}

@media (min-width:768px) and (max-width:992px) {

    .story-box {

        margin: 0 0 26px;

    }

}

@media (max-width:767px) {

    .story-box {

        margin: 0 0 20px;

    }

}

.story-box [class*="col-"] {

    padding: 0;

}

.story-image {

    float: left;

    width: 50%;

    position: relative;

}

@media (max-width:992px) {

    .story-image {

        width: 100%;

        margin-bottom: 12px;

    }

    .story-image img {

        width: 100%;

    }

}

.story-image.col-sm-push-6 {

    left: 51.3%;

}

@media (max-width:992px) {

    .story-image.col-sm-push-6 {

        left: 0;

    }

}

.story-content {

    float: left;

    width: 50%;

    display: table;

    position: relative;

}

@media (max-width:992px) {

    .story-content {

        float: none;

        width: 100%;

    }

}

@media (max-width:992px) {

    .story-content.col-sm-pull-6 {

        right: 0;

    }

}

.story-content.col-sm-pull-6 .story-desc {

    padding-left: 0;

}

.story-desc {

    display: table-cell;

    /*   vertical-align: bottom;*/

    padding-left: 25px;

}

@media (max-width:992px) {

    .story-desc {

        padding: 0;

    }

}

.story-desc h1 {

    color: #8d9099;

    font-size: 48px;

    margin-bottom: 18px;

}

@media (min-width:993px) and (max-width:1200px) {

    .story-desc h1 {

        font-size: 36px;

        margin-bottom: 8px;

    }

}

@media (max-width:992px) {

    .story-desc h1 {

        font-size: 30px;

        margin-bottom: 6px;

    }

}

@media (max-width:767px) {

    .story-desc h1 {

        font-size: 24px;

    }

}

@media (max-width:992px) {

    .story-desc h5 {

        margin-bottom: 6px;

    }

}

@media (max-width:767px) {

    .story-desc h5 {

        font-size: 16px;

        margin-bottom: 4px;

    }

}

.story-desc p {

    color: #8d9099;

    line-height: 24px;

}

@media (max-width:992px) {

    .story-desc p {

        line-height: normal;

        margin-bottom: 6px;

    }

}

.story-desc a {

    font-weight: 700;

    font-size: 12px;

    position: relative;

    /* bottom: -4px;*/

}

@media (max-width:992px) {

    .story-desc a {

        bottom: 0;

    }

}

.story-desc a:after {

    /*  content: '$';
      font-family: "ElegantIcons";
      font-size: 12px;
      position: relative;
      top: 2px;
      right: -3px; */

}

@media (min-width:768px) and (max-width:992px) {

    .story-links {

        margin-left: -10px;

    }

}

@media (min-width:1201px) {

    .story-links {

        padding-top: 11px;

    }

}

@media (max-width:992px) {

    .story-links {

        padding-bottom: 15px;

    }

}

.story-links ul {

    margin: 8px 0;

    display: -moz-inline-stack;

    display: inline-block;

    vertical-align: top;

    zoom: 1;

    *display: inline;

}

@media (max-width:992px) {

    .story-links ul {

        margin: 0;

    }

}

.story-links li {

    padding: 0;

    margin-bottom: 15px;

    font-size: 16px;

    letter-spacing: -0.36px;

}

@media (max-width:992px) {

    .story-links li {

        margin: 0 0 10px;

        font-size: 14px;

    }

}

@media (max-width:767px) {
    .story-links li {
        letter-spacing: 0;
    }
}
.story-links li a {
    font-weight: 700;
}
.story-links li a:focus {
    color: #009be4;
}
.procedure-area {
    position: relative;
    padding-top: 8px;
}
@media (max-width:767px) {
    .procedure-area {
        max-width: 360px;
        margin: 0 auto;
    }
}
.procedure-area:before {
    background: #009be4;
    content: '';
    display: block;
    height: 110%;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    right: auto;
    top: 14px;
    width: 11px;
}
@media (min-width:768px) and (max-width:992px) {
    .procedure-area:before {
        width: 8px;
        margin-left: -4px;
    }
}

@media (max-width:767px) {

    .procedure-area:before {

        display: none;

    }

}

.procedure-box {

    position: relative;

    margin: 0 0 102px;

    display: -moz-inline-stack;

    display: inline-block;

    vertical-align: top;

    zoom: 1;

    *display: inline;

    width: 100%;

}

.procedure-box {

    *zoom: 1;

}

.procedure-box:before, .procedure-box:after {

    content: "";

    display: table;

}

.procedure-box:after {

    clear: both;

}

@media (min-width:768px) and (max-width:992px) {

    .procedure-box {

        margin: 0 0 26px;

    }

}

@media (max-width:767px) {

    .procedure-box {

        margin: 0 0 30px;

        padding-top: 60px;

    }

}

.procedure-box [class*="col-"] {

    padding: 0;

}

.procedure-box:last-child {

    margin: 0 0 62px;

}

.procedure-image {

    float: left;

    width: 44.4%;

    position: relative;

}

@media (min-width:768px) and (max-width:992px) {

    .procedure-image {

        width: 43%;

    }

}

@media (max-width:767px) {

    .procedure-image {

        float: none;

        width: 100%;

        max-width: 320px;

        margin: 0 auto 15px;

    }

}

.procedure-image.col-sm-push-6 {

    left: 55.6%;

}

@media (min-width:768px) and (max-width:992px) {

    .procedure-image.col-sm-push-6 {

        left: 57%;

    }

}

@media (max-width:767px) {

    .procedure-image.col-sm-push-6 {

        left: auto;

    }

}

.procedure-content {

    float: right;

    width: 46%;

    position: relative;

    display: table;

}

@media (min-width:768px) and (max-width:992px) {

    .procedure-content {

        width: 43%;

    }

}

@media (max-width:767px) {

    .procedure-content {

        float: none;

        width: 100%;

        text-align: center;

    }

}

.procedure-content.col-sm-pull-6 {

    float: left;

    right: 44.4%;

}

@media (min-width:768px) and (max-width:992px) {

    .procedure-content.col-sm-pull-6 {

        right: 43%;

    }

}

@media (max-width:767px) {

    .procedure-content.col-sm-pull-6 {

        right: auto;

    }

}

.procedure-content.col-sm-pull-6 .procedure-desc {

    padding-right: 20px;

    padding-left: 0;

}

@media (min-width:768px) and (max-width:992px) {

    .procedure-content.col-sm-pull-6 .procedure-desc {

        padding-right: 10px;

    }

}

.procedure-desc {

    display: table-cell;

    vertical-align: top;

    padding-left: 19px;

    padding-right: 10px;

}

@media (max-width:992px) {

    .procedure-desc {

        padding: 0;

    }

}

.procedure-desc h2 {

    hyphens: auto;

    margin-bottom: 16px;

}

@media (max-width:992px) {

    .procedure-desc h2 {

        margin-bottom: 8px;

    }

}

.procedure-desc p {

    font-size: 19px;

    color: #8d9099;

    hyphens: auto;

    margin-bottom: 23px;

}

@media (min-width:993px) and (max-width:1200px) {

    .procedure-desc p {

        font-size: 20px;

        margin-bottom: 18px;

    }

}

@media (max-width:992px) {

    .procedure-desc p {

        font-size: 15px;

        margin-bottom: 6px;

    }

}

.procedure-desc a {

    font-weight: 700;

    position: relative;

    /*  bottom: -6px;*/

}

@media (max-width:992px) {

    .procedure-desc a {

        /* bottom: -2px;*/

        font-size: 12px;

    }

}

.procedure-desc a:after {
    /*  content: '$';
      font-family: "ElegantIcons";
      position: relative;
      top: 2px;
      right: -3px; */
}
.counter {
    background-color: #009be4;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: table;
    width: 47px;
    height: 47px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -24px;
    z-index: 1;
}
@media (min-width:768px) and (max-width:992px) {
    .counter {
        width: 40px;
        height: 40px;
        margin-left: -20px;
    }
}

.counter p {

    display: table-cell;

    vertical-align: middle;

    font-weight: 700;

    font-size: 22px;

}

@media (min-width:768px) and (max-width:992px) {

    .counter p {

        font-size: 18px;

    }

}

.slider-section {

    position: relative;

    top: 0;

    left: 0;

    right: 0;

    width: 100%;

}

.main-slider .slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    position: relative;
}
@media (max-width:992px) {
    .main-slider .slide {
        height: 400px;
    }
}
@media (max-width:767px) {
    .main-slider .slide {
        height: 200px;
        background-position: center top;
        background-size: auto 200px;
    }
}
.main-slider .slide .slider-content {
    background-color: #f1e400;/*rgba(38, 93, 133, 0.9)*/
    padding: 25px 45px 28px 30px;
    border-radius: 5px;
    display: block;
    position: absolute;
    bottom: 40px;
    max-width: 430px;
    width: 100%;
    z-index: 99;
}
.main-slider .slide .slider-content a {
    color: #3e3e3d;
    font-weight: bold;
    text-decoration:underline;
}
@media (min-width:993px) and (max-width:1200px) {
    .main-slider .slide .slider-content {
        left: 15px;
    }
}
@media (min-width:768px) and (max-width:992px) {
    .main-slider .slide .slider-content {
        padding: 20px 30px 22px 20px;
        max-width: 380px;
        left: 15px;
    }
}
@media (max-width:767px) {
    .main-slider .slide .slider-content {
        position: relative;
        /* top: 168px; */
        top: 130px;
        bottom: auto;
        margin: 0 auto;
        padding: 18px 21px;
        width: 93%;
    }
}
.main-slider .slide .slider-content h2 {
    color: #3e3e3d;
    margin-bottom: 10px;
}
@media (max-width:767px) {
    .main-slider .slide .slider-content h2 {
        font-size: 16px;
        letter-spacing: 0.2px;
    }
}
.main-slider .slide .slider-content p {
    color: #3e3e3d; /*rgba(255, 255, 255, 0.7)*/
    font-size: 16px;
    font-family: "DIN-Regular";
    font-weight: 600;
}
@media (max-width:767px) {
    .main-slider .slide .slider-content p {
        font-size: 11px;
        margin-bottom: 9px;
    }
}
.main-slider .slide .slider-content-wrapper {
    max-width: 1170px;
    margin: 0 auto;
}
.main-slider .owl-controls {
    display: none;
    /*padding: 0 40px;
    position: absolute;
    bottom: 23px;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}
/*@media (max-width:767px) {
    .main-slider .owl-controls {
        display: none;
    }
}
.main-slider .owl-dots {
    margin: 0 auto;
    max-width: 1170px;
    text-align: right;
}

.main-slider .owl-dots .owl-dot {
    background-color: #fff;
    border-radius: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    width: 18px;
    height: 18px;
    margin: 0 0 0 14px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-slider .owl-dots .owl-dot:hover, .main-slider .owl-dots .owl-dot.active {
    background-color: #3e3e3d;
}*/
@media (max-width:767px) {
    .main-slider.content-slider .slide {
        height: 330px;
    }

}
/*    


 
.banner-section .banner-img {
height: 238px;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
width: 100%; }

@media (max-width: 767px) {
   .banner-section .banner-img {
    height: 160px; } }

@media (min-width: 479px) and (max-width: 767px) {
 
  .banner-section .banner-img {
    height: 200px; } }
*/

.title {
    margin: 30px auto 25px;
    padding: 0 15px;
    text-align: center;
    max-width: 800px;
}
@media (min-width:768px) and (max-width:992px) {
    .title {
        margin: 15px auto 10px;
        max-width: 100%;
    }
}

@media (max-width:992px) {

    .title {

        max-width: 100%;

    }

}

@media (max-width:767px) {

    .title {

        margin: 0;

    }

}

.title h1 {

    font-size: 36px;

    margin-bottom: 3px;

    margin-top: -4px;

}

@media (min-width:993px) and (max-width:1200px) {

    .title h1 {

        font-size: 42px;

    }

}

@media (max-width:992px) {

    .title h1 {

        font-size: 30px;

        margin-top: 0;

    }

}

.title p {

    font-size: 22px;

    color: #8d9099;

    margin-top: 4px;

    display: inline-block;

    line-height: normal;

}

@media (min-width:993px) and (max-width:1200px) {

    .title p {

        font-size: 22px;

    }

}

@media (max-width:992px) {

    .title p {

        font-size: 16px;

    }

}

@media (max-width:767px) {

    .title p {

        font-size: 14px;

    }

}

.content-area .title {

    text-align: left;

    margin: -15px 0 8px;

    padding: 0;

}

@media (min-width:993px) and (max-width:1200px) {

    .content-area .title {

        margin: 0 0 10px;

    }

}

@media (max-width:992px) {

    .content-area .title {

        margin: 0 0 10px;

    }

}

@media (max-width:992px) {

    .content-area .title h2 {

        line-height: normal;

    }

}

.content-area .title p {

    hyphens: auto;

    letter-spacing: -0.1px;

    line-height: 32px;

}

@media (max-width:992px) {

    .content-area .title p {

        line-height: normal;

        margin-top: 0;

    }

}

.teaser-box {
    background-color: #fff;
    padding: 0;
    margin: 15px 0;
    width: 100%;
}
@media (max-width:767px) {
    .teaser-box {
        border-bottom: 2px solid #009be4;
        padding-bottom: 10px;
        display: inline-block;
    }
}
.teaser-box .teaser-image, .teaser-box img {
    margin-bottom: 10px;
}
@media (max-width:767px) {
    .teaser-box .teaser-image img, .teaser-box img {
       width: 100%;
    }
}
.teaser-box .teaser-desc {
    padding: 0 10px 0 0;
}
@media (max-width:767px) {
    .teaser-box .teaser-desc {
        padding: 0 0 8px;
    }
}

.teaser-box .teaser-desc p {

    line-height: 26px;

    hyphens: auto;

}

@media (min-width:1201px) {

    .teaser-box .teaser-desc p {

        margin-bottom: 0;

    }

}

.teaser-box .teaser-desc a {

    font-weight: 700;

}

.slide .btn{

    background-color: #fff;

    border-radius: 10px;

    padding: 12px 15px 10px;

    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);

    font-family: "DIN-Regular";

    font-size: 16px;

    min-width: 136px;

    padding: 8px 15px;

}

.btn {
  position: relative;
    padding: .3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
  }

@media (max-width:767px) {
    .btn {
        font-size: 12px;
        min-width: 95px;
        padding: 5px 15px;
    }
}


.requirement-popup {
    position: fixed;
    top: 160px;
    right: -358px;
    z-index: 99;
    background: #009be4;
    border-radius: 5px 0 0 5px;
    max-width: 400px;
    width: 100%;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.requirement-popup .popup-content {
    background: #009be4;
    border-radius: 5px 0 0 5px;
    position: relative;
    padding: 25px 40px 26px 74px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.requirement-popup .popup-content h2, .requirement-popup .popup-content p, .requirement-popup .popup-content a {
    color: #fff;
}
.requirement-popup .popup-content h2 {
    margin-bottom: 15px;
}
.requirement-popup .popup-content p {
    line-height: 26px;
}
.requirement-popup .popup-content a {
    font-weight: 700;
}

.requirement-popup .popup-content a:hover, .requirement-popup .popup-content a:focus {

    color: rgba(255, 255, 255, 0.85);

}

.requirement-popup .popup-content .popup-close {
    position: absolute;
    right: 21px;
    top: 18px;
    color: #fff;
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.requirement-popup .popup-content .popup-trigger {
    background: #009be4;
    border-radius: 5px 5px 0 0px;
    padding: 9px 22px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 62px;
    height: 57px;
    transform: rotate(-90deg) translate(-50%, 50%);
    transform-origin: 0 50% 0;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
    -webkit-transform-origin: 0 50% 0;
    display: block;
}
.requirement-popup .popup-content .popup-trigger span {
    color: #fff;
    font-family: "DIN-Regular";
    font-size: 18px;
    font-weight: normal;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.requirement-popup .popup-content .popup-trigger img {
    transform: rotate(90deg) translate(-50%, -50%);
    transform-origin: 20% 52% 0;
    -webkit-transform: rotate(90deg) translate(-50%, -50%);
    -webkit-transform-origin: 20% 52% 0;
    margin: 0 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.requirement-popup .popup-content .popup-trigger:hover, .requirement-popup .popup-content .popup-trigger:focus {
    color: #fff;
}
@media (max-width:767px) {
    .requirement-popup {
        display: none;
    }
}
.popup-open.requirement-popup {
    right: 0;
}
.popup-open.requirement-popup .popup-trigger {
    pointer-events: none;
    padding: 9px 15px;
}
.popup-open.requirement-popup .popup-trigger img {
    transform: rotate(90deg) translate(50%, -28%);
    -webkit-transform: rotate(90deg) translate(50%, -28%);
}
.popup-open.requirement-popup .popup-trigger span {
    opacity: 0;
}
.arrow-triangle {
    background-color: inherit;
    position: absolute;
    bottom: 0;
    right: 43px;
}
.arrow-triangle i, .arrow-triangle em {
    background: inherit;
    bottom: 0;
    display: block;
    height: 60px;
    left: -15px;
    position: absolute;
    width: 60px;
    z-index: 1;
}
.arrow-triangle::after {
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    -ms-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    -o-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}
.arrow-triangle::before, .arrow-triangle::after {
    background-color: inherit;
    content: "";
    position: absolute;
}
.arrow-triangle, .arrow-triangle::before, .arrow-triangle::after {
    -webkit-border-top-right-radius: 30%;
    border-top-right-radius: 30%;
    box-shadow: 3px -2px 15px rgba(0, 0, 0, 0.15);
    height: 2em;
    width: 2em;
}
.blue-arrow {
    display:none;
    /*position: absolute;
    right: 43px;
    bottom: -25px;*/
}
/*@media (max-width:767px) {
    .blue-arrow {
        bottom: -17px;
        right: 31px;
    }
}
.blue-arrow img {
    width: 30px;
}
@media (max-width:767px) {
    .blue-arrow img {
        width: 20px !important;
    }
}*/
.c-breadcrumb {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin: 16px 0;
    width: 100%;
}
@media (max-width:992px) {
    .c-breadcrumb {
        margin-bottom: 0;
    }
}
@media (min-width:993px) and (max-width:1200px) {
    .c-breadcrumb {
        margin-bottom: 0;
    }
}
.c-breadcrumb ul, .c-breadcrumb li {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}
.c-breadcrumb li {
    color: #8d9099;
    font-size: 12px;
    margin-right: 20px;
}
.c-breadcrumb li a {
    color: inherit;
}
.c-breadcrumb li a:hover, .c-breadcrumb li a:focus {
    color: #009be4;
}
.c-breadcrumb li:before {
    content: ">";
    font-size: 12px;
    position: absolute;
    right: -13px;
    top: 0;
}
.c-breadcrumb li:last-child:before {
    display: none;
}
.two-column {
    margin: 45px -11px 31px;
}
.two-column {
    *zoom: 1;
}
.two-column:before, .two-column:after {
    content: "";
    display: table;
}
.two-column:after {
    clear: both;
}
@media (max-width:992px) {
    .two-column {
        margin: 28px -11px;
    }
}
.two-column-img {
    float: left;
    width: 50%;
    padding: 0 11px;
}
.two-column-img img {
    width: 100%;
    max-height: 257px;
}
.survey-block {
    background-color: #009be4;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    display: block;
    padding: 17px 45px 13px 20px;
    margin: 10px 0 48px;
    display: inline-block;
    width: 100%;
    position: relative;
}
@media (max-width:992px) {
    .survey-block {
        margin: 10px 0 36px;
    }
}

@media (max-width:767px) {

    .survey-block {

        margin: 0 0 36px;

        padding: 15px;

    }

}

.survey-block h2, .survey-block h6 {

    color: #fff;

}

.survey-block h6 {

    font-family: "DIN-Regular";

    font-size: 12px;

    margin-bottom: 6px;

    line-height: normal;

    font-weight: normal;

}

.survey-block h2 {

    letter-spacing: 0.4px;

}

.survey-block .survey-question ul {
    margin: -3px 0 0;
}
.survey-block .survey-question ul li {
   /* display: inline-block;*/
  /*  width: 284px;*/
    padding-left: 0;
    margin-bottom: 6px;
  padding-left: 28px;
    margin-bottom: 27px;
  
}
.survey-block .survey-question ul li:before {
    display: none;
}
.survey-block .survey-question ul li .btn {
    color: #3e3e3d;
    margin-top: 13px;
}
.survey-block .survey-question ul li .btn:hover, .survey-block .survey-question ul li .btn:focus {
    color: #009be4;
}
.survey-block.brand-color {
    background-color: #3e3e3d;
}
.survey-block.brand-color ul li .btn {
    color: #009be4;
}
.survey-block.brand-color ul li .btn:hover, .survey-block.brand-color ul li .btn:focus {
    color: #3e3e3d;
}
.survey-block.brand-color .radio-inline span:before {
    border-color: #3e3e3d;
}
.survey-block.brand-color .survey-results ul li .bubble {
    color: #3e3e3d;
}
.radio-inline {
    padding: 0 2px;
}

.radio-inline [type="radio"] {

 /*   display: none;*/

  margin-left:-25px!important;

}

.radio-inline:checked+span:before {

    background: #fff;

}

.radio-inline span:before {

  /*  content: '';

    display: inline-block;

    width: 9px;

    height: 9px;

    vertical-align: 1px;

    border-radius: 50%;

    box-shadow: 0 0 1px 2px #fff;

    border: 2px solid #be202e;

    margin-right: 17px;

    background-color: transparent;

    -webkit-transition: 0.3s ease all;

    transition: 0.3s ease all;*/

}

.survey-results h4 {

    color: #fff;

}

.survey-results ul {

    max-width: 486px;

    margin-bottom: 0;

}

.survey-results ul li {

    padding: 10px 0 15px;

    margin: 0;

}

.survey-results ul li:before {
    display: none;
}
.survey-results ul li .bubble {
    border-radius: 50%;
    display: inline-block;
    height: 0;
    line-height: 0;
    background-color: #fff;
    color: #009be4;
    margin-right: 20px;
    overflow: visible;
    text-align: center;
    transition: border-radius 0.5s ease 0s;
    vertical-align: middle;
    width: 0;
}
@media (max-width:767px) {
    .survey-results ul li .bubble {
        height: 36px !important;
        line-height: 36px !important;
        margin-left: 0 !important;
        width: 36px !important;
    }
    .tx-powermail .powermail_fieldset .powermail_field{
        max-width: 100%;
        width: 100%;
    }
}

.survey-results ul li .bubble:hover {

    border-radius: 50% 33%;

}

.share-post {

    margin: 21px 0 37px;

    display: inline-block;

}

@media (max-width:992px) {

    .share-post {

        margin: 10px 0 0;

    }

}

.share-post>p {

    font-weight: 700;

}

.share-post li {

    display: inline-block;

    padding-left: 15px;

    margin: 0;

}

.share-post li:before {

    display: none;

}

.share-post li:first-child {

    padding-left: 0px;

}

.share-post li a {
    color: #fff;
    font-size: 12px;
}
.share-post li a:hover span, .share-post li a:focus span {
    background-color: #009be4;
}
.share-post li a span {
    width: 24px;
    height: 24px;
    display: table;
    border-radius: 4px;
    text-align: center;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.share-post li a span:before {
    vertical-align: middle;
    display: table-cell;
}
.share-post li .social_facebook {
    background-color: #4267b2;
}
.share-post li .social_twitter {
    background-color: #1b95e0;
}
.c-box {
    position: relative;
    background-color: #009be4;
    color: #fff;
    border-radius: 5px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    padding: 20px 16px 20px 19px;
    margin: 7px 0 48px;
    width: 100%;
}
.c-box a {
    color: #e6e8f1;
}
.c-box.gray-color a {
    color: #009be4;
}
@media (max-width:992px) {
    .c-box {
        margin: 0 0 40px;
    }
}
.c-box h4, .c-box strong {
    color: inherit;
}
.c-box h4 {
    margin-bottom: 8px;
}
.c-box .arrow-triangle, .c-box .arrow-triangle::before, .c-box .arrow-triangle::after {
    box-shadow: none;
}

.c-box.gray-color {

    background-color: #e6e8f1;

    color: #333;

}

.c-box.gray-color img {

    /* max-width: 100px; */

    margin-bottom: 15px;

}

.tags {

    display: block;

    margin: 9px 0 0;

}

.tags ul {

    margin-bottom: 0;

}

.tags ul li {

    position: relative;

    padding: 0 13px 0 0;

    margin: 0;

    display: -moz-inline-stack;

    display: inline-block;

    vertical-align: top;

    zoom: 1;

    *display: inline;

}

.tags ul li:after {

    content: '';

    position: absolute;

    right: 4px;

    top: 6px;

    height: 15px;

    width: 2px;

    background-color: #333;

}

.tags ul li a {

    color: #333;

    font-weight: 700;

    font-size: 15px;

    letter-spacing: -0.6px;

}

.profile-block h6 {

    margin-bottom: 3px;

}

.profile-block a {

    display: -moz-inline-stack;

    display: inline-block;

    vertical-align: top;

    zoom: 1;

    *display: inline;

    font-weight: 700;

    font-size: 14px;

}

.profile-block address {

    font-size: 14px;

    line-height: 22px;

    margin-bottom: 8px;

}

/*# sourceMappingURL=default.css.map */



.banner-section .owl-carousel {

    display: block;

}

.banner-section .owl-carousel .slide {

    height: 160px;

    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

    width: 100%;

}

@media (min-width:480px) {

    .banner-section .owl-carousel .slide {

        height: 200px;

    }

}

@media (min-width:768px) {

    .banner-section .owl-carousel .slide {

        height: 238px;

    }

}

/* simple poll */



.simplePollSeeVotes .simplePollPercentText {

    margin-top: 3px;

    /*color: #555;*/

}

.simplePollPercentBarLimiter {
    width: 75%;
}

.simplePollPercentBarColor-1 {
    /*background-color: red;*/
}

/*limit the overall length of the bars, so we can still fit the percent number behind it*/
.simplePollPercentBar {
    height: 10px;
    margin-top: 10px;
    /*
    margin-top: 2px;
    margin-right: 5px;
    float: left;
    */
    background-color: #fff;
    border-radius: 2px;
}


/* Powermail */
.tx-powermail .powermail_fieldset .powermail_field.powermail_submit, .tx-powermail .powermail_fieldset .powermail_field.powermail_reset, .tx-indexedsearch-searchbox-button {
    background-color: #009be4;
}
.tx-powermail .powermail_fieldset {
    border: 0px;
    background: none;
}
legend.powermail_legend {
    display: none;
}
.tx-powermail .powermail_fieldset {
    padding: 0px;
}

/*
.procedure-box .procedure-image{
    max-width: 519px;
}
*/
.procedure-box .procedure-image iframe {
    width: 100%;
    max-width: 100%;
}

.story-links {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.story-links a.active {
    color: #3e3e3d;
}
/*
.video-wrapper,
.video-wrapper .ce-media{
    max-width: 770px;
    width: 100%;
}
*/

.content-area .ce-gallery iframe {
    width: 100%;
}
.video-wrapper .ce-gallery, .video-wrapper .ce-outer, .video-wrapper .ce-inner, .video-wrapper .ce-row, .video-wrapper .ce-column, .video-wrapper .ce-media, .video-wrapper .ce-media iframe {
    max-width: 770;
    width: 100%;
    height: auto;
}
.tx-indexedsearch-searchbox-sword {
    border: 1px solid #bbbbbb;
    color: #444444;
    float: right;
    font-size: inherit;
    margin: 0;
    padding: 5px;
    max-width: 400px;
    width: 100%;
}
.tx-indexedsearch-searchbox-sword:focus {
    border-color: #009be4;
}
.tx-indexedsearch-searchbox-button {
    border: 1px solid #eeeeee;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    margin: 5px 0 0;
    padding: 5px 20px;
    margin-top: 30px;
}
.tx-indexedsearch-searchbox-button:hover {
    color: #009be4;
    border-color: #009be4;
    background-color: transparent;
}
.content-area .tx-indexedsearch-browsebox {
    margin: 30px 0 20px;
    position: relative;
    text-align: center;
}

.tx-indexedsearch-searchbox form {
    margin-bottom: 30px;
}

.content-area .tx-indexedsearch-browsebox ul {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
}
.content-area .tx-indexedsearch-browsebox li {
    list-style: none;
    border: 1px solid #009be4;
    padding: 0;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}
.content-area .tx-indexedsearch-browsebox li::before {
    display: none;
}
.content-area .tx-indexedsearch-browsebox li a {
    padding: 5px 12px;
    display: block;
}
.content-area .tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a, .content-area .tx-indexedsearch-browsebox li:hover a {
    background-color: #009be4;
    color: #fff;
}
.content-area .search-result {
    margin-bottom: 30px;
}
.tx-powermail{
    max-width: 640px;
    width: 100%;
}
.tx-powermail .powermail_fieldset .parsley-errors-list > li{
    margin-bottom: 0;
}
@media(min-width:1200px) {
    .procedure-box .procedure-image {
        width: 44.4%;
        min-height: 391px;
    }
    .procedure-box .procedure-image iframe {
        height: 391px;
    }
    .video-wrapper .ce-media iframe {
        height: 400px;
    }
}
@media(min-width:993px) and (max-width:1199px) {
    .procedure-box .procedure-image {
        min-height: 322px;
    }
    .procedure-box .procedure-image iframe {
        height: 322px;
    }
    /*
    .video-wrapper .ce-gallery iframe {
        width: 630px;
        height: 350px;
    }
    */
    .video-wrapper .ce-media iframe {
        height: 380px;
    }
}
@media(min-width:768px) and (max-width:992px) {
    .procedure-box .procedure-image {
        min-height: 239px;
    }
    .procedure-box .procedure-image iframe {
        height: 239px;
    }
    .story-links.fixed {
        position: fixed;
        top: 72px
    }
    .story-links.fix {
        top: -165px !important;
    }
    .video-wrapper .ce-media iframe {
        height: 350px;
    }
    .news-list-section .news-block .ce-gallery{
        float:  none;        
    }
}
@media(max-width:767px) {
    .procedure-box .procedure-image iframe {
        height: 240px;
    }
    .video-wrapper .ce-media iframe {
        height: 280px;
    }
    .tx-indexedsearch-searchbox-sword {
        max-width: 100%;
    }
    .tx-indexedsearch-searchbox-button {
        margin-top: 20px;
    }
    .tx-indexedsearch-searchbox form {
        margin-bottom: 20px;
    }
    .tx-powermail .powermail_fieldset .parsley-errors-list{
        width: 100%;
    }
    .table-wrapper{
        overflow:auto; 
        position: relative;
    }
    .ce-textpic.ce-text.ce-intext, .ce-textpic.ce-right.ce-intext{
        width: 100%;
    }
    .table-wrapper table{
        max-width: 100%;
        min-width: 770px;
        width: 100%;
        margin-bottom: 0;
    }
}
@media(min-width:993px) {
    .story-links.fixed {
        position: fixed;
        top: 120px;
    }
    .story-links.fix {
        top: -480px !important;
    }
}
@media(max-width: 520px) {
    .video-wrapper .ce-media iframe {
        height: 230px;
    }
}
table.table.table-striped.table-hover td {
    width: 300px;
}
table.table.table-striped.table-hover td:last-child {
    text-align: right;
}
/*
.news-list-section .ce-bodytext{
    margin-bottom: 0px;
}
*/
.news-list-section .ce-intext.ce-left .ce-gallery{
    margin: 0px!important;
}

/*
table.table {
    overflow-x: auto;
}
*/


/* Logo */
@media (min-width: 993px) {
    .logo {
        max-width: 110px;
    }
}
.logo img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto
}


/* Forderungen */
.requirement-popup .popup-content {
    min-height: 182px;
}
.requirement-popup .popup-content .popup-trigger {
    background: none;
}


/* Navigation */
@media (max-width: 992px) {
    .navigation {
        padding-top: 130px;
    }
}
@media (min-width: 993px) {
    .navigation li:hover .mega-menu-wrapper {
        display: flex;
    }
}
.navigation li .mega-menu-wrapper ul {
    max-width: none;
}

.navigation li li li a {
    position: relative;
    padding-left: 15px;
    font-weight: 600;
}
.navigation li li li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 1px;
    background-color: #333;
}


.footer-main .footer-col .ce-gallery img{
    padding: 0 20px;
}

.content-area .news-list-view ul.f3-widget-paginator {
    display: flex;
    justify-content: flex-end;
}

.content-area .news-list-view ul.f3-widget-paginator li:before {
    content: unset;
}

.news .news-list-view .article {
    padding-bottom: 0;
    margin-bottom: 0;
}

.news-list-view {
    padding: 0 10px;
}

.news .article .news-img-wrap {
    max-width: 200px;
}


.tile-article-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.tile-article-container > div {
    max-width: 50%;
}


@media (max-width: 992px) {
    .news-list-view .tile-article-container .news-block .ce-textpic {
        display: flex;
        flex-direction: column;
    }

    .news .news-list-view .tile-article-container .article {
        min-height: 320px;
    }
}

@media (max-width: 767px) {
    .news .news-list-view .tile-article-container .article {
        min-height: unset;
    }

    .tile-article-container {
        flex-direction: column;
    }
    .tile-article-container > div {
        max-width: 100%;
    }
}

