@font-face {
    font-family: 'netsec';
    src: url('../fonts/custom_font_netsec.eot');
    src: url('../fonts/custom_font_netsec.eot') format('embedded-opentype'), url('../fonts/custom_font_netsec.woff') format('woff'), url('../fonts/custom_font_netsec.ttf') format('truetype'), url('../fonts/custom_font_netsec.svg#custom_font_netsec') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'netsec';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clear {
    clear: both;
}

.icon-play:before {
    content: "\e600";
}

.icon-arrow-down:before {
    content: "\e604";
}

.icon-arrow-up:before {
    content: "\e605";
}

.icon-arrow-down2:before {
    content: "\e606";
}

.icon-arrow-up2:before {
    content: "\e607";
}

.icon-arrow-right2:before {
    content: "\e608";
}

.icon-twitter:before {
    content: "\e601";
}

.icon-facebook:before {
    content: "\e602";
}

.icon-linkedin:before {
    content: "\e603";
}

.icon-arrow-right:before {
    content: "\62";
}

.icon-arrow-left:before {
    content: "\63";
}

.icon-envelope:before {
    content: "\61";
}

.icon-storage:before {
    content: "\64";
}

.icon-search:before {
    content: "\65";
}

.icon-lock:before {
    content: "\66";
}

.icon-minus:before {
    content: "\67";
}

.icon-plus:before {
    content: "\68";
}

.icon-checkbox-checked:before {
    content: "\69";
}

@font-face {
    font-family: 'netsec_font_2';
    src: url('../fonts/netsec_font_2.eot?-ahrvli');
    src: url('../fonts/netsec_font_2.eot?#iefix-ahrvli') format('embedded-opentype'), url('../fonts/netsec_font_2.woff?-ahrvli') format('woff'), url('../fonts/netsec_font_2.ttf?-ahrvli') format('truetype'), url('../fonts/netsec_font_2.svg?-ahrvli#netsec_font_2') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon2-"],
[class*=" icon2-"] {
    font-family: 'netsec_font_2';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
    content: "\71";
}

.icon-sonic:before {
    content: "\72";
}

.icon-time:before {
    content: "\73";
}

.icon-headset:before {
    content: "\74";
}

body {
    overflow-x: hidden;
    font-family: Arial, sans-serif;
}

p {
    font-size: 14px;
    color: #58585a;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #4989c5;
    font-family: Arial, sans-serif;
}

a:focus,
a:active,
a.active {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, sans-serif;
    color: #58585a;
}

.xs h1 {
    font-size: 20px;
}

h2 {
    text-transform: none;
    font-size: 30px;
    color: #58585a;
    font-weight: normal;
}

h3 {
    text-transform: none;
    font-size: 18px;
    color: #58585a;
}

h4 {
    text-transform: none;
    font-size: 14px;
    color: #58585a;
}

h5 {
    text-transform: none;
    font-size: 15px;
    color: #58585a;
    font-weight: bold;
    margin-top: 30px;
}

li {
    /*list-style: none; */
}

ul.list {
    padding-left: 15px;
}

textarea:focus,
input:focus {
    outline: 0;
}

.list li:before {
    font-family: 'netsec';
    color: #2a8bc6;
    content: "\62";
    font-size: 16px;
    margin: 0px 0 0 -20px;
    padding: 0 5px 0 0;
    position: absolute;
}

.list li {
    color: #58585a;
    margin: 5px 0;
}

.btn-orange {
    background-color: #fe9a2c;
}

.btn {
    color: #fff;
    font-weight: bold !important;
    font-size: 18px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn a {
    color: #ffffff;
    text-decoration: none;
}

.btn-grey {
    background-color: #969696;
}

.widthfull {
    width: 100%;
}

.img-centered {
    margin: 0 auto;
}

.nopadding {
    padding: 0;
}


/* LANGUAGE */

.btn-language {
    background-color: #4199d5;
    text-transform: uppercase;
    margin: 9px 0 0 0;
    font-size: 13px;
}

.language a {
    padding: 0 !important;
    margin: 0 !important;
}


/* SEARCH */

form#search {
    margin-top: 9px;
    position: relative;
    margin-right: 15px;
    margin-left: 15px;
}

form#search input[type=text] {
    border-radius: 8px;
    padding: 9px;
    border: 1px solid #b4b3b3;
    color: #b4b3b3;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    height: 40px;
}

form#search input[type="submit"] {
    font-family: 'netsec';
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 9px;
    border: none;
    background-color: #4199d5;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto;
    height: 40px;
}


/* PICTURE HEADER */

.spacerheader {
    height: 90px;
}

.xs .spacerheader,
.sm .spacerheader {
    height: 60px !important;
}

.navbar-brand {
    padding-top: 12px;
}

.xs .navbar-brand {
    padding-left: 0;
}

.sm .navbar-brand {
    padding-left: 15px;
}

header .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

