@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700|Raleway:400,500,600');
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
::-webkit-input-placeholder {
    color: #ffffff;
}
::-moz-placeholder {
    color: #ffffff;
}
:-ms-input-placeholder {
    color: #ffffff;
}
:-moz-placeholder {
    color: #ffffff;
}
ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
html {
    background-color: #384150;
}
:focus {
    outline: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    text-decoration: none!important;
}
.no-padding {
    padding: 0; 
}

/* General inputs */

.input-container {
    margin-bottom: 10px;
    position: relative;
}
.input-container > i {
    position: absolute;
    height: 50px;
    line-height: 54px!important;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    font-size: 18px;
}
.input-group-container > div {
    padding: 0;
}

.input-group-container > div:nth-child(1) input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
}
.input-group-container > div:nth-child(2) input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-left: 0;
}

/* Animated input */

.animated-label {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  line-height: 50px;
  transition: 0.2s ease all;
  padding: 0 10px;
  font-size: 14px;
}
input:focus ~ .animated-label,
input:not(:focus):valid ~ .animated-label{
  font-size: 11px!important;
  opacity: 1;
  line-height: 30px;
  font-weight: normal!important;
}
input.animated-input {
  padding: 20px 10px 0 10px;
  line-height: 30px;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #cccccc;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
i + input.animated-input,
i + input.animated-input + .animated-label {
  padding-left: 40px;
}

/* Static input */

input.static-input {
  padding: 20px 10px 0 10px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #cccccc;
}
textarea.static-textarea {
  padding: 50px 10px 10px 10px;
  line-height: 15px;
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #cccccc;
}
select.static-select {
  padding: 20px 10px 0 10px;
  line-height: 30px;
  font-size: 12px;
  font-weight: normal;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #cccccc;
}
i + input.static-input,
i + input.static-input + .static-label,
i + input.static-select,
i + input.static-select + .static-label,
i + input.static-textarea,
i + input.static-textarea + .static-label {
  padding-left: 40px;
}
input.static-input ~ .static-label,
select.static-select ~ .static-label  {
  font-size: 11px;
  line-height: 30px;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 0;
  padding: 0;
}
textarea.static-textarea ~ .static-label  {
  font-size: 14px;
  line-height: 50px;
  position: absolute;
  pointer-events: none;
  left: 40px;
  top: 0;
  padding: 0;
}

/* Radio input */

input[type=checkbox], 
input[type=radio] {
width:auto;
height:auto;
margin: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display:inline-block;
vertical-align:top;
}

input[type=checkbox]:before, 
input[type=radio]:before {
content: "";
color:inherit;
cursor:pointer;
display:block;
width: 20px;
height: 20px;
border: 1px solid #cccccc;
background-color: #ffffff;
line-height: 20px;
border-radius: 50%;
-webkit-border-radius: 50%;
}

input[type=checkbox]:checked:before, 
input[type=radio]:checked:before {
font-size:10px;  
text-align:center;
content: "\e926";
font-family: 'icomoon';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #3ecb69;
border-color: #3ecb69;
font-weight: bold;
color:#ffffff
}

/* Accordion */

/* Estilo acordeOn */
.title-accordion {
    color: #000000;
    cursor: pointer;
    padding: 10px 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
    margin: 0;
    line-height: 40px;
}
.title-accordion.active, .title-accordion:hover {
}
.title-accordion + ul {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin: 0;
    padding: 0!important;
}
.title-accordion + ul li {
    border-top: 1px solid #f0f0f0;
    margin: 0;
    padding: 8px 10px;
}
.title-accordion:after {
    content: '+';
    color: #ffffff;
    font-weight: normal;
    float: right;
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    background-color: #f73a3e;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    display: block;
    padding: 0;
    font-family: 'Oxygen', sans-serif;
    position: relative;
    top: 5px;
}

.title-accordion.active:after {
    content: "-";
    background-color: #eeeeee;
    color: #000000;
}
.title-accordion + ul input[type=checkbox] + label:before, 
.title-accordion + ul input[type=radio] + label:before {
    float: right;
}

/* Switch input */

.switch-icon {
    display: inline-block;
    width: 30px;
    height: 18px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    position: relative;
    top: 1px;
    border: 2px solid #999999;
    background-color: #999999;
}
.switch-icon:before {
    content:"";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #ffffff;
    position: absolute;
    top: 1px;
    left: 1px;
}
.on .switch-icon {
    border: 2px solid #33cc66;
    background-color: #33cc66;
}
.on .switch-icon:before {
    left: inherit;
    right: 1px;
}
.switch-container .switch {
    float: right;
}
.switch-container .switch span:not(.switch-icon) {
    font-size: 14px;
    position: relative;
    top: -2px;
    padding: 0 2px;
}
.switch-container + * {
    display: none;
}
.switch-container.on + * {
    display: block;
}

/**/


.transition {
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px transparent inset;
}
body {
    font-family: 'Raleway', sans-serif;
}
.number {
    font-family: 'Oxygen', sans-serif;
}
.image-box img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
/* Header 01 */

#header-01 {
    background-color: #384150;
    color: #ffffff;
    line-height: 40px;
    height: 40px;
}
#header-01 a {
    color: #ffffff;
    font-size: 12px;
    position: relative;
    padding: 0 6px
}
#header-01 a:hover {
    text-decoration:none;
}
#header-01 a i {
    color: #ffffff;
    font-size: 14px;
    color: #eae8e9;
    position:relative;
    top: 2px;
    padding: 0 4px 0 0;
}
#header-01 a:before {
    content:"";
    display: block;
    height: 24px;
    width: 1px;
    position: absolute;
    right:-3px;
    top:-5px;
    background-color: #afb5ba;
}
#header-01 .text-left a:first-child {
  padding-left: 0;
}
#header-01 .text-right a:last-child {
  padding-right: 0;
}
#header-01 .text-left a:last-child:before,
#header-01 .text-right a:last-child:before {
  display:none;
}

