body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding-top: 49px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.25;
  margin-top: 30px;
  margin-bottom: 20px;
  text-rendering: optimizelegibility;
}

h1,h2 {
    font-weight: 300;
}

h2 {
  margin: 30px 0 20px;
  color: #003E5C;
}

h3 {
  font-size: 26px;
  margin: 10px 0 36px 0;
}

a {
  color: #003E5C;
}

ul {
  margin: 0 0 0 16px;
  padding: 0;
}

div.small p {
  font-size: 11px;
}

.text-primary {
  color: #003E5C;
}

.hgroup {
  margin-bottom: 50px;
}

.align-center {
  text-align: center;
}

/* Language Menu */

.header-nav {
  background-color: #ececec;
  color: #003E5C;
  font-size: 12px;
  padding: 2px 0;
}

.tx-srlanguagemenu {
  float: left;  
}

/* Navbar */

.navbar {
  min-height: 66px !important;
  margin-bottom: 0 !important;
  background-color: #ffffff;
}

.navbar-default {
    border-color: #003E5C;
    border-width:0 0 2px;
}

.navbar-default .navbar-nav > li > a {
    color: #003E5C;
    font-weight: 500;
    font-size: 15px;
}

.header-buttons {
  float: right;
  padding-top: 45px;
}

#navbar {
  padding-top: 5px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: #003E5C;
  color: #ffffff;
}

.navbar-brand {
  padding: 10px 15px 15px 15px;
}

.navbar-brand img {
  height: 40px;
}

.container-relative {
  position: relative;
}

.powered-by {
  float: right;
  font-size: 12px;
  color: #003E5C;
  display: none;
  padding: 4px 0;
}

.powered-by img {
  height: 12px;
  margin-left: 5px;
  margin-top: -2px;
}

.header-buttons {
  float: right;
  display: none;
}

.header-buttons a {
  margin: 0 0 0 8px;
  padding: 4px 13px;
  font-weight: 600 !important;
  background-color: #d4021d;
  color: #ffffff;
}

.header-buttons a:hover {
  background-color: #F30423;
}

.header-buttons a i {
  margin-right: 5px;
}

/* Jumbotron */