header {
    color: #fff;
    background: #367de3;
    height: 220px;
    background-image: url(../img/header-picture1.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 220px;
    padding: 0;
    margin: 0;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .intro-text .name {
        font-size: 4.75em;
    }
    header .intro-text .skills {
        font-size: 1.75em;
    }
}


/* NAVIGATION */

.md .navbar-fixed-top,
.lg .navbar-fixed-top {
    padding: 15px 0;
}

.md .navbar-fixed-top .navbar-brand,
.lg .navbar-fixed-top .navbar-brand {
    font-size: 2em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.md .navbar-fixed-top.navbar-shrink,
.lg .navbar-fixed-top.navbar-shrink {
    padding: 15px 0;
}

.md .navbar-fixed-top.navbar-shrink .navbar-brand,
.lg .navbar-fixed-top.navbar-shrink .navbar-brand {
    font-size: 1.5em;
}

.md .navbar-fixed-top.navbar-shrink li.navactive:after,
.lg .navbar-fixed-top.navbar-shrink li.navactive:after {
    top: 70px !important;
}

.navbar {
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 700;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    z-index: 2000;
}

.navbar-default .navbar-brand {
    color: #2a8bc6;
}

.navbar-default .navbar-nav > li > a {
    color: #58585a;
    font-size: 15px;
    font-weight: normal;
    cursor: pointer;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active {
    color: #f09623;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

.md nav.navbar ul.nav.navbar-nav li.navactive:after,
.lg nav.navbar ul.nav.navbar-nav li.navactive:after {
    border-color: #ffffff transparent transparent transparent;
    border-style: solid;
    border-width: 10px 11px 0;
    content: "";
    left: 40%;
    position: absolute;
    top: 75px;
}


/* NAVIGATION MOBILE */

.navbar-toggle {
    background-color: #eaebec;
    border: none;
}

.navbar-default .navbar-toggle {
    background-color: #2b8aca;
    margin-right: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #78b8e2;
}

.xs .navbar .navbar-nav li,
.sm .navbar .navbar-nav li {
    background-color: #2b8aca;
    padding: 5px 0;
}

.xs .navbar .navbar-nav li a,
.sm .navbar .navbar-nav li a {
    color: #fff;
    font-size: 20px;
}

.sm nav.navbar .container {
    width: 100%;
}

.xs .navbar .navbar-nav li.search,
.sm .navbar .navbar-nav li.search {
    padding: 10px;
}

.xs .navbar .navbar-nav li.search,
.sm .navbar .navbar-nav li.search {
    display: none;
}

.navbar .navbar-nav li.search-mobile,
.navbar .navbar-nav li.search-mobile {
    display: none;
}

.xs .navbar .navbar-nav li.search-mobile,
.sm .navbar .navbar-nav li.search-mobile {
    display: block;
    background-color: #237cb4;
    padding: 20px 15px 20px 25px !important;
    position: relative;
}

.xs .navbar .navbar-nav li.search-mobile form#search,
.sm .navbar .navbar-nav li.search-mobile form#search {
    margin: 0 45px 0 0;
}

.xs .navbar .navbar-nav li.search-mobile form#search input,
.sm .navbar .navbar-nav li.search-mobile form#search input {
    border-radius: 5px;
}

.xs .navbar .navbar-nav li.search-mobile form#search input[type="submit"],
.sm .navbar .navbar-nav li.search-mobile form#search input[type="submit"] {
    border-radius: 0 5px 5px 0;
}

.language-mobile {
    display: none;
}

.xs .navbar .navbar-nav li .language-mobile,
.sm .navbar .navbar-nav li .language-mobile {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 20px;
}

.xs .navbar .navbar-nav li .language-mobile a,
.sm .navbar .navbar-nav li .language-mobile a {
    background-color: #3398DC;
    border-radius: 5px;
    padding: 7px 5px;
    font-size: 18px;
    text-decoration: none;
}


/* FIX: to be reviewed */

.md .language-nav-wrapper,
.lg .language-nav-wrapper {
    display: none;
}

.xs .language-nav-wrapper,
.sm .language-nav-wrapper {
    display: block;
    float: right;
    margin-right: 15px;
}

.xs .language-nav-wrapper .hidden-xs,
.sm .language-nav-wrapper .hidden-sm {
    display: block !important;
}

.md .language-nav-wrapper .hidden-xs,
.lg .language-nav-wrapper .hidden-sm {
    display: none !important;
}

.language-nav-wrapper a {
    text-decoration: none !important;
}

.language-nav-wrapper .btn {
    margin-top: 12px;
    padding: 6px 12px;
    background-color: #2b8aca;
}

.language-nav-wrapper .btn:focus,
.language-nav-wrapper .btn:hover {
    background-color: #78b8e2;
}


/* FLYOUT */

.modal-dialog {
    width: auto;
}

.flyout {
    background-color: #3598db;
    width: 100%;
    /*position: fixed;*/
    position: relative;
    top: 50px;
    padding-top: 60px;
    z-index: 10;
}

.flyout a:before {
    font-family: 'netsec';
    color: #fff;
    content: "\62";
    font-size: 14px;
    margin: 0px 0 0 -15px;
    padding: 0 5px 0 0;
    position: relative;
    display: block;
    padding-left: 15px;
    float: left;
}

.flyout .cat_img a:before {
    display: none;
}

.flyout h2 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.flyout h2 a {
    color: #fff;
}

.flyout h2 a:before {
    display: none;
}

.flyout ul li {
    list-style: none;
}

.flyout ul li a {
    color: #fff;
    font-size: 14px;
    /*padding-left: 15px;*/
}

.flyout ul li span {
    color: #fff;
    font-size: 18px;
    position: relative;
    top: 3px;
    text-decoration: none !important;
}

.flyout ul li a:hover {}

.flyout ul {
    padding: 0px;
}

.row.productrow {
    margin-bottom: 50px;
}

section {
    padding: 50px 0;
}

.xs section {
    padding: 30px 0;
}

.sm section {
    padding: 30px 0;
}

section.success {
    background: #f9f9f9;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }
    section.first {
        padding-top: 75px;
    }
}


/* FLYOUT TEXT */

div.modaltext div.modal-dialog div.modal-content section.flyout div.container h3 a {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin: 20px 0;
    letter-spacing: 1px;
}

div.modaltext div.modal-dialog div.modal-content section.flyout div.container h3 a:before {
    content: "";
}


/* INFO CIRCLES */

section#main-info {
    background-color: #f9f9f9;
    padding: 50px 0 0 0;
    -webkit-box-shadow: inset 0 -1px 0 0 #dadada;
    box-shadow: inset 0 -1px 0 0 #dadada;
}

.xs section#main-info {
    border: none;
    padding: 30px 0 0 0;
    box-shadow: none;
}

.main-info-item a h3 {
    text-transform: none;
    font-family: Arial;
    color: #58585a;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
}

.xs .main-info-item a h3 {
    margin-top: 0;
}

.main-info-item a:hover.main-info-link h3 {
    text-decoration: none !important;
}

.main-info-item a:hover {
    text-decoration: none;
}

.main-info-item {
    border-bottom: 1px solid #dadada;
    padding-top: 50px;
    min-height: 250px;
}

.sm .main-info-item,
.sm .main-info-item:hover {
    min-height: 300px;
    padding-bottom: 30px;
}

.xs .main-info-item,
.xs .main-info-item:hover {
    min-height: inherit;
    padding-top: 30px;
    padding-bottom: 15px;
    border: none;
}

.xs .col-xs-12 + .col-xs-12 .main-info-item {
    padding-top: 15px;
}

.main-info-item:hover {
    border-bottom: 1px solid #2b8aca;
    padding-bottom: 50px;
}