/* Header 02 */

#header-02 {
    background-color: #ffffff;
    color: #ffffff;
    line-height: 40px;
}
#header-02 ul li {
    display: inline-block;
    line-height: 50px;
}
#header-02 nav {
    text-align: right;
    padding: 20px 0;
}
#header-02 nav a:not(.btn) {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    padding: 0 8px;
}
#header-02 nav a:not(.btn):hover {
    color: #f7393e;
    text-decoration: none;
}
#header-02 nav a.btn {
    margin-left: 10px;
}
#logo-header {
    height: 50px;
    width: 200px;
    background-image: url("../img/logotype-01.png");
    display: block;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0 auto 15px;
    background-repeat: no-repeat;
    z-index: 9;
}

/*Footer 01*/

#footer-01 {
    background-color: #ffffff;
    padding: 60px 0;
}
#footer-01 h4 {
    margin: 0;
}
#footer-01 h4:after {
    content:"";
    display: block;
    width: 40px;
    background-color: #f7393e;
    height: 1px;
    margin: 10px 0;
}
#footer-01 li {
    line-height: 28px;
}
#footer-01 a {
    color:#000000;
}
#footer-01 a:hover {
    color:#f7393e;
    text-decoration: none;
}

/*Footer 02*/

#footer-02 {
    background-color: #384150;
    color: #ffffff;
}
#footer-02 .row {
    position: relative;
    padding: 20px 0;
}
#footer-02 p {
    margin: 0;
    font-size: 12px;
    padding-left: 140px;
    line-height: 20px;
}
#footer-02 #logo {
    margin: 0;
    font-size: 12px;
}
#logo-footer {
    height: 30px;
    width: 120px;
    background-image: url("../img/logotype-02.png");
    display: block;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0 auto 15px;
    background-repeat: no-repeat;
    z-index: 9;
}

/* Social links */

.social {
    margin: 0;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 60px;
}
.social li {
    display: inline-block;
}
.social li a {
    color: #ffffff;
    font-size: 24px;
    padding: 0 5px;
}
.social li a:hover {
    text-decoration:none;
    color:#f7393e;
}

/* Home launcher */

