:root {
    --red-color: #45b649;
    --silver-color: #48494a;   
    --green-color: #45b649;
    --blue-color: #17a2b8;
    --dark-blue-color: #1f2835;
}
.hiddendiv.common {
    display: none;
}
body::-webkit-scrollbar {
    width: .6em;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--green-color);
  outline: 1px solid slategrey;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
    color: var(--silver-color);
    outline: none;
}
a {
    outline: none
}
.brochure-home {
    margin-top: 2rem;
}
.brochure-home a {
    color: var(--silver-color);
}
.brochure-home a:hover {
    color: var(--green-color);
    text-decoration: none;
}
#home-video-modal .modal-content {
    border-radius: 0;
    padding: 0;
}
#home-video-modal .modal-body {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
}
.pulse {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #45b649ce;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
}

.pulse:hover {
  background-color: #48494ac2;
  cursor: pointer;
}

.pulse::before,
.pulse::after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #45b649;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  backface-visibility: hidden;
}

.pulse::after {
  animation-delay: 0.5s;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
.cockies-popup .cancel button {
    background-color: transparent;
    border: none;
    padding: 0;
}
#call-to-action {
    background-color: var(--silver-color);
    padding: 1.5rem 0;
    margin: 5rem 0 3rem 0;
}
#call-to-action .call-to-action-image img {
    position: absolute;
    top: -33%;
    left: -3%;
}
#call-to-action .call-to-action-text h1 {
    font-size: 27px;
    color: white;
    text-transform: uppercase;
}
#call-to-action .call-to-action-text p {
    margin-bottom: 1rem;
    color: white;
    font-weight: 300;
}
#bg-body {
    background-image: url(../img/home-img/footer-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 3rem;
}
#login {
    background-image: url('../img/pattern-bg.png');
}
.login-logo img {
    width: 70%;
    margin: 0 0 3rem 0;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    outline: none;
}
.navbar-light .navbar-brand:focus {
    outline: none;
}
.modal-content {
    border-radius: 0;
    padding: 3rem;
}
#note-price h4 {
    font-size: 16px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