section#main-info .main-info-item p {
    color: #818181;
    font-size: 14px;
}


/* PRODUCT CAROUSEL */

section#software h2 {
    font-size: 30px;
    color: #58585a;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 50px;
}

section#software h3 {
    margin-bottom: 40px;
}

.software-item a:before {
    font-family: 'netsec';
    color: #fe9a2c;
    content: "\62";
    font-size: 20px;
    margin: -4px 0 0 -17px;
    position: absolute;
}

.software-item a {
    margin-left: 12px;
    color: #fe9a2c;
}

section#software p {
    margin-bottom: 20px;
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    /*color: #18bc9c;*/
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease, opacity .3s ease;
    -moz-transition: top .3s ease, opacity .3s ease;
    -ms-transition: top .3s ease, opacity .3s ease;
    transition: top .3s ease, opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    /*color: #18bc9c;*/
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer h4 {
    font-weight: bold;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #fff;
}

.xs footer .footer-above {
    padding-top: 30px;
}

.sm footer .footer-col {
    margin: 0;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #3498db;
}

.partner ul li,
.awards ul li {
    margin-bottom: 10px;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}


/* SECTION ABOUT */

section#about {
    padding-bottom: 0;
}

.xs section#about img {
    margin-top: 20px;
    width: 100%;
}


/* ICON EFFECT */

.hi-icon-wrap {
    margin-top: 6px;
}

.sm .hi-icon-wrap {
    margin-bottom: 20px;
}

.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

.xs .hi-icon {
    width: 44px;
    height: 44px;
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hi-icon:before {
    font-family: 'netsec';
    speak: none;
    font-size: 34px;
    line-height: 67px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.xs .hi-icon:before {
    font-size: 24px;
    line-height: 44px;
}

.hi-icon-effect-2 .hi-icon {
    color: #fff;
    box-shadow: 0 0 0 3px #2b8aca;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.hi-icon-effect-2 .hi-icon:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #2b8aca;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

.hi-icon-effect-2a .hi-icon:hover {
    color: #fff;
    text-decoration: none;
}

.main-info-item:hover .hi-icon-effect-2a .hi-icon:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.part {
    margin-bottom: 30px;
}


/* ICON SOCIAL EFFECT */

.social .hi-icon-wrap {
    margin-top: 6px;
    float: left;
    margin-right: 10px;
}

.social .hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    width: 41px;
    height: 41px;
    border-radius: 20%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

ul.marginalnav li a {
    color: #fff;
}

ul.marginalnav li {
    border-right: solid 1px #59a9eb;
}

ul.marginalnav {
    position: absolute;
    right: 0px;
}


/* SITEMAP */

.panel {
    background-color: transparent;
}

#sitemap {
    margin-top: 20px;
}

#sitemapcontent a:before {
    font-family: 'netsec';
    color: #4199d5;
    content: "\62";
    font-size: 18px;
    margin: -1px 0 0 -17px;
    position: absolute;
}

.panel-body {
    margin-top: 10px;
    padding: 0px;
    padding-top: 15px;
    border: none;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.panel-default > .panel-heading {
    background: none;
    padding: 10px 0;
    border-bottom: solid 1px #d9dadb;
}

.panel-default > .panel-heading h4 a {
    color: #58585a;
}

.panel-default > .panel-heading h4 a:hover {
    color: #58585a;
    text-decoration: none;
}

.panel-default > .panel-heading h4 a:after {
    font-family: 'netsec';
    color: #4199d5;
    content: "\e607";
    font-size: 16px;
    margin: 1px 0 0 5px;
    position: absolute;
}

.panel-default > .panel-heading h4 a.collapsed:after {
    content: "\e606";
}

.panel-default {
    border: none;
    box-shadow: none;
}

ul.marginalnav li:last-child {
    border: none;
}

#sitemapcontent .panel-body ul li {
    list-style: none;
}

#sitemapcontent .panel-body ul li a {
    color: #58585a;
    font-size: 14px;
    padding-left: 11px;
    /*margin-left: 11px;*/
}

#sitemapcontent .panel-body ul li span {
    color: #4199d5;
    font-size: 20px;
}

#sitemapcontent .panel-body ul {
    padding: 0px;
}

#sitemap h4 a {
    color: #58585a;
    text-decoration: none;
}

#sitemap h4 a:before {
    display: none;
}

.social .hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.social .hi-icon:before {
    font-family: 'netsec';
    speak: none;
    font-size: 24px;
    line-height: 41px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.social .hi-icon-effect-2 .hi-icon {
    color: #fff;
    box-shadow: 0 0 0 3px #2b8aca;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.social .hi-icon-effect-2 .hi-icon:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #2b8aca;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

.social .hi-icon-effect-2.linkedin .hi-icon:after {
    background: none repeat scroll 0 0 #006699;
}

.social .hi-icon-effect-2.linkedin .hi-icon {
    box-shadow: 0 0 0 3px #006699;
}

.social .hi-icon-effect-2.youtube .hi-icon:after {
    background: none repeat scroll 0 0 #cc181e;
}

.social .hi-icon-effect-2.youtube .hi-icon {
    box-shadow: 0 0 0 3px #cc181e;
}

.social .hi-icon-effect-2.facebook .hi-icon:after {
    background: none repeat scroll 0 0 #3b579d;
}

.social .hi-icon-effect-2.facebook .hi-icon {
    box-shadow: 0 0 0 3px #3b579d;
}

.social .hi-icon-effect-2.twitter .hi-icon:after {
    background: none repeat scroll 0 0 #3acaff;
}

.social .hi-icon-effect-2.twitter .hi-icon {
    box-shadow: 0 0 0 3px #3acaff;
}

.social .hi-icon-effect-2a .hi-icon:hover {
    color: #fff;
    text-decoration: none;
}

.social .hi-icon-effect-2a .hi-icon:hover:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}


/* SLIDER */

span.ls-bottom-slidebuttons a {
    width: 70px;
    background-image: none;
    background-color: none;
    border: 3px solid #fff;
    height: 6px;
}

.ls-layer,
.ls-layer * {
    font-family: Arial, sans-serif;
    font-weight: normal;
    text-shadow: none !important;
}

.xs .ls-layer .btn,
.xs .ls-layer p.text {
    display: none !important;
}

.ls-s-1 {
    font-weight: normal;
}

.plus,
.plus2 {
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 50px;
    line-height: 50px;
    background: #eee;
}

.plus {
    color: #3b173d;
}

.plus2 {
    color: #1e73be;
}

.text,
.text2 {
    font-size: 26px;
}

.text {
    color: #eee;
}

.text2 {
    color: #1e73be;
}

.ls_monitor {
    background-image: url(../img/slider_monitor.png);
    /*width: 746px;*/
    width: 560px;
    /*height: 636px;*/
    height: 475px;
}

.ls_monitor .ls-bottom-nav-wrapper {
    display: none;
}

.ls_monitor .ls-nav-prev {
    margin-left: 25px;
    background-image: url(../Layerslider/skins/fullwidth/skin.png);
}

.ls_monitor .ls-nav-next {
    margin-right: 25px;
    background-image: url(../Layerslider/skins/fullwidth/skin.png);
}

.xs .ls-inner,
.xs .ls-container,
.xs .ls-lt-container,
.xs .ls-layer {
    height: 105px !important;
}

.xs .ls-fullwidth .ls-bottom-slidebuttons,
.xs .ls-fullwidth .ls-nav-start,
.xs .ls-fullwidth .ls-nav-stop,
.xs .ls-fullwidth .ls-nav-sides {
    top: -20px;
}


/******************* CONTENT PAGE ********************/

#wrapper {
    background-color: #f9f9f9;
    padding: 40px 0;
}