#lekommerce-launcher {
    background-image: url("../img/home-launcher-bg.jpg");
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto 100%;
}
#lekommerce-launcher h2 {
    margin: 0 0 15px 0;
}
#lekommerce-launcher .row {
    height: 400px;
    background-image: url("../img/home-launcher-img.jpg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 80px;
}
#lekommerce-launcher .input-group {
    width: 100%;
    padding: 6px 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 15px;
    background-color: #ffffff;
}
#lekommerce-launcher .input-group .input-container {
    width: 50%;
    float: left;
    margin: 0;
}
#lekommerce-launcher .input-group .input-container:nth-child(odd) {
    border-right: 1px solid #ccc;
}
#lekommerce-launcher .input-group .input-container input {
    border:0;
}
#lekommerce-launcher .input-group .input-container > i {
    font-size: 20px;
}
#lekommerce-launcher .input-group .animated-label {
    font-size: 14px;
    font-weight: bold;
}

/* Lekommerce specs */

#lekommerce-specs {
  padding: 40px 0;
}
#lekommerce-specs .row > div {
  margin-top: 20px;
  margin-bottom: 20px;
}
#lekommerce-specs i {
    font-size: 50px;
    position: absolute;
    color: #f73a3e;
    left: 15px;
    top: 0;
}
#lekommerce-specs p {
  font-size: 14px;
  padding: 5px 0 5px 60px;
  margin: 0;
}

/* Linkasoft data */

#linkasoft-data {
    padding: 50px 0;
    background-color: #f7393e;
    color: #ffffff;
}
#linkasoft-data i {
    font-size: 70px;
    position: absolute;
    color: #ffffff;
    left: 15px;
    top: 0;
}
#linkasoft-data p {
  font-size: 14px;
  padding: 5px 0 5px 80px;
  margin: 0;
}
#linkasoft-data .number {
  font-size: 28px;
  clear: both;
  display: block;
}

/* Lekommerce steps */

#lekommerce-steps {
    padding: 0;
    background-color: #2d4f61;
    color: #ffffff;
}
#lekommerce-steps .row > div:nth-child(2) {
    padding-top: 60px;
}
#lekommerce-steps h2 {
    margin: 0;
}
#lekommerce-steps h2 + ul {
    padding: 20px 0;
}
#lekommerce-steps h2 + ul li {
    line-height: 28px;
    font-size: 14px;
}
#lekommerce-steps li i {
    padding: 0 10px 0 0;
    font-weight: bold;
}
#lekommerce-steps .carousel-control-container {
    padding: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#lekommerce-steps a.carousel-control {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #2d4f61;
    display: block;
    text-align: center;
    float: left;
    color: #ffffff;
    margin: 2px;
}
#lekommerce-steps .carousel-control.left {
}
#lekommerce-steps .carousel-control.right {
}
#lekommerce-steps .carousel-control:hover,
#lekommerce-steps .carousel-control:focus {
    text-decoration: none;
}

/* Linkasoft products */

#linkasoft-products {
    padding: 60px 0;
}
#linkasoft-products h2 {
    margin: 0 0 40px 0;
}
#linkasoft-products .row > div {
    text-align: center;
    padding: 15px;
}
#linkasoft-products i {
    font-size: 64px;
    color: #f7393e;
}

/* Latest news */

#latest-news .container {
    border-top: 1px solid #e9ecef;
    padding-top: 60px;
    padding-bottom: 60px;
}
#latest-news h2 {
    margin: 0 0 40px 0;
}
#latest-news i {
    font-size: 10px;
}
#latest-news .image-box {
    height: 180px;
    margin-bottom: 10px;
}

/* Linkasoft comments */

#linkasoft-comments {
    background-color: #f6f7f8;
    padding: 60px 0;
}
#linkasoft-comments h2 {
    margin: 0 0 40px 0;
}
#linkasoft-comments h5 {
    margin: 0 0 5px 0;
}
#linkasoft-comments .box {
    background-color: #ffffff;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
}
#linkasoft-comments .box:before {
    content: "";
    height: 0;
    width: 0;
    display: block;
    border: 10px solid transparent;
    border-top-color: #ffffff;
    position: absolute;
    bottom: -20px;
    margin: auto;
    left: 15px;
}
#linkasoft-comments .box i {
    color: #FFC107;
    font-size: 18px;
}
#linkasoft-comments .box + div {
    padding: 0 0 0 60px;
    position: relative;
}
#linkasoft-comments .box + div span {
    background-color: #f7393e;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    display: block;
    font-size: 24px;
    position: absolute;
    left: 0;
    bottom: -5px;
}
#linkasoft-comments a.carousel-control {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    display: block;
    text-align: center;
    float: left;
    color: #000000;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
}
#linkasoft-comments .carousel-control.left {
    left: -50px;
}
#linkasoft-comments .carousel-control.right {
    right: -50px;
}