#review-b2b-modules #note-price {
    display: none;
}
#note-price ul li {
    font-size: 13px;
    margin-bottom: .3rem;
    font-weight: 300;
    text-indent: -9px;
    padding-left: 15px;
}
#note-price {
    padding-bottom: 1.5rem;
}
#contact-modal h2 {
    font-size: 32px;
    text-align: center;
    margin: 1rem 0 1rem 0;
}
#TicketSupport .file-field {
    margin-bottom: 2rem;
}
#contact-modal .modal-checkbox span {
    font-weight: 300;
}
#newsletter-modal .m-top {
    margin-top: 1.5rem;
}
#contact-modal .checkbox-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: .5rem;
}
#contact-modal .info-text {
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    line-height: 16px;
}
#contact-modal .checkbox-text a {
    color: var(--green-color);
}
#contact-modal .checkbox-text a:hover {
    color: var(--silver-color);
    text-decoration: none;
}
#contact-modal .info-text a {
    color: var(--green-color);
}
#contact-modal .info-text a:hover {
    color: var(--silver-color);
    text-decoration: none;
}
#contact-modal button.close {
    position: absolute;
    text-align: right;
    width: 100%;
    right: 4%;
    top: 2%;
    font-size: 3rem;
}
#contact-modal .top-desc {
    text-align: center;
    margin: auto;
    font-weight: 300;
    margin-bottom: 3rem;
}
form.login-form-inputs {
    padding: 0 2rem;
}
.modal-open {
  padding-right: 0 !important;
}
html {
  overflow-y: scroll !important;
}
#inputState {
    display: none;
}
#home-blog {
    padding: 4rem 0;
}
.text-home-moduls h1 {
    font-size: 32px;
    margin: 1rem 0 1rem 0;
}
.newsletter-text h2 {
    font-size: 32px;
    color: white;
}
.newsletter-text p {
    margin-bottom: 0;
    color: white;
    font-weight: 300;
}
.text-home-moduls p {
    width: 60%;
    margin: auto;
    font-weight: 300;
    margin-bottom: 3rem;
}
.text-home-video span {
    color: var(--green-color);
    margin-bottom: 1rem;
}
.text-home-video h1 {
    font-size: 32px;
    margin: 1rem 0 1rem 0;
}
#home-modules {
    padding: 4rem 0 0 0;
}
.text-home-video p {
    width: 60%;
    margin: auto;
    font-weight: 300;
    margin-bottom: 3rem;
}
#home-modules .box-featured h1 {
    font-size: 19px;
    margin-bottom: 2rem;
    color: white;
}
#page-banner-prices .page-banner {
    height: 585px;
}
#page-banner-prices {
    background-image: url('../img/banners/cenovnik-b2b-modula-licenci.jpg');
}
#home-modules {
    background-image: url('../img/home-img/bg-home-content.png');
    background-repeat: no-repeat;
}
#home-video {
    background-image: url('../img/home-img/bg-home-content-silver.png');
    background-repeat: no-repeat;
}
#home-modules .box-featured h1:after {
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    background: white;
    margin-top: .1rem;
    width: 110px;
}
.contact-us-home-holder p {
    width: 50%;
    margin: auto;
    color: white;
    font-weight: 300;
    margin-bottom: 2rem;
}
#home-modules .box-featured {
    padding: 2rem 1rem;
    min-height: 265px;
}
#home-modules .box-featured p {
    font-weight: 300;
    color: white;
    margin-bottom: 0;
    line-height: 20px;
}
#home-modules .box img {
    width: 20%;
}
.contact-us-home-holder h2 {
    color: white;
    font-size: 23px;
    margin: 3rem 0 2rem 0;
}
.contact-us-home {
    padding-left: 0;
    margin-bottom: 0;
}
.contact-us-home li {
    list-style: none;
    display: inline-block;
    color: white;
    font-weight: 300;
}
.contact-us-home .mobile {
    padding-right: 1rem;
    color: white;
}
.contact-us-home .email {
    padding-left: 1rem;
}
#home-modules .box h1 {
    font-size: 19px;
    margin: 1rem 0;
}
#home-modules .box p {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
#home-modules .box:nth-last-child(-n+3) {
    border-bottom: none;
}
#home-modules .box:nth-child(3n+1) {
    border-left: none;
}
#home-modules .bg-home-modules .box {
    border-bottom: 1px solid rgba(100, 101, 103, 0.2);
    border-left: 1px solid rgba(100, 101, 103, 0.2);
    padding: 4rem 3rem;
    text-align: center;
    background-color: white;
}
#home-modules .bg-home-modules {
    background-color: white;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12), 0 5px 8px 0 rgba(0, 0, 0, 0.24);
}
.forget-password a {
    color: var(--silver-color);
    font-weight: 300;
}
.divader-login {
    margin: 1rem 0;
}
.divader-login .form-group {
    margin-bottom: 0;
}
.login-holder .btn-success {
    margin-top: 1rem;
}
.reg-login {
    margin-top: 2rem;
}
.reg-login p {
    font-weight: 300;
}
.reg-login p a {
    color: var(--green-color);
}
.reg-login p a:hover {
    color: var(--siler-color);
    text-decoration: none;
}
.forget-password a:hover {
    color: var(--green-color);
    text-decoration: none;
}
.login-image {
    background-image: url(../img/login-image.jpg);
    height: 600px;
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
}
.login-image:before { 
    content: "";
    background: linear-gradient(30deg, rgba(57,123,188,0.8) 0%, rgba(75,177,201,0.5) 100%);
    left: 0;
    width: 100%;
    position: absolute;
    height: inherit;
}
.login-caption-holder {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    padding: 0 2rem;
}
.login-caption-holder h1 {
    color: white;
    text-transform: uppercase;
}
.login-caption-holder p {
    color: white;
    font-weight: 300;
    margin-bottom: 0;
}
#login {
    height: 100vh;
}
.login-holder {
    background-color: white;
    width: 100%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12), 0 5px 8px 0 rgba(0, 0, 0, 0.24);
}
#page-content .card {
    border-radius: 0;
    margin-bottom: 2rem;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12), 0 5px 8px 0 rgba(0, 0, 0, 0.24);
}
#home-modules .card {
    border-radius: 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12), 0 5px 8px 0 rgba(0, 0, 0, 0.24);
    padding: 3rem 1rem;
}
.card-body {
    padding: 1rem;
}
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-brand {
	width: 15%;
}
.navbar-light .navbar-nav .nav-link {
    color: var(--silver-color);
    padding-left: 1rem;
    padding-right: 1rem;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--green-color);
    outline: none;
}
.navbar {
	padding: 0
}
.no-padd {
	padding-left: 0;
	padding-right: 0;
}
.btn-dark {
	color: #fff;
    background-color: var(--silver-color);
    border: 1px solid var(--silver-color);
    text-align: center;
    padding: .5rem 1rem;
    display: inline-block;
}
.btn-dark:hover {
	color: var(--silver-color);
    background-color: white;
    border: 1px solid var(--silver-color);
    padding: .5rem 1rem;
    text-decoration: none;
}
.btn-dark.focus, .btn-dark:focus {
    box-shadow: none;
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
    color: var(--silver-color);
    background-color: #fff;
    border-color: var(--silver-color);
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-secondary {
    color: #fff;
    background-color: #4883fe;
    border: 1px solid #4883fe;
    text-align: center;
    padding: .5rem 1rem;
}
.btn-secondary:hover {
    color: #4883fe;
    background-color: #fff;
    border: 1px solid #fff;
    text-align: center;
    padding: .5rem 1rem;
    text-decoration: none;
}
.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #4883fe;
    background-color: #fff;
    border-color: #4883fe;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary {
    color: #fff;
    background-color: var(--green-color);
    border: 1px solid var(--green-color);
    text-align: center;
    padding: .5rem 1rem;
    display: inline-block;
}
.btn-primary:hover {
    color: var(--green-color);
    background-color: white;
    border: 1px solid var(--green-color);
    text-align: center;
    padding: .5rem 1rem;
    text-decoration: none;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: var(--green-color);
    background-color: #fff;
    border-color: var(--green-color);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn {
	border-radius: 0;
}
.bg-light {
    background-color: #fff !important;
    -webkit-box-shadow: 0 2px 30px 2px rgba(0,0,0,.1);
    box-shadow: 0 2px 30px 2px rgba(0,0,0,.1);
}
#home-slider .caption {
    height: 700px;
}
#home-slider {
    background-image: url('../img/home-img/b2b-srbija-online-veleprodaja-sistem.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
#home-slider .text h1 {
	font-size: 42px;
	color: var(--silver-color);
	padding-bottom: 1rem;
}
#home-slider .text h5 {
	font-weight: 300;
	color: var(--silver-color);
    margin-bottom: 2rem;
    width: 75%;
}
#home-slider .text small     {
	color: var(--green-color);
    margin-bottom: 1rem;
}
.video-holder {
  position: relative;
  background-color: white;
  height: 550px;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.video-holder video {
  position: absolute;
  top: 51%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#home-blog {
    background-image: url(../img/home-img/bg-home-content-blog.png);
    background-repeat: no-repeat;
}
#prices {
    background-image: url(../img/home-img/footer-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 3rem;
}
/*@media (pointer: coarse) and (hover: none) {
  .video-holder {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  .video-holder video {
    display: none;
  }
}*/
.newsletter-text {
    padding-left: 3rem;
}
#home-newsletter {
    background-color: var(--silver-color);
    padding: 1.5rem 0;
}
#home-modules .btn-dark:hover {
    color: var(--silver-color);
    background-color: white;
    border: 1px solid white;
    padding: .5rem 1rem;
    text-decoration: none;
}
#home-newsletter .btn-primary:hover {
    color: var(--green-color);
    background-color: white;
    border: 1px solid white;
    text-align: center;
    padding: .5rem 1rem;
    text-decoration: none;
}
.shadow {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12), 0 5px 8px 0 rgba(0, 0, 0, 0.24) !important;
    border-radius: 1rem;
}
#home-video {
    background-color: white;
    padding: 4rem 0;
}
#home-video .text h1 {
	font-size: 30px;
	color: #48494a;
}
#home-video .text h1:after {
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    background: var(--green-color);
    width: 110px;
}
#home-video .text h1 span {
	color: var(--green-color);
}
.text h1 {
	font-size: 30px;
	color: var(--silver-color);
}
#blog-details-banner-image {
    height: 350px;
    background-size: cover;
    background-attachment: fixed;
    background-position-y: 250%;
}
#blog-details #page-content-blog-details ul:not(.browser-default) {
    padding-left: 40px;
    list-style-type: circle;
}
.blog-info {
    padding-left: 0 !important;
    margin-top: 3rem;
}
.blog-info li {
    list-style: none;
    display: inline-block;
    margin-right: 2rem;
}
.blog-info li a {
    color: var(--green-color);
}
.blog-info li a:hover {
    color: var(--silver-color);
    text-decoration: none;
}
#blog-details #page-content-blog-details ul:not(.browser-default)>li {
    list-style-type: circle;
    font-weight: 300;
}
#page-content-blog-details .text h1:after {
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    background: var(--green-color);
    width: 110px;
}
#page-content-blog-details .text h1 {
    margin-bottom: 3rem;
}
#page-content-blog-details .text h2 {
    font-size: 25px;
}
#page-content .text h1:after {
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    background: var(--green-color);
    width: 110px;
}
.text h1 span {
	color: var(--green-color);
}
#page-content .text p {
	margin-top: 2rem;
	margin-bottom: 2rem;
	line-height: 20px;
	color: var(--silver-color);
}
#page-content .text .first-text {
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 20px;
    color: var(--silver-color);
}
#page-content .text .second-text {
    margin-top: 0;
    margin-bottom: 2rem;
}
.text p span {
    color: var(--green-color);
}
#page-content {
	padding-top: 10%;
}
#page-content-blog-details {
    padding-top: 5%;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: var(--silver-color);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--silver-color);
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
    color: var(--silver-color);
    background-color: #fff;
    border-color: var(--green-color);
    outline: 0;
    box-shadow: none;
}
form label {
    display: inline-block;
    margin-bottom: 0;
    color: var(--silver-color);
    font-weight: 300;
}
#inputState {
    border-radius: 0
}
select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding-right: 1.5em
}
.form-check-input {
    margin-top: .2rem;
}
.link-checkbox a {
	color: var(--green-color);
}
.link-checkbox a:hover {
    color: var(--silver-color);
    text-decoration: none;
}
.btn-success {
	color: #fff;
    background-color: var(--green-color);
    border: 1px solid var(--green-color);
    text-align: center;
    padding: .5rem 1rem;
    display: inline-block;
}
.btn-success:hover {
	color: var(--green-color);
    background-color: #fff;
    border: 1px solid var(--green-color);
    padding: .5rem 1rem;
    text-decoration: none;
}
.btn-success.focus, .btn-success:focus {
    box-shadow: none;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: var(--green-color);
    background-color: #fff;
    border-color: var(--green-color);
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}
#footer {
	background-color: var(--dark-blue-color);
	padding: 3rem 0 .5rem 0;
}
#footer .text h1 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 2rem;
}
#footer .text h1:after {
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    background: var(--green-color);
    width: 110px;
}
.company-footer {
	padding-left: 0;
}
.company-footer li {
	color: #fff;
	list-style: none;
	font-weight: 300;
    font-size: 15px;
}
.support-footer {
	padding-left: 0;
}
.support-footer li {
	color: #fff;
	list-style: none;
	font-weight: 300;
}
.support-footer li a {
	color: #fff;
}
.support-footer li a:hover {
	color: #fff;
}
blockquote.blockquote p {
    font-size: 16px;
    font-weight: 300;
}
p.card-text {
    font-weight: 300;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 51px;
    font-size: 14px;
}
#home-blog .card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 48px;
}
#contact {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12), 0 5px 8px 0 rgba(0, 0, 0, 0.24);
    width: 90%;
    margin: auto;
    position: relative;
    margin-top: -10%;
    background-color: white;
}
.contact-form span {
    color: var(--green-color);
}
.request-demo span {
    color: var(--green-color);
}
.contact-form {
    padding: 2rem 2rem 2rem 3rem;
}
.contact-info {
    background-color: var(--dark-blue-color);
    padding: 1rem;
}
.contact-info p.mobile {
    margin-bottom: 0;
}
.contact-info p.email {
    margin-bottom: 2rem;
}
.contact-info p.adress {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-left: 25px;
    text-indent: -15px;
}
.contact-info .company {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: .5rem;
    padding-top: 1rem;
}
.contact-info p i {
    padding-right: .5rem;
}
.contact-info p {
    font-weight: 300;
    color: white;
    margin-bottom: 0;
}
p.info-text-footer {
    text-align: center;
    font-size: small;
    font-weight: 300;
    color: #4d6384;
    width: 75%;
    margin: auto;
    padding-bottom: .5rem;  
    line-height: 15px;
}
#home-modules span {
    color: var(--green-color);
    margin-bottom: 1rem;
}
#home-modules h1 {
    font-size: 32px;
    margin: 1rem 0 1rem 0;
}
.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 2rem;
}
.social-icons li {
    list-style: none;
    display: inline-block;
    padding-right: 1rem;
}
.link-more {
    margin-bottom: 1rem;
}
.link-more a {
    color: var(--green-color);
}
.link-more a:hover {
    color: var(--silver-color);
    text-decoration: none;
}
.social-icons li a {
    font-size: 25px;
    color: white;
}
.contact-us-home-holder .btn-dark {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.social-icons li a:hover {
    text-decoration: none;
    color: var(--green-color);
}
.map {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}
.basic-offer-holder label {
    margin-bottom: .5rem;
}
.basic-offer-holder h3 {
    text-align: left;
    margin-bottom: 1rem;
    color: var(--blue-color);
}
.checkbox-padding label {
    margin-bottom: 0;
}
.page-banner span {
    color: var(--green-color);
    margin-bottom: 1rem;
}
.text p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 20px;
    font-weight: 300;
    color: var(--silver-color);
}
.text small {
    font-size: 18px;
    line-height: 20px;
    margin-top: .5rem;
}
.price-table {
    width: 100%;
    border-collapse: collapse;
}
.price-table tr td {
    padding: 8px 24px;
    font-size: 14px;
    border: 1px solid rgba(100, 101, 103, 0.2);
}
.price-table tr td:not(:first-child) {
    text-align: center;
}
.price-table tr:nth-child(even) {
    background-color: #FFFFFF;
}
.price-table tr:hover {
    background-color: #EEEEEE;
}
.price-table .fa-check {
    color: var(--green-color);
}
.price-table .fa-times {
    color: var(--silver-color);
}
.price-table .no-strip:hover {
    background-color: transparent;
}
/* Highlighted column */
.price-table tr:nth-child(2n) td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.25);
}
.price-table tr td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.15);
    padding: 8px 48px;
}
.price-table tr td:nth-child(3) .fa-check,
.price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
    /* color: #ffffff; */
}
#price-b2b-modules .price-table tr:hover {
    background-color: #f1f1f1;
}
.price-table tr.price-table-head:hover {
    background-color: var(--silver-color) !important;
    color: #FFFFFF;
}
.price p {
    margin-bottom: 0;
}
#price-b2b-modules .price-table .price {
    color: var(--green-color);
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
/**/
.price-table .blank-cell {
    width: 25%;
}
.price-table .package-title {
    width: 20%;
}
ul.funcion-price-list li {
    margin: .5rem 0 .5rem 1rem;
    font-weight: 300;
    text-indent: -9px;
}
ul.funcion-price-list {
    text-align: left;
}
.price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.price-table tr.price-table-head {
    background-color: var(--silver-color);
    color: #FFFFFF;
}
.price-table td.price {
    color: var(--green-color);
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
}
.price-table td.price a {
    background-color: #5336ca;
    color: #FFFFFF;
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 64px;
}
.price-table td.price-table-popular {
    border-top: 3px solid var(--green-color);
    color: var(--green-color);
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 48px;
    font-weight: 700;
}
.price-table .price-blank {
    background-color: transparent;
    border: 0 none;
}
.price-table svg {
    width: 70px;
    fill: var(--silver-color);
}
.company-footer .company {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: .5rem;
}
.company-footer .adress {
    margin-bottom: .5rem;
    padding-left: 25px;
    text-indent: -15px;
}
.company-footer li i {
    padding-right: .5rem;
}
.footer-social li {
    display: inline-block;
    padding-right: .5rem;
}
.footer-social li a {
    font-size: 20px;
    color: var(--green-color);
}
.footer-social li a:hover {
    color: white;
}
.company-info-footer li a {
    color: #fff;
    font-weight: 300;
}
.company-info-footer li a:hover {
    color: #fff;
}
.copyright-footer {
    border-top: 1px solid #ffffff33;
    margin-top: 1rem;
    border-bottom: 1px solid #ffffff33;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
}
.copyright-footer p {
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-weight: 300;
    color: white;
    text-align: center;
    font-size: 15px;
}
.copyright-footer a {
    color: #42b732;
}
.copyright-footer a:hover {
    color: #fff;
    text-decoration: none;
}
#newsletter-modal button.close {
    position: absolute;
    text-align: right;
    width: 100%;
    right: 4%;
    top: 2%;
    z-index: 15;
    font-size: 3rem;
}
#newsletter-modal h2 {
    font-size: 32px;
    text-align: center;
    margin: 1rem 0 1rem 0;
}
#newsletter-modal .top-desc {
    text-align: center;
    margin: auto;
    font-weight: 300;
    margin-bottom: 3rem;
}
#newsletter-modal .checkbox-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: .5rem;
}
#newsletter-modal .modal-checkbox span {
    font-weight: 300;
}
#review-b2b-modules .bg-home-modules .box {
    border-bottom: 1px solid rgba(100, 101, 103, 0.2);
    border-left: 1px solid rgba(100, 101, 103, 0.2);
    padding: 4rem 3rem;
    text-align: center;
    background-color: white;
}
#review-b2b-modules .box img {
    width: 20%;
}
#review-b2b-modules .box h1 {
    font-size: 19px;
    margin: 1rem 0;
}
#review-b2b-modules .box p {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
#review-b2b-modules .bg-home-modules {
    background-color: white;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12), 0 5px 8px 0 rgba(0, 0, 0, 0.24);
}
#review-b2b-modules h1 {
    font-size: 25px;
    margin: 1rem 0 3rem 0;
}
#function-b2b-modules {
    background-color: white;
}
#price-b2b-modules {
    background-color: white;
}
.function-img {
    width: 17%;
    padding-right: 1rem;
    padding-bottom: 6px;
    padding-top: 6px;
}
.see-more-info {
    position: relative;
    color: var(--green-color);
    text-decoration: underline;
    float: right;
    margin-top: 10px;
    display: none;
}
.see-more-info:hover {
    color: var(--silver-color);
}
.price-table tr:hover .see-more-info {
    display: initial;
}
#page-content .text .alert-rec {
    font-weight: 500;
    font-size: 20px;
    color: var(--green-color);
}
.recommendation p {
    font-weight: 300;
}
#page-content .info-text {
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 1rem;
    line-height: 16px;
}
#page-content .info-text a {
    color: var(--green-color);
}
button:focus {
    outline: none;
}
.recommendation h3 {
    font-size: 22px;
    margin-top: 2rem;
}
#page-content .alert-secondary {
    margin-top: 1rem;
    border-radius: 0;
}
.usuful-tools-text h4 {
    font-size: 20px;
    margin-top: 3rem;
}
.usuful-tools-text p {
    font-weight: 300;
}
.text-page h4 {
    font-size: 20px;
    margin-top: 1rem;
}
.text-page p {
    font-weight: 300;
    margin-bottom: 1rem;
}
.ticket-text {
    font-weight: 300;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#page-content-blog-details ul li {
    font-weight: 300;
}
.file-field ::placeholder {
  color: var(--silver-color);
  font-weight: 300;
  opacity: 1; /* Firefox */
}
#prices .old-price {
    text-decoration: line-through;
    color: #797979;
    font-size: 16px;
}
.modules-find-more-modal button.close {
    position: absolute;
    text-align: right;
    width: 100%;
    right: 4%;
    top: 2%;
    font-size: 3rem;
}
.img-modal-modules .main-img {
    width: 10%;
    padding-right: 1rem;
}
.package-title img {
    width: 20px;
}
.modules-find-more-modal .list-info img {
    width: 18%;
}
.modules-find-more-modal .list-info p {
    margin-bottom: .5rem;
}
.modules-find-more-modal h2 {
    text-align: left;
    margin: 0 0 1rem 0;
}
.modules-info-table tr td {
    padding: 15px 15px;
    font-size: 14px;
    border: 1px solid rgba(100, 101, 103, 0.2);
}
.modules-info-table tr td:not(:first-child) {
    text-align: left;
    width: 70%;
}
.modules-info-table .list-info {
    width: 30%;
    text-align: center;
}
.modules-spec-list {
    margin-bottom: 0;
}
ul.modules-spec-list li {
    font-weight: 300;
}
#price-b2b-modules .price-table .no-strip:hover {
    background-color: transparent;
}
.user-guide .text h5 {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 300;
}
.user-guide .text {
    padding-left: 0;
}
.user-guide {
    margin-bottom: 1rem;
    display: none;
}
#prices .contact img {
    width: 8%;
    padding-right: 1rem;
    display: none;
}
.text-page-list li {
    font-weight: 300;
    margin-bottom: .5rem;
}
.text-page a {
    color: var(--green-color);
}
.text-page a:hover {
    color: var(--silver-color);
    text-decoration: none;
}
#newsletter-modal .checkbox-text a {
    color: var(--green-color);
}
#newsletter-modal .checkbox-text a:hover {
    color: var(--silver-color);
    text-decoration: none;
}
#page-content .info-text a {
    color: var(--green-color);
}
#page-content .info-text a:hover {
    color: var(--silver-color);
    text-decoration: none;
}
.under-construction-page img {
    width: 10%;
    margin-top: 5rem;
}
.under-construction-page h4 {
    width: 50%;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 4rem;
}
.under-construction-page {
    min-height: 50vh;
}
.cockies-popup {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    background-color: #48494a;
    color: white;
    width: 100%;
    padding: 1rem 2rem;
}
.cockies-popup p {
    font-size: 14px;
    margin-bottom: 0;
}
.cockies-popup i {
    font-size: 25px;
    color: white;
}
.cockies-popup i:hover {
    color: var(--green-color);
}
.cockies-popup .link {
    color: var(--green-color);
}
.cockies-popup .link:hover {
    color: white;
    text-decoration: none;
}
.site-map-links a {
    margin-top: 2rem;
    color: var(--silver-color);
    font-weight: 300;
}
.site-map-links a:hover {
    color: var(--green-color);
}
.site-map-links h1 {
    margin: 2rem 0 1rem 0;
    font-size: 22px;
}
.site-map-links h1:after {
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    background: var(--green-color);
    width: 110px;
}
.sitemap {
    height: 30vh;
}
.site-map-links {
    margin-bottom: 3rem;
}
.instalation {
    color: var(--green-color);
    padding: 20px 24px !important;
}
.loader-holder {
    position: relative;
}
.loader-holder .loader {
    opacity: 0;
    z-index: -55;
    position: absolute;
    background-color: rgba(255,255,255,0.8);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader-holder .loader-dots-holder {
    width: 150px;
}
.loader-holder .loader.show {
    opacity: 1;
    z-index: 99;
}
.error-input {
    position: relative;
}
.input-field.error-input label,
.select-wrapper.error-input label {
    color: var(--red-color) !important;
}
.input-field.error-input input,
.input-field.error-input textarea,
.select-wrapper.error-input input {
    border-bottom: 1px solid var(--red-color) !important;
    -webkit-box-shadow: 0 1px 0 0 var(--red-color) !important;
    box-shadow: 0 1px 0 0 var(--red-color) !important;
}
.error-input [type="checkbox"] + span:not(.lever):before, 
.error-input [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    border: 2px solid  var(--green-color);
}
.error-message {
    position: absolute;
    right: 15px;
    bottom: -15px;
    color: var(--red-color) !important;
}
.select-wrapper .error-message {
    bottom: -23px;
}
.checkbox_input.error-input .error-message  {
    bottom: initial;
    top: -15px;
    display: none;
}
.error-summary {
    color: var(--red-color) !important;
    font-size: .9rem;
}





































































