.xs #wrapper.picture,
#wrapper.picture {
    padding-bottom: 0;
}

.xs #wrapper {
    padding: 20px 0;
}

#content h3 {
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

#content p {
    line-height: 28px;
}


/* Productinfo Accordion */

.checklist {
    list-style: none;
}

ul.checklist {
    padding: 0;
}

ul.checklist li span.icon-checkbox-checked {
    color: #2a8bc6;
    font-size: 40px;
}

.checklist h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

ul.checklist li {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#productinfoaccordion {
    margin-top: 20px;
}


/* SUBNAVIGATION */

#subnav {
    margin-top: 65px;
}

#subnav li {
    padding: 10px 0 !important;
    border-bottom: 1px solid #d0d0d1;
    background-image: none !important;
    list-style-type: none;
}

#subnav ul {
    padding-left: 0;
}

#subnav li a:before {
    font-family: 'netsec';
    color: #58585a;
    content: "\62";
    font-size: 16px;
    margin: 0;
    padding: 0 5px 0 0;
    position: absolute;
    display: inline;
    left: 10px;
}

#subnav li:hover a:before {
    color: #2a8bc6;
}

#subnav li a {
    color: #58585a;
    font-size: 14px;
    margin-left: 15px;
}

#subnav li a:hover,
#subnav li a.active {
    text-decoration: none;
    color: #2a8bc6;
}

#subnav li.active a,
#subnav li.active a:before {
    color: #2a8bc6;
}


/* PRODUCTDETAIL CONTACT */

#content.contact .contactintro {
    margin-top: 35px;
}


/* FORMULAR */

form#contact {
    margin-top: 50px;
}

form#contact ul {
    padding-left: 0;
}

input,
select,
textarea {
    border: 1px solid #acacac;
    padding: 3px 7px;
    font-size: 14px;
    color: #58585a;
    font-style: italic;
    width: 100%;
}

form#contact select,
form#contact input[type="text"] {
    height: 35px;
}

input[type="submit"] {
    font-style: normal;
    font-weight: normal;
}

input[type="checkbox"],
input[type="radio"] {
    width: auto;
}

label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
}


/******************** CHECKBOX ********************/

.checkbox-row {
    z-index: 1;
    margin: 10px 0;
}

.checkbox-row .checkbox {
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    min-height: 0;
    min-width: 0;
    border: 1px solid #acacac;
    padding: 0;
    left: 0;
    top: 2px;
    margin: 0;
}

.checkbox-row .checkbox input[type="checkbox"] {
    opacity: 0;
    filter: Alpha(opacity=0);
    margin: 1px 0 0 1px;
    z-index: 1;
    cursor: pointer;
}

.checkbox-row .checkbox input[type="checkbox"] ~ .checkbox-alternative {
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: transparent;
    left: 2px;
    top: 2px;
    z-index: -1;
}

.checkbox-row:hover input[type="checkbox"] ~ .checkbox-alternative {}

.checkbox-row .checkbox input[type="checkbox"]:checked ~ .checkbox-alternative {
    background-color: #fe9a2c;
}

.checkbox-row {
    margin-bottom: 7px;
    position: relative;
    z-index: 1;
}

.menu-filter-content-body .label-gas {
    color: #58585a;
}

label {
    display: block;
    font-size: 14px;
    color: #58585a;
    margin: 0;
    cursor: pointer;
    padding-left: 25px;
    font-weight: normal;
}

.checkbox-row label {
    font-family: "rwe_headlinecondensed_light", Tahoma, Geneva, Verdana, Segoe, sans-serif;
    font-size: 15px;
    font-weight: lighter;
}


/******************** IE8 CHECKBOX FIX ********************/

.ie8 .checkbox-row .checkbox {
    border: none !important;
    background-color: transparent !important;
}

.ie8 .checkbox-row .checkbox-alternative {
    border: none !important;
    background-color: transparent !important;
}

.ie8 .checkbox-row .checkbox input[type="checkbox"] ~ .checkbox-alternative:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    top: -2px;
    left: -2px;
    background: transparent url('../img/ie8/form/checkbox1.png') no-repeat scroll top left !important;
}

.ie8 .checkbox-row .checkbox input[type="checkbox"].checked ~ .checkbox-alternative:before {
    content: "";
    background: transparent url('../img/ie8/form/checkbox1-checked.png') no-repeat scroll top left !important;
}