/* Mobile menu */

#mobile-menu {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  min-width: 200px;
  padding-top: 50px;
}
#mobile-menu .modal-content {
  padding: 0 0 50px 0;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 10px;
}
#mobile-menu nav {
  margin-bottom: 20px;
}
#mobile-menu nav li {
  margin: 0;
  line-height: 40px;
  padding: 0 10px
}
#mobile-menu nav li a:not(.btn) {
  color: #000000;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  display: block;
}
#mobile-menu nav li a.btn {
  margin: 10px 0;
  width: 100%;
}
#mobile-menu .modal-content > *:not(nav) {
  display: block;
  width: 100%;
  float:left;
  line-height: 30px;
  color: #333333;
  padding: 0 10px;
}
#mobile-menu .modal-content > *:not(nav) i {
    padding: 0 5px 0 0;
}
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 240px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}
/*Left*/
  .modal.left.fade .modal-dialog{
    left: -240px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
         -o-transition: opacity 0.3s linear, left 0.3s ease-out;
            transition: opacity 0.3s linear, left 0.3s ease-out;
  }
  .modal.left.fade.in .modal-dialog{
    left: 0;
    border-radius: 0;
  }
/*Right*/
  .modal.right.fade .modal-dialog {
    right: -240px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
  }
  .modal.right.fade.in .modal-dialog {
    right: 0;
  }
/* ----- MODAL STYLE ----- */
  .modal-content {
    border-radius: 0;
    border: none;
    padding: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
  }
  .modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
  }
  
  /* Show menu button */

  .showMenu {
  color: #000000;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 0!important;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 9;
  overflow: hidden;
  display: none;
}
.showMenu.active {
}
.showMenu > span {
    position: absolute;
    z-index: 2000;
    top: 16px;
    right: 12px;
    cursor: pointer;
    height: 19px;
    width: 26px;
    display:block;
  }
.showMenu > span > span {
    width: 26px;
    height: 2px;
    background: #262626;
    display: block;
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #000000;
}
.showMenu span.line-1 {
      top: 0;
}
.showMenu span.line-2 {
    top: 8px;
    left: 0;
    opacity: 1;
    visibility: visible;
}
.showMenu span.line-3 {
    bottom: 0;
}
.showMenu.active span.line-1 { 
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
}
.showMenu.active span.line-2 { 
    left: -10px;
    opacity: 0;
    visibility: hidden;
}
.showMenu.active span.line-3 {
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 8px;
}
#mobile-header {
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 9;
}
#mobile-header #logo-header {
    right: 0;
    margin: auto;
    height: 36px;
}
#mobile-header > .btn {
    position: absolute;
    right: 0;
    top: 4px;
    right: 4px;
}
/* Google translator */

#google_translate_element {
    display: inline-block;
}
.goog-te-gadget {
    display: inline-block;
}
.goog-te-gadget-simple {
    border: none!important;
    background-color: transparent!important;
    border: 0 solid!important;
}
.goog-te-gadget-simple a:hover {
    text-decoration: none!important;
}
.goog-te-gadget-simple .goog-te-menu-value span {
    border-color: transparent!important;
    border-width: 0!important;
}
.goog-te-gadget-simple .goog-te-menu-value {
    display: none;
}
.goog-te-gadget-simple img {
    display: none;
}
.goog-te-gadget-simple:before {
    content: "Idioma - Español";
    color: #ffffff!important;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    padding: 0 6px;
}

/* Lekommerce modules */

#lekommerce-modules {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e9edef 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e9edef 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e9edef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edef',GradientType=0 );
}
#lekommerce-modules h2 {
    margin: 0 0 30px 0;
}
#lekommerce-modules .row > div {
    padding: 5px;
}
#lekommerce-modules .row > div > div {
    text-align: center;
    padding: 15px 0;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    cursor: pointer;
}
#lekommerce-modules i {
    font-size: 80px;
    color: #f7393e;
}
#lekommerce-modules .row > div > div:hover {
    background-color: #f7393e;
}
#lekommerce-modules .row > div > div:hover * {
    color:#ffffff;
}