.section-jumbo {
  background-color: #2F6B6B;
  background-position: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.jumbotron {
  background-color: transparent;
  color: #003E5C;
  padding-top: 60px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-radius: 0px !important;
}

.jumbotron h1 {
  font-size: 54px;
  margin: 20px 0 20px;
  line-height: 1.1em;
  color: #003E5C;
}

.jumbotron h2 {
  margin: 0 0 15px 0;
  font-size: 30px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #333333;
}

/* Slider */

.slider-wrapper {
  position: relative;
}

.slider-wrapper .mask {
  position: relative;
  z-index: 1;
}

.slider-wrapper .slide {
  display: inline-block;
  position: absolute;
  /*opacity: 0.0;*/
  width: 61%;
  height: auto;
  top: 10%;
  left: 15%;
}

.slider-wrapper video {
  background: url(pics/ipad.jpg) no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  width: 65%;
  height: 60%;
  top: 9%;
  left: 19%;
}

/* Sections */

.section-areas .row {
  padding-bottom: 40px;
}

.section-background {
  background-size: cover;
}

.section-jumbo {
  background-color: #f5f5f5;
}

.section-header {
  background-color: #d4021d;
  text-shadow: 1px 1px 2px rgba(122, 3, 17, 1);
  padding-top: 75px;
}

.section-header h2 {
  color: #ffffff;
  margin: 20px 0;
}

.section-standard h3 {
  margin-top: 30px;
}

.section-services, .section-testimonials, .section-subscribe {
  padding: 20px 0 30px;
}

.section-order {
  font-size: 14px;
}

.section-services .col-md-4 div {
  border: 2px solid #d4021d;
  padding-bottom: 20px;
}

.section-services ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.section-services ul li {
  margin: 0 0 10px;
  padding: 0;
}

.section-services ul li:before {
  font-family: FontAwesome;
  content: "\f067";
  padding-right: 10px;
  color: #003E5C;
}

.section-offer h2 {
  margin-bottom: 50px;
}

.section-solutions img {
  margin-top: 40px;
}

.section-customer img {
  margin-top: 40px;
}

.section-services h3 {
  margin-top: 0;
}

.section-services h2 {
  margin: 0 auto 10px;
}

.section-services p {
  margin-bottom: 5px;
}

.section-pricing {
  padding-bottom: 40px;
}

.section-pricing h3 {
  color: #eeeeee !important;
}

.section-register {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
}

.wrapper {
  background-color: #ffffff;
  padding-top: 20px;
}

.section-register .form-horizontal {
  border: 2px solid #eeeeee;
  padding: 30px 50px 0;
  margin: 40px 0;
  font-size: 16px;
  background-color: #ffffff;
}

.section-register .form-horizontal legend {
  padding: 0 0 6px 0;
  font-size: 36px;
  margin: 30px 0 40px;
  color: #003E5C;
  font-weight: 300;
}

.section-register .form-horizontal .form-group .control-label {
  text-align: left;
  font-weight: 300;
}

input[type="text"], input[type="email"], input[type="tel"] {
  background-color: #f0f0f0;
  border: 1px solid #e0e0e0;
}

.section-register .form-horizontal .form-group textarea {
  background-color: #f0f0f0;
  border: 0;
}

.section-register .form-horizontal .help-block {
  font-size: 13px;
}

.section-register .form-submitted {
  padding-bottom: 40px;
}

.form-group.ajax.has-feedback span.formhandler-ajax-validation-result span.error span.glyphicon.glyphicon-remove.form-control-feedback{
  color: #a94442;
}

.form-group.ajax.has-feedback span.formhandler-ajax-validation-result span.success span.glyphicon.glyphicon-ok.form-control-feedback {
  color: green;
}

/* Sections */

section.grey {
  background-color: #eeeeee;
  color: #222222;
}

section.green {
  background-color: #eeeeee;
  color: #222222;
  padding: 30px 0;
}

section.clean {
  background-color: #FFFFFF;
  color: #222222;
  padding: 10px 0;
}

.media .media-left {
  color: #003E5C;
}

/* Quote Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
    display: none;
}
#quote-carousel .carousel-indicators li {
    width: 25px;
    height: 25px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}

#quote-carousel .carousel-inner {
    min-height: 440px;
}

#quote-carousel .item blockquote {
    border-left: none;
    margin: 0;
}

#quote-carousel .item blockquote p {
    font-size: 33px;
    color: #003E5C;
    font-style: italic;
}

#quote-carousel .item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

/* Footer */

footer {
  font-weight: 200;
}

footer.footer1 h2 {
  padding-bottom: 14px;
  border-bottom: 2px solid #003E5C;
  margin-bottom: 0;
}

footer.footer1 .row.footer-menu {
  border-bottom: 2px solid #003E5C;
}

footer.footer1 ul {
  margin: 0;
  padding: 0;
}

footer.footer1 ul li {
  margin: 0;
  padding: 0;
}

footer.footer1 .social-icons div {
  padding: 20px 0;
}

footer.footer1 .social-icons a {
  font-size: 24px;
  color: #aaaaaa;
}

/* Footer2 */

footer.footer2 {
  background-color: #333;
  color: #ffffff;
  font-size: 14px;
  padding-top: 50px;
  width: 100%;
}

footer.footer2 ul.nav {
  margin: 0 0 25px 0;
  padding: 0;
}

footer.footer2 ul.nav li {
  margin: 0;
  padding: 0;
}

footer.footer2 ul.nav li a {
  margin: 0;
  padding: 2px 10px;
  font-weight: 500;
  font-size: 16px;
}

footer.footer2 ul.nav li a:hover {
  background-color: transparent;
  text-decoration: underline;
}

footer.footer2 ul.nav li ul li a {
  font-weight: 200;
  font-size: 14px;
}

footer.footer2 .row {
  margin-bottom: 40px;
}

footer.footer2 a {
  color: #ffffff;
}

footer.footer2 h4 {
  color: #ffffff;
  margin: 5px 0 7px 0;
  font-size: 16px;
  font-weight: 500 !important;
}

footer.footer2 .social-icons a {
  font-size: 24px;
  color: #aaaaaa;
}

footer.footer2 .btn-dekom-red {
  margin-top: 5px;
  margin-bottom: 20px;
}

/* Buttons */

.btn.btn-lg {padding: 10px 40px;}
.btn.btn-vcc,
.btn.btn-vcc:hover,
.btn.btn-vcc:focus {
    color: #f5f5f5;
    background-color: #003E5C;
    border-color: #003E5C;
    outline: none;
    margin: 20px auto;
}

.btn-vcc-blue {
    outline: none;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #003E5C;
    color: #ffffff;
}

.btn-vcc-blue:focus,
.btn-vcc-blue:hover {
    background-color: #268DA3;
    color: #003E5C;
}

.btn-dekom-red {
    outline: none;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #d4021d;
    color: #ffffff;
}

.btn-dekom-red:focus,
.btn-dekom-red:hover {
    background-color: #B70318;
    color: #ffffff;
}

.btn-warning {background-color:#E14009;border-color:#E14009}
.btn-primary {background-color:#085F87;border-color:#085F87}
.btn-success {background-color:#00871C;border-color:#00871C}
.btn-info {background-color:#1273A1;border-color:#1273A1}


#back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    z-index: 2;
    background: rgba(127, 127, 127); /* Fallback */
    background-color: rgba(127, 127, 127, 0.4);
    color: rgba(212, 2, 29, 0.5);
}

#start-call {
    cursor: pointer;
    position: fixed;
    top: 38%;
    right: -54px;
    z-index: 3;
    line-height: 18px;
    font-weight: 600;
    -webkit-border-top-left-radius: 18px !important;
    -webkit-border-top-right-radius: 18px !important;
    -moz-border-radius-topleft: 18px !important;
    -moz-border-radius-topright: 18px !important;
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
    display: none;
}

body.lang2 #start-call {
  right: -42px;
  padding: 10px 10px;
}

a.rotate, a.rotate:hover, a.rotate:focus, button.rotate, button.rotate:hover, button.rotate:focus {
-moz-transform: rotate(-90deg); /* Firefox 3.6 Firefox 4 */
-webkit-transform: rotate(-90deg); /* Safari */
-o-transform: rotate(-90deg); /* Opera */
-ms-transform: rotate(-90deg); /* IE9 */
transform: rotate(-90deg); /* W3C */
}

a.scroll {
  position: relative;
    top: -110px;
    visibility: hidden;
    display: block;
}

/* Fullscreen background video */
.content-section .video-section {
    max-height: 800px;

}

.video-section .pattern-overlay {
    min-height: 164px;
}

.video-section .buttonBar{display:none;}
.player {font-size: 1px;}

@media screen and (min-width: 768px){

  body {
    padding-top: 77px;
  }

  ul.nav.navbar-nav {
    float: left;
    padding-top: 23px;
  }

  .navbar-nav > li > a {
    margin: 0 5px 0 0;
    font-size: 15px !important;
  }

  .navbar-header {
    float: left;
  }
  
  .navbar-brand img {
    height: 50px;
  }

  .video-section .pattern-overlay {
    min-height: 324px;
  }

  section.clean {
    padding: 30px 0;
  }

  .images {
    margin-bottom: 40px;
  }

  .powered-by {
    display: block;
  }

  .section-order {
    font-size: 20px;
  }

}

@media screen and (min-width: 992px){

  body {
    padding-top: 120px;
    font-size: 18px;
  }
  
  ul.nav.navbar-nav {
    padding-top: 38px;
  }

  .navbar-nav > li > a {
    margin: 0 8px 0 0;
    font-size: 15px !important;
  }
  
  .navbar-brand img {
    height: 65px;
  }

  #start-call {
    display: block;
  }

  .header-buttons {
    display: block;
    padding-top: 45px;
  }

  .textpic h2, .textpic h3 {
    text-align: center;    
  }

  .textpic {
    padding: 10px 0;
  }

}

@media screen and (min-width: 1200px){
  body {
    padding-top: 92px;
  }
  
  h2 {
    font-size: 36px;
    margin: 30px 0 20px;
  }

  .navbar-nav > li > a {
    margin: 0 0 0 28px;
    font-size: 18px !important;
  }

  .video-section .pattern-overlay {
    min-height: 490px;
  }

  .navbar-toggle {
    margin-top: 35px;
  }
}  

@media screen and (min-width: 1600px){
    body {
      padding-top: 92px;
    }

    .navbar-brand img {
      height: 70px;
    }
    
    .navbar-nav > li > a {
      margin: 0 0 0 28px;
      font-size: 18px !important;
    }

    .video-section .pattern-overlay {
      min-height: 730px;
    }
}

/* Pricing table */

.section-pricing {
  font-size: 11px;
}

.read_more a {
  display: block;
  background-color: #f8f8f8;
  color: #333333;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
}

.read_more a:focus {
  background-color: #e5e5e5;
}

.read_more a:active {
  background-color: #aaaaaa;
}

.read_more a::before {  
  font-family: FontAwesome;
  margin-right: 7px;
}

.read_more a::before {
  content: "\f068";
}

.read_more a.collapsed::before {
  content: "\f067";
}

i.fa-times {
  color: #aaaaaa;
}

div.table {
  display: table;
  width: 100%;
}

div.tr {
  display: table-row;
}

div.td {
  display: table-cell;
  width: 275px;
  text-align: center;
  vertical-align: middle;  
  padding: 4px 4px;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

div.td a {
  color: #333333;  
  text-decoration: underline;
  text-decoration: underline dotted #000000;
  -webkit-text-decoration: underline dotted #000000;
  cursor: help;
}

div.td a.btn {
  color: #ffffff;
  text-decoration: none;  
  -webkit-text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
}

h3.popover-title {
  color: #333333 !important;
  font-size: 14px;
}

.popover-content {
    font-size: 14px;
}

div.feature {  
  width: 320px;
  text-align: right;
  padding: 4px 20px;
  border-left: 0;
  font-size: 11px;
}

div.tr.names .td {
  font-size: 13px;
  padding: 5px;
  background-color: #dddddd;
  color: #003e5c;
  border: 0;  
  vertical-align: top;
}

div.tr.names .td.feature {
  background-color: transparent;
  border: 0;
}

div.tr.names .td#name-2 {
  border-left: 1px solid #ffffff;
}

 div.tr.names .td#name-3 {  
  border-left: 1px solid #ffffff;
}