/******************** RADIO 

.radio-row {
    z-index: 1;
        margin: 10px 0;
}
.radio-row .radio {
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    min-height: 0;
    min-width: 0;
    border: 1px solid #acacac;
    padding: 0;
    left: 0;
    top: 2px;
    margin: 0;
}
.radio-row .radio input[type="radio"] {
    opacity: 0;
    filter: Alpha(opacity=0);
    margin: 1px 0 0 1px;
    z-index: 1;
    cursor: pointer;
}
.radio-row .radio input[type="radio"] ~ .radio-alternative {
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: transparent;
    left: 2px;
    top: 2px;
    z-index: -1;
}
.radio-row:hover input[type="radio"] ~ .radio-alternative {
}
.radio-row .radio input[type="radio"]:checked ~ .radio-alternative {
    background-color: #fe9a2c;
}
.radio-row {
    margin-bottom: 7px;
    position: relative;
        float: left;
        margin-right: 20px;
}
/******************** IE8 RADIO FIX 

.ie8 .radio-row .radio {
    border: none !important;
    background-color: transparent !important;
}
.ie8 .radio-row .radio-alternative {
    border: none !important;
    background-color: transparent !important;
}
.ie8 .radio-row .radio input[type="radio"] ~ .radio-alternative:before {
    content: " ";
    position: absolute;
    width: 17px;
    height: 17px;
    top: -2px;
    left: -2px;
    background: transparent url('../img/ie8/form/checkbox1.png') no-repeat scroll top left !important;
}

.ie8 .radio-row .radio input[type="radio"].checked ~ .radio-alternative:before {
    content: " ";
    background: transparent url('../img/ie8/form/checkbox1-checked.png') no-repeat scroll top left !important;
}

********************/


/* FINAL */

.number {
    background-color: #2b8aca;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.number span {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    left: 13px;
    top: 3px;
}

.steps {
    margin: 30px 0;
}

.steps .line {
    background-color: #2b8aca;
    height: 1px;
    margin-top: 20px;
}

.steps .step p {
    text-align: center;
    margin-top: 5px;
    line-height: 18px !important;
    color: #818181;
}

.stepsimage img {
    margin-top: 37px;
}

.sm .stepsimage img {
    margin-top: 100px;
}


/* FAQ */


/*#content li a:before {
    font-family: 'netsec';
    color: #58585a;
    content: "\62";
    font-size: 16px;
    margin: 0px 0 0 -20px;
    padding: 0 5px 0 0;
    position: absolute;
}*/

#content ul {
    margin-top: 20px;
    padding-left: 15px;
}

#content li {
    margin-bottom: 10px;
    padding-left: 10px;
    list-style-type: none;
    background-image: url(../img/ul_li_arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    font-size: 14px;
    color: #58585a;
}

#faqaccordion .panel-heading {
    background-color: #2b8aca;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px;
    border: none;
}

#faqaccordion .panel-heading.lightblue {
    background-color: #6bb1e0;
}

#faqaccordion .panel-heading h4 {
    text-transform: uppercase;
    color: #fff;
}

#faqaccordion .panel-body {
    margin-top: 0;
}

.faqcontent {
    padding-left: 20px;
}

.faqcontent h4 {
    font-size: 18px;
    text-transform: uppercase;
}

#faqaccordion .panel-default > .panel-heading h4 a:after {
    content: "";
}

#faqaccordion .panel-default > .panel-heading h4 a:before {
    font-family: 'netsec';
    color: #fff;
    content: "\68";
    font-size: 12px;
    margin: 2px 0 0 -20px;
    padding: 0 5px 0 0;
    position: absolute;
    text-transform: lowercase;
}

#faqaccordion .panel-default > .panel-heading h4 a.collapsed:before {
    content: "\67";
}

#faqaccordion .panel-default > .panel-heading h4 a {
    color: #fff;
    margin-left: 20px;
}

.faqcontent img {
    margin-top: 10px;
}


/******************** CONTACT ********************/

#contact-menu nav ul li a p:before {
    font-family: 'netsec_font_2';
    color: #fff;
    font-size: 28px;
    margin: -18px 0 0 -63px;
    padding: 10px;
    position: absolute;
    text-transform: lowercase;
}

#contact-menu nav ul li a.contact-menu-2 p:before {
    content: "\71";
}

#contact-menu nav ul li a.contact-menu-1 p {
    font-size: 14px;
}

#contact-menu nav ul li a.contact-menu-1 p:before {
    content: "\73";
}

#contact-menu nav ul li a.contact-menu-3 p:before {
    content: "\74";
}

#contact-menu nav ul li a.contact-menu-4 p:before {
    content: "\72";
}

#contact-menu nav ul li a p {
    margin-left: 70px;
}

#contact-menu {
    position: absolute;
    top: 375px;
    z-index: 9999999;
    right: 0;
}

#contact-menu.withcarousel {
    top: 803px;
}

#contact-menu.fixed {
    position: fixed;
    top: 30%;
}

#contact-menu ul {
    padding: 0;
    position: relative;
    text-align: right;
    width: 236px;
    overflow: hidden;
}

#contact-menu ul li {
    display: block;
    list-style-type: none;
    position: relative;
    width: 100%;
    -webkit-transition: right 0.1s;
    transition: right 0.1s;
    margin-bottom: 1px;
    padding: 0;
    right: -175px;
}

#contact-menu ul li:hover {
    right: 1e-8px;
}

#contact-menu ul li a {
    display: inline-block;
    width: 100%;
    text-align: left;
}

#contact-menu ul li a {
    background-color: #3598db;
}

#contact-menu ul li a:hover {
    text-decoration: none;
    background-color: #4bb3fa;
}

#contact-menu ul li a p {
    color: #FFFFFF;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
}

#contact-menu ul li a img {
    display: inline-block;
    padding: 5px;
}

@media (max-width: 1354px) {
    .lg #contact-menu {
        display: none;
    }
}

@media (max-width: 1154px) {
    .md #contact-menu {
        display: none;
    }
}

@media (max-width: 934px) {
    .sm #contact-menu {
        display: none;
    }
}


/******************** CAROUSEL ********************/

.jcarousel-clip {
    overflow: hidden;
}

.responsive-carousel {
    list-style: none;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    padding: 0;
}

.responsive-carousel > li {
    display: inline-block;
    margin: 0;
    padding: 0 30px 0 30px;
    float: none;
    vertical-align: top;
    left: 0.000000000001%;
    -webkit-transition: left 1s ease;
    transition: left 1s ease;
}

.responsive-carousel > li .responsive-carousel-item-content {
    font: 14px;
    white-space: normal;
}

.responsive-carousel .responsive-carousel-item-content p.bodytext {
    height: 60px;
}

.responsive-carousel img {
    margin: auto;
    margin-bottom: 30px;
}

.responsive-carousel h3 {
    text-align: center;
    margin-bottom: 30px;
}