/* Lekommerce modules list */

#lekommerce-modules-list .price {
    font-weight: bold;
    color: #f7393e;
    text-transform: uppercase;
}
#lekommerce-modules-list .btn {
    margin-top: 15px;
}
#lekommerce-modules-list .number {
    font-size: 20px;
    padding-left: 5px;
}
#lekommerce-modules-list .number + span {
    font-size: 16px;
    text-transform: lowercase;
}
#lekommerce-modules-list > div:nth-child(even) {
    background: #eaeef0; 
    background: -moz-linear-gradient(left, #eaeef0 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #eaeef0 0%,#ffffff 100%); 
    background: linear-gradient(to right, #eaeef0 0%,#ffffff 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef0', endColorstr='#ffffff',GradientType=1 ); 
    text-align: right;
}
#lekommerce-modules-list .row {
    padding-top: 30px;
    padding-bottom: 30px;
}
.gradient-down {
    background: -moz-linear-gradient(top, #ffffff 0%, #e9edef 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e9edef 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e9edef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edef',GradientType=0 );
}
#lekommerce-modules-list.gradient-down {
    padding-top: 20px;
}

/* Lekommerce links */

#lekommerce-links {
    background-image: url("../img/lekommerce-links-bg.jpg");
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}
#lekommerce-links h2 {
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}
#lekommerce-links h4 {
    margin: 10px 0 20px 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}
#lekommerce-links p .btn-default {
    background-color: transparent;
    border-color: #ffffff
}

/* Contact page */


#contact p.contact-data {
    padding-left: 36px;
    line-height: 30px;
    position: relative;
}
#contact p.contact-data i {
    background-color: #f7393e;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    color: #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    position: absolute;
    left: 0;
}
#contact p.contact-data a {
    font-weight: normal;
    color: #000000;
}
#contact form {
    padding: 20px;
    border: 1px solid #ededed;
    margin-bottom: 20px;
}
#map {
    width: 100%;
    height: 320px;
    margin-bottom: 20px;
}
.conditions {
    height: 200px;
    overflow: scroll;
    font-size: 10px;
    padding: 10px;
    background-color: #f4f4f3;
    color: #333333;
    font-family: 'Oxygen', sans-serif;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* News list */

#news-list {
    padding-left: 0;
    padding-right: 0;
}

#news-list .item {
    margin-bottom: 40px;
}
#news-list .image-box {
    height: 240px;
    background-color: #f8f8f8;
}
#news-list .item h4 {
    font-weight: bold;
    white-space: nowrap;
    -ms-text-overflow: ellipsis ;
    text-overflow: ellipsis ;
    overflow: hidden;
}
#news-list .item p {
    overflow: hidden;
    height: 54px;
}
#news-list .item a {
    font-weight: bold;
}
#news-list .item a i {
    font-size: 10px;
}

/* News item */

#news-item > div {
    padding-left: 0;
    padding-right: 0;
}
#news-item .content {
    margin-bottom: 20px;
}
#news-item .date {
    margin-bottom: 20px;
    font-size: 13px;
}
#news-item h3 {
    font-weight: bold;
}

/* Lekommerce banner small */

#lekommerce-banner-sm > div {
    background-image: url(../img/lekommerce-banner-sm.jpg);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    height: 240px;
    position: relative;
    background-position: bottom right;
}

#lekommerce-banner-sm > div:after {
    background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.6) 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    width: auto;
    z-index: 0;
}
#lekommerce-banner-sm > div span {
    font-size: 23px;
    padding: 10px;
    display: block;
    position: absolute;
    bottom: 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    line-height: 1.2;
    z-index: 9;
}
#lekommerce-banner-sm form button {
    width: 100%;
}
#lekommerce-banner-sm form  {
  border: 1px solid #efefef;
  border-top: 0;
  padding: 15px 15px 30px 15px;
}
      
/* Price table 01 */