div.tr.prices .td {  
  color: #ffffff;
  font-size: 12px;
  padding: 24px 5px;
  font-weight: bold;
  border-left: 1px solid #dddddd;
}

div.tr.prices .td#price-1 {
  background-color: #999999;  
}

div.tr.prices .td#price-2 {
  background-color: #666666;
  border-left: 1px solid #dddddd;
}

div.tr.prices .td#price-3 {
  background-color: #444444; 
  border-left: 1px solid #dddddd;
}

div.tr.prices .td span {
  font-size: 13px; 
  font-weight: normal;
}

div.tr.prices div.td.feature {  
  font-size: 11px;
  color: #333;
  vertical-align: bottom;
  font-weight: normal;
  padding: 4px 20px;
  border-left: 0;
}

div.tr.buy .td {
  border-bottom: 0;
}

div.tr.buy .td.feature {
  border-bottom: 0;
  width: 321px;
}

.jumplink {
  margin-top: 10px;
}

.modal-body {
  font-size: 12px;
}

.modal-body h4 {
  color: #003e5c;
}

.modal-body li {
  padding-bottom: 4px;
}

.modal-body .price {
  font-size: 24px;
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  margin-top: 10px;
}

.badge {
  background-color: #003e5c;  
}

div.tr.buy .btn {
  font-size: 12px;
  padding: 7px 14px;
}

@media screen and (min-width: 768px){
  .section-pricing {
    font-size: 14px;
  }
  
  div.tr.buy .btn {
    font-size: 15px;
    padding: 10px 40px;
  }
  
  div.td {
    padding: 4px 8px;    
  }
  
  div.tr.prices .td {  
    font-size: 30px; 
    padding: 24px 20px;
  }
  
  div.tr.names .td {
    font-size: 17px;
    padding: 10px;   
  }
  
  div.feature {
    font-size: 14px;
  }
  
  div.tr.prices div.td.feature {  
    font-size: 14px;
  }
}