div.container div.row div.prev {
    position: absolute;
    left: 13px;
    top: 210px;
    z-index: 800;
}

div.container div.row div.next {
    position: absolute;
    right: 2px;
    top: 210px;
}

.xs .prev > a,
.sm .prev > a,
.xs .next > a,
.sm .next > a {
    padding: 15px;
}

div.container div.row div.prev a:after {
    font-family: 'netsec';
    color: #e3e3e3;
    content: "\63";
    font-size: 30px;
    margin: 2px 0 0 -20px;
    padding: 0 5px 0 0;
    position: absolute;
    text-transform: lowercase;
}

div.container div.row div.next a:after {
    font-family: 'netsec';
    color: #e3e3e3;
    content: "\e608";
    font-size: 30px;
    margin: 2px 0 0 -20px;
    padding: 0 5px 0 0;
    position: absolute;
    text-transform: lowercase;
}

.xs .responsive-carousel > li {
    padding: 0 50px 0 50px;
}

.sm ul.responsive-carousel > li {
    padding: 0 50px 0 50px;
}

.xs section#software div.container div.row div.prev a:after,
.sm section#software div.container div.row div.prev a:after {
    font-size: 30px;
}

.xs section#software div.container div.row div.next a:after,
.sm section#software div.container div.row div.next a:after {
    font-size: 30px;
}

.xs section#software div.container div.row div.prev {
    left: 20px;
}

.xs section#software div.container div.row div.next {
    right: 12px;
}

.sm section#software div.container div.row div.prev {
    left: 20px;
}

.sm section#software div.container div.row div.next {
    right: 12px;
}

@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}


/******************** FORM CHECKBOX & RADIOBUTTON ********************/


/* iCheck plugin Flat skin, orange
----------------------------------- */