#price-table-01 {
    padding-top: 40px;
    padding-bottom: 40px;
}
#price-table-01 h2 {
    margin: 0 0 30px 0;
}
#price-table-01 .nav-pills {
    text-align: center;
}
#price-table-01 .nav-pills li {
    display: inline-block;
    float: none;
    padding-left: 5px;
    padding-right: 5px;
}
#price-table-01 .nav-pills li a {
    color: #000000;
    text-align: center;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
}
#price-table-01 .nav-pills li i {
    font-size: 60px;
    color: #f7393e;
}
#price-table-01 .nav-pills li a:hover,
#price-table-01 .nav-pills li.active a {
    color: #ffffff;
    background-color: #f7393e;
    border: 1px solid #f7393e;
}
#price-table-01 .nav-pills li a:hover i,
#price-table-01 .nav-pills li.active i {
    color: #ffffff;
}

/* Price table 02 */

#price-table-02  {
    padding-top: 40px;
    padding-bottom: 60px;
}
#price-table-02 h3 {
    margin: 0 0 30px 0;
}
.price-table ul {
    background-color: #ffffff;
}
.price-table.basic .header,
.price-table.basic li.true p:before {
    background-color: #35cc65;
}
.price-table.premium .header,
.price-table.premium li.true p:before {
    background-color: #f7393e;
}
.price-table.gold .header,
.price-table.gold li.true p:before {
    background-color: #39495b;
}
.price-table .header h4 {
    line-height: 44px;
    margin: 0;
    color: #ffffff;
    font-weight: bold;
}
.price-table .price h4 {
    line-height: 44px;
    margin: 0;
    font-weight: bold;
}
.price-table .price .number {
    font-size: 22px;
}
.price-table li p {
    line-height: 40px;
    margin: 0;
    border-top: 1px solid #e8e8e8;
    padding-left: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.price-table li p:before {
    content: "\e90f";
    font-family: 'icomoon';
    color: #ffffff;
    background-color: #8f8f8f;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 12px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.price-table li.true p:before {
    content: "\e926";
}
.price-table .btn {
    width: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Register */

#register-page {

}
#register-page .accordion-container {
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
}
#register-page .accordion-container h4 {
  border-top: 1px solid #cccccc;
  position: relative;
  padding-left: 60px;
}
#register-page .accordion-container h4:first-child {
  border-top: 0;
}
#register-page .accordion-container i {
  font-size: 40px;
  color: #f73b3e;
  font-weight: 400;
  position: absolute;
  left: 10px;
  top: 10px;
}
#register-page .accordion-container input {
  float: right;
  margin-right: 6px;
}
#register-page .accordion-container .number {
  position: absolute;
  right: 50px;
  top: 0;
  line-height: 40px;
}
#register-page .btn {
  width: 160px;
  margin: 0 5px;
}
input.static-input.total {
  font-size: 16px;
  letter-spacing: 1px;
  padding: 30px 10px 10px 10px;
}
input.static-input.total ~ .static-label {
  font-size: 13px;
  top: 8px;
}

/* Download page */

#download-page .item {
  padding-left: 45px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f4f4;
}
#download-page .item > i {
  display: block;
  font-size: 40px;
  color: #54839b;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 12px;
}
#download-page .item p {
  margin: 0;
}
#download-page .item a {
  font-weight: bold;
  display: block;
}
#download-page .item a i {
  font-size: 10px;
}
.remote-box {
  background-color: #fafafa;
  padding: 15px 15px 15px 90px;
  margin-top: 40px;
  border: 1px solid #efefef;
}
.remote-box h5 {
  margin-top: 0;
}
.remote-box i {
  font-size: 60px;
  position: absolute;
  left: 15px;
  top: 15px;
  color: #f73a3e;
}

/* About page */

#about-page {

}
#about-page .team > .row {
  margin-bottom: 20px;
  margin-top: 20px;
}
#about-page .team h4 {
  margin-top: 0;
}
#about-page .team h4 strong {
  padding-left: 6px;
  margin-left: 4px;
  border-left: 1px solid #666666;
  font-weight: normal;
}
#about-page .team a {
  font-weight: bold;
}
#about-page .team a i {
  font-size: 10px;
}
#about-page .areas > div {
  padding-left: 80px;
  margin: 10px 0
}
#about-page .areas h4 {
  margin-top: 0;
}

#about-page .areas i {
  font-size: 70px;
  color: #f73a3e;
  position: absolute;
  left: 0;
  top: 0;
}