.icheckbox_flat-orange,
.iradio_flat-orange {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../img/orange.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-orange {
    background-position: 0 0;
}

.icheckbox_flat-orange.checked {
    background-position: -22px 0;
}

.icheckbox_flat-orange.disabled {
    background-position: -44px 0;
    cursor: default;
}

.icheckbox_flat-orange.checked.disabled {
    background-position: -66px 0;
}

.iradio_flat-orange {
    background-position: -88px 0;
}

.iradio_flat-orange.checked {
    background-position: -110px 0;
}

.iradio_flat-orange.disabled {
    background-position: -132px 0;
    cursor: default;
}

.iradio_flat-orange.checked.disabled {
    background-position: -154px 0;
}


/* HiDPI support */

@media (-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    .icheckbox_flat-orange,
    .iradio_flat-orange {
        background-image: url(../img/orange@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}

.ls-inner-link a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
}

.bigimg {
    height: 500px;
    background-position: center center;
}


/* Image teaser box */

.teaser_box ul {
    margin-left: 18px;
    padding-bottom: 10px;
    padding-right: 30px;
}

.teaser_box ul li {
    list-style-type: disc;
    font-size: 14px;
    color: #58585a;
}

.teaser_box {
    height: auto;
    margin-top: 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
    background-color: #ffffff;
}

.tb_image_alt {
    font-size: 30px;
    padding: 30px 30px 0 30px;
}

.teaser_box .tb_image {
    height: 165px;
    text-align: center;
    padding-top: 57px;
    border-bottom: 1px solid #ddd;
    background-color: #ffffff;
}

@media(max-width: 980px) {
    .teaser_box .tb_image {
        padding: 20px;
        height: auto;
    }
    .teaser_box .tb_image img {
        width: 70%;
        height: auto;
    }
}

.teaser_box h1 {
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: #58585a;
    padding: 0 30px 0 30px;
}

.teaser_box p {
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #58585a;
    padding: 0 30px 10px 30px;
}

.background {
    padding-top: 50px;
    padding-bottom: 50px;
}

h1.csc-firstHeader {
    padding-top: 30px;
    padding-bottom: 30px;
}

.xs h1.csc-firstHeader {
    padding-top: 0px;
    padding-bottom: 10px;
}


/* All Layouts */

.dceBuildAccordion > div {
    padding-bottom: 30px;
}

.dceBuildAccordion h3.ui-state-default {
    margin-bottom: 50px !important;
}

.dceBuildAccordion h3.ui-state-active {
    margin: 0 !important;
}

.dceBuildAccordion h3 span.more {
    display: none;
}


/* Custom panels (accordion) */


/* Layout 1 */

.dceBuildAccordion.layout1 h3 {
    background-color: #2b8aca;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px;
    border: none;
    font-size: 17px !important;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
    cursor: pointer;
    outline: none;
}

.dceBuildAccordion.layout1 h3:nth-of-type(2n) {
    background-color: #6bb1e0;
}

.dceBuildAccordion.layout1 h3 .inner {
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
    padding-left: 20px;
    display: block;
}

.dceBuildAccordion.layout1 h3 .inner:before {
    content: "\67";
    font-family: 'netsec';
    color: #fff;
    font-size: 12px;
    text-transform: lowercase;
    display: block;
    margin-top: 3px;
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.dceBuildAccordion.layout1 h3.ui-accordion-header-active .inner:before {
    content: "\68";
}

.dceBuildAccordion.layout1 > div {
    padding-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dceBuildAccordion.layout1 > div p.subheadline {
    padding: 0;
    margin: 0;
}


/* Layout 2 */

.dceBuildAccordion.layout2 h3 {
    background: none !important;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #d9dadb;
    color: #2c3e50;
    background-color: #ecf0f1;
    margin: 0 !important;
    cursor: pointer;
    outline: none;
}

.dceBuildAccordion.layout2 h3 .inner {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: #58585a;
    letter-spacing: 0;
    font-weight: 700;
}

.dceBuildAccordion.layout2 h3 .inner:after {
    font-family: 'netsec';
    color: #4199d5;
    content: "\e607";
    font-size: 16px;
    position: absolute;
    margin-top: 13px;
    margin-left: 7px;
}

.dceBuildAccordion.layout2 h3.ui-accordion-header-active .inner:after {
    content: "\e606";
}


/* Layout 3 */

.dceBuildAccordion.layout3 h3 {}

.dceBuildAccordion.layout3 h3 span.more {
    display: block;
    font-size: 14px;
    letter-spacing: initial;
    margin-top: 5px;
    color: #5DA7DA;
    cursor: pointer;
    letter-spacing: 0px;
}

.dceBuildAccordion.layout3 h3.ui-accordion-header-active span.more {
    display: none;
}

.dceBuildAccordion.layout3 h3 span.ui-icon {
    display: none;
}

.dceBuildAccordion.layout3 h3 span.inner {}

.dceBuildAccordion.layout3 h3 span.inner:after {
    display: none;
}

.dceBuildAccordion.sub-accordion {
    margin-left: 20px;
    padding-bottom: 15px;
}

.dceBuildAccordion table {
    margin-top: 10px;
}

.dceBuildAccordion table tr {}

.dceBuildAccordion table tr th,
.dceBuildAccordion table tr td {
    border: 1px solid #000000;
    padding: 5px;
}


/* Search and results */

.tx-indexedsearch {}

.tx-indexedsearch .tx-indexedsearch-icon,
.tx-indexedsearch .tx-indexedsearch-result-number {
    display: none;
}

.tx-indexedsearch button {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 21px;
    margin-bottom: 21px;
}

.tx-indexedsearch button.btn-orange input.submit {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: bold !important;
    font-size: 18px;
}

legend {
    padding-top: 40px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
    color: #ffffff;
    font-style: normal;
    padding: 4px 6px 4px 6px;
    border-radius: 3px;
    background-color: #4989c5;
}

.tx-indexedsearch h3 {
    padding-bottom: 10px;
    font-size: 30px;
    color: #58585a;
}

.tx-indexedsearch-browsebox p {
    padding-bottom: 20px;
}

.browsebox {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
}

dl {
    margin: 20px 0 50px 0;
    padding: 5px 8px 5px 8px;
}

ul.browsebox li.tx-indexedsearch-browselist-currentPage {
    color: white;
    padding: 6px 6px 8px 6px;
    background-color: #4989c5;
}

ul.browsebox li.tx-indexedsearch-browselist-currentPage a {
    color: inherit;
}

.coloured_line {
    margin-top: -6px;
    width: 100%;
    height: 6px;
    position: absolute;
    z-index: 50;
}

.checkbox_list ul,
.checkbox_list ol {
    margin: 0 !important;
    padding: 0 !important;
}

.checkbox_list ul li,
.checkbox_list ol li {
    background-image: url(../img/checkbox_list_background.png) !important;
    background-position: top left !important;
    background-repeat: no-repeat;
    padding-left: 43px !important;
    padding-bottom: 15px;
    min-height: 32px;
    margin-top: 20px;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #d9dadb;
    list-style-type: none;
}


/* TT_NEWS */

.tt_news .imgbox img {
    width: 100%;
    height: auto;
}

.tt_news h2 {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.tt_news .list-row {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d9dadb;
}

.tt_news .list-row:first-child {
    padding-top: 0px;
}

.tt_news .list-row:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.tt_news .list-content a,
.tt_news .detail-content a {
    color: #000000;
    display: inline-block;
}

.tt_news .list-content .more_link a:before {
    font-family: 'netsec';
    color: #2a8bc6;
    content: "\62";
    font-size: 16px;
    display: block;
    float: left;
}

.tt_news .detail-content .back_link a:before {
    font-family: 'netsec';
    color: #2a8bc6;
    content: "\62";
    font-size: 16px;
    display: block;
    float: left;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.tt_news .detail-content .image {
    margin-top: 20px;
    margin-bottom: 30px;
}

.modal-open {
    padding-right: 0!important;
    overflow-x: hidden;
    overflow-y: visible;
}

input.error,
select.error,
textarea.error,
checkbox.error {
    border: 1px solid red !important;
}

.divider hr {
    border-color: #d9dadb;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #b1b1b1 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 2px 0 0;
    margin-bottom: 21px;
    margin-top: 21px;
}

img.left {
    float: left;
    margin-bottom: 0px !important;
}

img.right {
    float: right;
}

form.pricing,
form.free_test {
    margin-top: 0 !important;
}

form.pricing .checkbox label {
    padding-top: 7px;
}

form.reseller {
    margin-top: 0px !important;
}

.xs form.reseller#contact {
    margin-top: 0px !important;
}


/******************** MOBILE MENU ********************/

.xs .container > .navbar-header,
.xs .container-fluid > .navbar-header,
.xs .container > .navbar-collapse,
.xs .container-fluid > .navbar-collapse,
.sm .container > .navbar-header,
.sm .container-fluid > .navbar-header,
.sm .container > .navbar-collapse,
.sm .container-fluid > .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
}

.xs .navbar.navbar-default.navbar-fixed-top,
.sm .navbar.navbar-default.navbar-fixed-top {
    padding: 0;
}

.xs .navbar-collapse,
.sm .navbar-collapse {
    border-top: 1px solid #ffffff;
}

.xs .navbar-header,
.sm .navbar-header {
    background-color: #ffffff;
}

.sm .navbar {
    padding-bottom: 0;
}

.xs .navbar .nav,
.sm .navbar .nav {
    margin: 0 -15px;
}

.xs .navbar li,
.sm .navbar li {
    padding: 0 !important;
}

.xs .navbar li > a,
.sm .navbar li > a {
    text-transform: none;
    padding: 15px 15px 15px 30px;
    border-bottom: 1px solid #ffffff;
    line-height: 1;
    margin-bottom: 0 !important;
}

.navbar .nav-level-2,
.navbar .nav-level-3 {
    display: none;
    padding: 0;
    margin: 0;
}

.navbar .nav-level-2 > li > a,
.navbar .nav-level-3 > li > a {
    position: relative;
    border-top: 1px #ffffff solid;
    display: block;
    padding: 15px 15px 15px 45px;
    font-weight: normal;
    background-color: #ffffff;
    color: #888888 !important;
    border-bottom: 1px solid #cccccc;
    border-top: 0;
}

.navbar .nav-level-3 > li > a {
    background-color: #f6f6f6;
    padding: 15px 15px 15px 60px;
}

.md .navbar .nav-level-2,
.lg .navbar .nav-level-2,
.md .navbar .nav-level-3,
.lg .navbar .nav-level-3,
.md .navbar .glyphicon-plus,
.lg .navbar .glyphicon-plus,
.md .navbar .glyphicon-minus,
.lg .navbar .glyphicon-minus {
    display: none !important;
}

.navbar .has-submenu > a > .glyphicon-plus,
.navbar .has-submenu > a > .glyphicon-minus {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
}

.xs .navbar .has-submenu.current > a > .glyphicon-plus,
.sm .navbar .has-submenu.current > a > .glyphicon-plus,
.xs .navbar .has-submenu > a > .glyphicon-minus,
.sm .navbar .has-submenu > a > .glyphicon-minus {
    display: none;
}

.xs .navbar .has-submenu > a > .glyphicon-plus,
.sm .navbar .has-submenu > a > .glyphicon-plus,
.xs .navbar .has-submenu.current > a > .glyphicon-minus,
.sm .navbar .has-submenu.current > a > .glyphicon-minus {
    display: block;
}


/******************** FIX ********************/

@media print {
    a[href]:after {
        content: none !important;
    }
}

.no-padding-left {
    padding-left: 0px;
    margin-left: 0px;
}

.no-padding {
    padding-left: 0px;
    margin: 0px;
}


/* Headline colors */

p.headline_green,
h1.headline_green,
h2.headline_green,
h3.headline_green,
h4.headline_green,
h5.headline_green,
.headline_green h1,
.headline_green h2,
.headline_green h3,
.headline_green h4,
.headline_green h5 {
    color: #aad726;
}

p.headline_red,
h1.headline_red,
h2.headline_red,
h3.headline_red,
h4.headline_red,
h5.headline_red,
.headline_red h1,
.headline_red h2,
.headline_red h3,
.headline_red h4,
.headline_red h5 {
    color: #ec3c2a;
}

p.headline_blue,
h1.headline_blue,
h2.headline_blue,
h3.headline_blue,
h4.headline_blue,
h5.headline_blue,
.headline_blue h1,
.headline_blue h2,
.headline_blue h3,
.headline_blue h4,
.headline_blue h5 {
    color: #39b1dd;
}

p.headline_violett,
h1.headline_violett,
h2.headline_violett,
h3.headline_violett,
h4.headline_violett,
h5.headline_violett,
.headline_violett h1,
.headline_violett h2,
.headline_violett h3,
.headline_violett h4,
.headline_violett h5 {
    color: #3c79e0;
}

p.headline_yellow,
h1.headline_yellow,
h2.headline_yellow,
h3.headline_yellow,
h4.headline_yellow,
h5.headline_yellow,
.headline_yellow h1,
.headline_yellow h2,
.headline_yellow h3,
.headline_yellow h4,
.headline_yellow h5 {
    color: #ffc33b;
}

p.headline_pink,
h1.headline_pink,
h2.headline_pink,
h3.headline_pink,
h4.headline_pink,
h5.headline_pink,
.headline_pink h1,
.headline_pink h2,
.headline_pink h3,
.headline_pink h4,
.headline_pink h5 {
    color: #cf326a;
}

p.headline_grey,
h1.headline_grey,
h2.headline_grey,
h3.headline_grey,
h4.headline_grey,
h5.headline_grey,
.headline_grey h1,
.headline_grey h2,
.headline_grey h3,
.headline_grey h4,
.headline_grey h5 {
    color: #333333;
}

p.headline_lightblue,
h1.headline_lightblue,
h2.headline_lightblue,
h3.headline_lightblue,
h4.headline_lightblue,
h5.headline_lightblue,
.headline_lightblue h1,
.headline_lightblue h2,
.headline_lightblue h3,
.headline_lightblue h4,
.headline_lightblue h5 {
    color: #05c2fb;
}

p.headline_orange,
h1.headline_orange,
h2.headline_orange,
h3.headline_orange,
h4.headline_orange,
h5.headline_orange,
.headline_orange h1,
.headline_orange h2,
.headline_orange h3,
.headline_orange h4,
.headline_orange h5 {
    color: #F09241;
}

p.headline_blue_widget,
h1.headline_blue_widget,
h2.headline_blue_widget,
h3.headline_blue_widget,
h4.headline_blue_widget,
h5.headline_blue_widget,
.headline_blue_widget h1,
.headline_blue_widget h2,
.headline_blue_widget h3,
.headline_blue_widget h4,
.headline_blue_widget h5 {
    color: #3598db;
}

p.headline_orange_button,
h1.headline_orange_button,
h2.headline_orange_button,
h3.headline_orange_button,
h4.headline_orange_button,
h5.headline_orange_button,
.headline_orange_button h1,
.headline_orange_button h2,
.headline_orange_button h3,
.headline_orange_button h4,
.headline_orange_button h5 {
    color: #fe9a2c;
}

#content table {
    width: 90%;
}

#content table tr th,
#content table tr td {
    border: 1px solid #000000;
    padding: 5px;
}

.contenttable p {
    margin: 0;
}

#sb-title,
#sb-info {
    position: absolute !important;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    overflow: visible !important;
}

#sb-nav {
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

#sb-counter {
    position: absolute;
    bottom: -20px;
}

#sb-nav a {
    margin: 0 !important;
}

#sb-nav-previous {
    background-image: url(../img/shadowbox/arrow_left.png) !important;
    position: absolute;
    top: 45%;
    left: 1px;
    width: 62px !important;
    height: 62px !important;
    margin-top: -31px !important;
}

#sb-nav-next {
    background-image: url(../img/shadowbox/arrow_right.png) !important;
    position: absolute;
    top: 45%;
    right: 1px !important;
    width: 62px !important;
    height: 62px !important;
    margin-top: -31px !important;
}

#sb-nav-close {
    background-image: url(../img/shadowbox/close.png) !important;
    position: absolute;
    top: 10px;
    right: 10px !important;
    width: 25px !important;
    height: 25px !important;
}

.ls-fullwidth .ls-nav-prev {
    background-position: 0 !important;
    background-image: url(../img/shadowbox/arrow_left_monitor.png) !important;
    left: -20px !important;
    margin-top: -10px !important;
    width: 42px !important;
    height: 42px !important;
}

.ls-fullwidth .ls-nav-next {
    background-position: 0 !important;
    background-image: url(../img/shadowbox/arrow_right_monitor.png) !important;
    right: -20px !important;
    margin-top: -10px !important;
    width: 42px !important;
    height: 42px !important;
}

.image.responsive img {
    max-width: 100%;
    height: auto;
}