body{
    font-family: 'Open Sans', sans-serif;
    /*font-weight: 300;*/
    letter-spacing: 0.2px;

}

#main-nav {
    position: fixed;
    background: rgb(55, 158, 216);
    width: 100%;
    margin: 0;
    top: 0;
    padding: 15px 0;
    z-index: 999;
}
#logo {
    margin-top: 3px;
}
#main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}
#main-menu li {
    display: inline-block;
    position: relative;
}
#main-menu li a {
    color: #fff;
    padding: 8px 14px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    letter-spacing: 1px;
    font-size: 12px;
}
#main-menu li a.book{
    background: #379ed8;
    /*#1ba39c*/
    border-radius: 5px;
    padding: 10px 20px;
    display: inline;
    border: 2px #fff solid;
}
#main-menu li a.book:hover{
    color: #fff;
    background: #70c6f6;
}
#main-menu li a:hover, #main-menu li a.active{
    background-color: rgba(0,0,0,0.2);
}
.slicknav_menu {
    font-size: 16px;
    background: none;
    padding: 0;
    text-align: right;
    display: none;
    text-transform: uppercase;
}
.slicknav_btn {
    margin: 0;
}
.slicknav_nav a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
}
.slicknav_nav a.book {
    background: #1ba39c;
    color: #fff;
}
.slicknav_nav a.book:hover {
    background: #1f8882;
    color: #fff;
}
.slicknav_nav a:hover {
    background: none;
    color: #1ba39c;
}

/*dropdown*/
#main-menu ul {
    padding: 0;
    position: absolute;
    min-width: 300px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    -webkit-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    transform: translateY(-2em);
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    visibility: hidden;
}
#main-menu ul li {
    display: block;
    padding-left: 20px;
    background: rgba(25, 24, 24, 0.9);
}
#main-menu ul li a {
    padding: 10px 20px 10px 20px;
}
#main-menu ul li:first-child {
    margin-top: 25px;
    border-top: 7px solid #136ea2;
}
#main-menu ul li:first-child a {
    padding-top: 20px;
}
#main-menu ul li:last-child a {
    padding-bottom: 25px;
}
#main-menu li:hover ul {
    visibility: visible; /* shows sub-menu */
     opacity: 1;
     z-index: 1;
     -webkit-transform: translateY(0%);
     -ms-transform: translateY(0%);
     transform: translateY(0%);
     -webkit-transition-delay: 0s, 0s, 0.3s;
     transition-delay: 0s, 0s, 0.3s;
}
.slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: 0;
    color: #1b9c96;
}
.slicknav_nav ul {
    margin: 0;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 0;
}
/*dropdown*/

/*header*/
header{
    padding-top: 60px;
    min-height: 540px;
    position: relative;
}
#header-left {
    margin-top: 120px;
}
#header-left h1 {
    margin-bottom: 10px;
    font-weight: 300;
    color: #fff;
    margin-top: 0;
    letter-spacing: 0;
}
#header-left h3 {
    color: #fff;
    font-weight: 600;
    margin-top: 35px;
    letter-spacing: 2px;
}
#header-left .hr {
    width: 60px;
    border-bottom: 1px solid #fff;
    margin-top: 35px;
}
#header-right {
    position: absolute;
    right: 0;
    color: #fff;
    background: url('../images/hero-bg.png') no-repeat;
    width: 380px;
    height: 195px;
    margin-top: -100px;
    padding: 40px;
}
#header-right p {
    letter-spacing: 0;
    font-weight: 300;
    font-size: 20px;
}
#header-right a {
    color: #fff;
    border-radius: 5px;
    border: 1px solid;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#header-right a:hover{
    background: #fff;
    color: #1ba39c;
}


a.btnew {
    color: #fff;
    border-radius: 5px;
    border: 1px solid;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-top: 20px
}
a.btnew:hover{
    background: #fff;
    color: #1ba39c;
}


a#down-btn {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 20px;
    color: #fff;
    font-size: 40px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a#down-btn:hover {
    color: #1BA39C;
}
/*header*/

/*why vontis*/
#why-skybiz{
    background: #f3f3f3;
    padding-bottom: 65px;
}
#why-skybiz img {
    max-width: 100%;
}
section#why-skybiz h1 {
    padding-top: 65px;
    text-align: center;
    font-weight: 300;
    color: #2d6a83;
    font-size: 36px;
    margin-bottom: 35px;
    margin-top: 0;
    /*font-weight: 400;*/
}
#why-skybiz .image {
    min-height: 180px;
    text-align: center;
}
#why-skybiz .col-md-4 {
    color: #444444;
    padding-left: 25px;
    padding-right: 25px;
    /*border: 1px solid;*/
}
#why-skybiz h3 {
    font-size: 20px;
    margin-top: 30px;
    /*text-align: center;*/
}
/*why vontis*/

/*features*/
#features{
    background: url('../images/bg-feature.jpg') no-repeat center bottom #186996;
    padding-top: 35px;
    color: #fff;
    max-height: 850px;
    padding-top: 65px;
}
#features h1{
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 0;
}
#feature-display {
    margin: 0 auto;
    width: 980px;
    position: relative;
    /* height: auto; */
    /* display: flex; */
}
#feature-display ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#main-display {
    margin: 0 45px;
    position: relative;
    width: 680px;
}
#left-display {
    text-align: right;
    margin-top: 15px;
    /*margin-left: 13px;*/
}
#left-display li span {
    clear: both;
    display: block;
    font-size: 16px;
}
#left-display li, #right-display li{
    margin-bottom: 40px;
    cursor: pointer;
}
#left-display .icon {
    float: right;
}
#left-display,#main-display,#right-display{
    float: left;
}
#right-display{
    margin-top: 15px;
}
#feature-display span {
    padding-top: 5px;
    display: block;
    font-weight: 300;
    font-size: 16px;
}
#feature-display li.active span {
    color: #1ba39c;
}
#feature-display .icon{
    background: url('../images/ico-feature.png');
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#ft-im .icon {
    width: 41px;
    height: 30px;
    background-position: 0 -30px;
}
#ft-im.active .icon {
    background-position: 0 0px;
}

#ft-po .icon {
    width: 42px;
    height: 32px;
    background-position: 0px -99px;
}
#ft-po.active .icon {
    background-position: 0px -67px;
}

#ft-so .icon {
    width: 42px;
    height: 37px;
    background-position: 0px -183px;
}
#ft-so.active .icon {
    background-position: 0px -146px;
}
#ft-ie .icon {
    width: 42px;
    height: 37px;
    background-position: 0px -272px;
}
#ft-ie.active .icon {
    background-position: 0px -235px;
}
#ft-mp .icon {
    width: 42px;
    height: 32px;
    background-position: 0px -357px;
}
#ft-mp.active .icon {
    background-position: 0px -325px;
}
#ft-dm .icon {
    width: 37px;
    height: 27px;
    background-position: -70px -27px;
}
#ft-dm.active .icon {
    background-position: -70px 0px;
}
#ft-pm .icon {
    width: 37px;
    height: 35px;
    background-position: -70px -103px;
}
#ft-pm.active .icon {
    background-position: -70px -68px;
}
#ft-gt .icon {
    width: 41px;
    height: 37px;
    background-position: 40px -183px;
}
#ft-gt.active .icon {
    background-position: 40px -146px;
}
#ft-pos .icon {
    width: 38px;
    height: 33px;
    background-position: 39px -272px;
}
#ft-pos.active .icon {
    background-position: 39px -239px;
}
#ft-rr .icon {
    width: 33px;
    height: 37px;
    background-position: 39px -363px;
}
#ft-rr.active .icon {
    background-position: 39px -326px;
}
#main-display #screen {
    /* position: absolute; */
    padding: 27px;
    /* left: 27px; */
    overflow: hidden;
    max-height: 408px;
    /*max-width: 680px;*/
}
#main-display #screen img {
    max-width: 100%;
}
#main-display #frame {
    position: absolute;
    z-index: 2;
    top: 0;
}
#main-display #screen .image.active {
    display: block;
}
#main-display #screen .image {
    /*display: none;*/
}
#feature-display .icon-wrap {
    height: 36px;
}
/*li#ft-pm {
    padding-top: 2px;
}*/
li#ft-mp {
    padding-top: 3px;
}
li#ft-pos , li#ft-rr{
   padding-top: 2px;
}
li#ft-gt{
    padding-top: 1px;
}

/*features*/

/*solution industy*/
#solution-industry {
    padding-top: 65px;
    text-align: center;
    /* color: #2d6a83; */
    font-weight: 300;
    font-size: 20px;
}
#solution-industry h1{
    font-weight: 300;
    color: #2d6a83;
    margin-top: 0;
}
#solution-list {
    clear: both;
    margin-top: 65px;
    margin-right: 0;
    margin-left: 0;
}
#solution-list .item{
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 100%;
}
#solution-list .item .icon {
    height: 52px;
}
#solution-list .item .bg img{
    max-width: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100%;
}
#solution-list .item .ico img{
    max-width: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#solution-list .item .content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: -100px;
}
#solution-list .item:hover .bg img, #solution-list .item:hover .icon img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#solution-list .item .content .name {
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
}
#solution-list .more span {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 20px;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 16px;
    letter-spacing: 1px;
}
#solution-list .more span:hover {
    background: #fff;
    color: #1ba39c;
}
/*solution industy*/

/*product inventory*/
div#browser-nav img {
    max-width: 100% !important;
}
div#browser-nav {
    text-align: center;
}
#inventory {
    height: 489px;
    color: #fff;
    padding-top: 80px;
    text-align: center;
    position: relative;
}
#inventory .container {
    max-width: 740px;
}
#inventory h1 {
    font-weight: 600;
    font-size: 22px;
    position: relative;
    margin-bottom: 30px;
    letter-spacing: 2px;
}
#inventory h1:after {
    content: "";
    border: 1px solid #fff;
    width: 100px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -50px;
}
#inventory p {
    font-size: 18px;
    line-height: 1.5;
}
#inventory #page-nav {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}
#inventory #page-nav a {
    position: absolute;
    font-size: 100px;
    color: #fff;
    top: 50%;
    margin-top: -100px;
}
#inventory #page-nav a .icon{
    background: url('../images/arrow.png');
    width: 31px;
    height: 61px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#inventory a#prev-page:hover .icon {
    background-position: 0px 60px;
    height: 60px;
}
#inventory #page-nav a#next-page .icon {
    background-position: 31px 0px;
}
#inventory #page-nav a#next-page:hover .icon {
    background-position: 31px 60px;
    height: 60px;
}
#inventory #page-nav a:hover{
    color: #1ba39c;
}
#inventory a#prev-page {
    left: 0;
}
#inventory a#next-page {
    right: 0;
}
/*product inventory*/

/*inventory list*/
#inventory-list {
    margin-top: -200px;
    padding-bottom: 40px;
    font-weight: 300;
}
#inventory-list .icon {
    padding-top: 5px;
}
#inventory-list .screen{
    margin-bottom: 20px;
}
#inventory-list .screen img {
    margin: 0 auto;
    max-width: 893px;
}
#inventory-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#inventory-list ul li .icon i {
    font-size: 24px;
    color: #555555;
}
#inventory-list ul li {
    margin-bottom: 10px;
}
#inventory-list .col-md-6 ul li {
    min-height: 105px;
    padding: 0 25px;
}
#inventory-list ul li h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
}
/*inventory list*/

/*discover more*/
#discover-more{
    background: #f3f3f3;
    padding: 65px 0;
}
#discover-more h1 {
    text-align: center;
    font-weight: 300;
    color: #1ba39c;
    margin-bottom: 40px;
    margin-top: 0;
}
#more-feature {
    height: 250px;
}
#more-feature .icon-wrap {
    height: 70px;
}
#more-feature .name {
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
}
#more-feature li:hover{
    color: #1ba39c;
}
#more-feature .icon{
    background: url('../images/ico-feature-big.png');
    margin: 0 auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#mf-dm .icon {
    width: 69px;
    height: 48px;
    background-position: 70px -51px;
}
#mf-dm:hover .icon {
    background-position: 70px -2px;
}

#mf-im .icon {
    width: 75px;
    height: 56px;
    background-position: 0 -56px;
}
#mf-im:hover .icon {
    background-position: 0 -0px;
}

#mf-go .icon {
    width: 70px;
    height: 67px;
    background-position: 70px -339px;
}
#mf-go:hover .icon {
    background-position: 70px -272px;
}

#mf-pos .icon {
    width: 68px;
    height: 61px;
    background-position: 70px 235px;
}
#mf-pos:hover .icon {
    background-position: 70px 296px;
}
#mf-po .icon {
    width: 76px;
    height: 59px;
    background-position: 0 -183px;
}
#mf-po:hover .icon {
    background-position: 0 -124px;
}

#mf-so .icon {
    width: 75px;
    height: 67px;
    background-position: 0px 400px;
}
#mf-so:hover .icon {
    background-position: 0px 468px;
}

#mf-ie .icon {
    width: 78px;
    height: 67px;
    background-position: 0 235px;
}
#mf-ie:hover .icon {
    background-position: 0 303px;
}

#mf-mp .icon {
    width: 78px;
    height: 56px;
    background-position: 0 77px;
}
#mf-mp:hover .icon {
    background-position: 0 134px;
}

#mf-pm .icon {
    width: 69px;
    height: 66px;
    background-position: 70px 548px;
}
#mf-pm:hover .icon {
    background-position: 70px 615px;
}

#mf-rr .icon {
    width: 60px;
    height: 68px;
    background-position: 70px 67px;
}
#mf-rr:hover .icon {
    background-position: 70px 135px;
}
/*discover more*/

/*request page*/
#header-request {
    height: 400px;
    color: #fff;
    text-align: center;
}
#request-content{
    padding: 45px 0;
    color: #555555;
    font-weight: 300;
}
#request-content h2{
    font-weight: 300;
    color: #1ba39c;
    margin-top: 70px;
}
form#form-request {
    border-top: 1px solid;
    margin-top: 30px;
    padding-top: 30px;
}
form#form-request .col-md-6{
    padding-left: 0;
    padding-right: 0;
}
form#form-request .col-md-6:first-child{
    padding-right: 15px;
}
#form-request input {
    display: block;
    width: 100%;
    margin: 15px 0;
    border: 1px solid #cccccc;
    padding: 5px 10px;
    font-size: 14px;
}

#form-request textarea {
    width: 100%;
    resize: none;
    height: 79px;
    border: 1px solid #ccc;
    padding: 5px 10px;
font-size: 14px;
}
#form-request button {
    border: none !important;
    border-radius: 5px;
    background: #1ba39c;
    width: 150px !important;
    color: #fff;
    /*float: right;*/
    /*padding: 10px 0;*/
    /*-webkit-transition: all 0.2s ease;*/
    /*transition: all 0.2s ease;*/
}

#form-request button:hover {
    background: #1f8882;
}
/*request page*/

/*contact page*/
#header-contact {
    height: 400px;
    color: #fff;
    text-align: center;
}
#contact-content{
    color: #555555;
    font-weight: 300;
    padding: 20px 0 45px 0;
}
#contact-content h2{
    font-weight: 300;
    color: #1ba39c;
    margin-top: 30px;
}
/*contact page*/

/*solution page*/
#header-solution {
    height: 486px;
}
#wholesale-distribution {
    background: rgba(224, 223, 222, 0.87);
    padding: 22px 30px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}
#wholesale-distribution.white{
    background: transparent;
    color: #fff;
}
#wholesale-distribution.white h1{
    color: #fff;
}
#wholesale-distribution.white .line{
    background: #fff;
}
#wholesale-distribution h1{
    margin-top: 0;
    color: #444444;
    font-weight: 300;
}
#wholesale-distribution .line {
    width: 75px;
    height: 1px;
    background: #444444;
    margin: 20px 0;
}
#vontis-for-wholesalers{
    position: relative;
    min-height: 299px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
}
#vontis-for-wholesalers #courir {
    position: absolute;
    right: 0;
    padding-right: 0;
    padding-left: 0;
}
#vontis-for-wholesalers h2 {
    color: #1ba39c;
    font-weight: 300;
    margin-top: 65px;
    margin-bottom: 15px;
}
section#solution-feature {
    background: #f3f3f3;
    padding: 65px 0;
    font-weight: 300;
    line-height: 1.5;
}
section#solution-feature h3{
    margin-top: 0;
    font-size: 20px;
}
#solution-feature .text {
    min-height: 150px;
    margin-bottom: 15px;
    padding-right: 40px;
    padding-left: 0;
}
section#important-product {
    padding: 65px 0;
    font-weight: 300;
}
section#important-product h1{
    text-align: center;
    font-weight: 300;
    color: #1ba39c;
    margin-top: 0;
    margin-bottom: 30px;
}
#important-product ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
section#important-product .media-body {
    font-size: 18px;
    color: #555555;
}
#important-product i {
    font-size: 18px;
    color: #555555;
    width: 25px;
}
#important-product .media-left {
    text-align: center;
    padding-top: 4px;
}
section#solution-more {
    background: #1ba39c;
    color: #fff;
    padding: 65px 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}
section#solution-more .col-md-6 {
    padding: 15px 50px;
}
section#solution-more .container {
    max-width: 840px;
}
#solution-more .text-right {
    border-right: 1px solid;
}
#solution-more .more{
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 20px;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 16px;
    letter-spacing: 1px;
}
#solution-more .more:hover{
    background: #fff;
    color: #1ba39c;
}
/*solution page*/

/*about page*/
#about-vontis {
    position: relative;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
}
.section-platform {
    min-height: 460px;
}
.section-partner{
    background: #f3f3f3;
    min-height: 300px;
}
#about-vontis #single-platform {
    position: absolute;
    left: 0;
    padding-right: 0;
    padding-left: 0;
}
#single-platform img {
    height: 100%;
}
#about-vontis #partner {
    position: absolute;
    right: 0;
    padding-right: 0;
    padding-left: 0;
  /*  min-height: 360px; */
}
.about-desc-right{
    float: right;
    padding-left: 60px;
    padding-bottom: 60px;
}
.about-desc-left{
    padding-bottom: 45px;
}
#about-vontis h2,
.team-name h2 {
    color: #1ba39c;
    font-weight: 300;
    margin-top: 65px;
    margin-bottom: 15px;
}
.about-icon {
    font-size: 24px;
    color: #1ba39c;
    text-align: center;
}
section#about-vontis .about p,
section#about-vontis .media-body {
    font-size: 18px;
    color: #555555;
}
.about-desc-right .media-left i {
    font-size: 24px;
    color: #1ba39c;
    width: 25px;
    text-align: center;
    padding-top: 2px;
}
.section-team h1 {
    padding-top: 65px;
    text-align: center;
    color: #1ba39c;
    font-weight: 300;
    margin-top: 0;
}
.dropdown-arrow {
    font-size: 24px;
    color: #1ba39c;
    float: right;
    margin-right: 30px;
    margin-top: -40px;
    border: 1pt solid #1ba39c;
    border-radius: 5px;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.dropdown-arrow:hover,
.dropdown-arrow:active {
    color: #fff;
    background: #1ba39c;
    border: 1pt solid #1ba39c;
    border-radius: 5px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.section-team h3 {
    margin-top: -5px;
    font-size: 18px;
    font-weight: 300;
}
.section-team p {
    font-weight: 300;
    font-size: 16px;
}
#management-team {
    margin-top: -20px;
    padding: 0 15px 50px 0;
}
.name-line {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1pt solid #1ba39c;
}
/*about page*/

/*pos page*/
#page-pos{
    font-weight: 300;
}
#page-pos section#sell-instore, #page-pos #real-time-track {
    padding: 80px 0;
    background: #fafafa;

    line-height: 1.5;
    font-size: 1.125em;
}
#page-pos section#sell-instore h1, #page-pos #real-time-track h1{
    letter-spacing: 3px;
    /*font-size: 2.250em;*/
    margin-bottom: 20px;
}
#page-pos section#sell-instore ul, #page-pos #real-time-track ul{
    list-style: none;
    padding-left: 10px;
}
#page-pos section#sell-instore ul > li , #page-pos #real-time-track ul > li{
    text-indent: -5px;
    margin-bottom: 20px;
}
#page-pos section#sell-instore ul > li:before , #page-pos #real-time-track ul > li:before{
    content: "- ";
    text-indent: -5px;
}

#page-pos #works-offline {
    padding: 30px 0;
    font-size:  1.250em;
}
#page-pos #works-offline .container {
    padding-right: 90px;
    padding-left: 90px;
}
#page-pos #works-offline .col-md-5 {
    padding-top: 80px;
}

#page-pos #works-offline h1, #page-pos #pos-hardware h1 {
    color: #1ba39c;
    font-weight: 300;
}

#page-pos #pos-hardware .row {
    margin: 0;
    font-size: 1.250em;
}
#page-pos #pos-hardware .image{
    background: url('../images/img-hardware.jpg') no-repeat;
    background-size: cover;
    min-height: 400px;
}
#page-pos #pos-hardware .content{
    padding-top: 8%;
    padding-right: 180px;
    padding-left: 100px;
}
/*pos page*/

/*common*/
.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #1ba39c !important;
}
/*common*/

/*footer*/
footer {
    background: #232323;
    padding-top: 40px;
    clear: both;
    font-size: 12px;
    color: #bfbfbf;
    font-weight: 300;
}
footer h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 18px;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul li{
    margin: 5px 0;
}
footer ul li a:link,
footer ul li a:visited {
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
footer ul li a:hover,
footer ul li a:active {
    color: #bbb;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
#copyright {
    color: #fff;
    /* text-align: center; */
    margin-top: 20px;
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 11px;
}
/*footer*/

@media screen and (max-width: 1024px) {
    #feature-display {
        width: 780px;
    }
    #main-display {
        margin: 0 40px;
    }
    #main-display, #main-display #screen {
        width: 500px;
        max-height: 301px;
    }
    #main-display #screen {
        padding: 21px;
    }
    #frame img {
        max-width: 100%;
    }
    #inventory a#prev-page {
        left: 20px;
    }
    #inventory a#next-page {
        right: 20px;
    }
    #single-platform img {
    width: 100%;
    }
    .about-desc-right {
        padding-left: 20px;
        padding-bottom: 40px;
    }
    .about-desc-right h2 {
        margin-top: 40px;
    }
    .about-desc-left {
        margin-top: -20px;
    }
    .about-desc-left p {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 990px) {
    #feature-display {
        width: 100%;
    }
    #main-display, #main-display #screen {
        width: 300px;
        max-height: 301px;
        margin: 10px;
        /*display: block;*/
        overflow: hidden;
        display: none;
    }
    #main-display #screen {
        padding: 0px;
    }
    /*
    h1 {
        font-size: 26px;
    }
    */
	#main-menu {
		display:none;
	}
	.slicknav_menu {
		display:block;
	}
    #header-left {
        margin-top: 70px;
    }
    #header-left h3 {
        font-size: 18px;
    }
    #header-right {
        position: relative;
        margin-top: 20px;
        width: 270px;
        height: 150px;
        padding: 30px;
    }
    #header-right p {
        font-size: 14px;
    }
    /*#main-display{
        display: none;
    }*/
    #left-display {
        margin-right: 40px;
        margin-left: 0;
    }
    #footer-logo {
        margin-bottom: 30px;
    }
    #solution-industry {
        font-size: 16px;
    }
    footer h4 {
        margin-top: 20px;
        margin-bottom: 5px;
    }
    #feature-display {
        width: auto;
        display: table;
        margin: 0 auto;
    }
    #inventory {
        padding-top: 110px;
    }
    #inventory-list {
        margin-top: -140px;
    }
    #inventory #page-nav a {
        top: -50px;
        margin-top: 0;
    }
    #inventory #page-nav {
        max-width: 120px;
    }
    #vontis-for-wholesalers #courir {
        position: relative;
    }
    #solution-more .text-right {
        border-right: none;
        text-align: left;
    }
    #solution-feature .text {
        min-height: auto;
        margin-bottom: 30px;
        padding-left: 15px;
        margin-top: 10px;
    }
    #important-product .media:first-child {
        margin-top: 15px;
    }
    #about-vontis #single-platform,
    #about-vontis #partner {
        position: relative;
    }
    #page-pos #pos-hardware .content {
        padding-top: 8%;
        padding-right: 110px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 160%;
    }
    .slicknav_nav li, .slicknav_nav ul {
        display: block;
        text-align: center;
    }
    #header-left {
        margin-top: 35px;
    }
    .slicknav_menu {
        margin-top: -45px;
    }
    .fa-angle-double-down {
        display: none;
    }
    #main-display {
        display: none;
    }
    .slicknav_nav a {
        display: inline-block;
        text-align: center;
    }
    #logo {
        /*text-align: center;*/
        margin-bottom: 20px;
    }
    #features {
        height: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
    #left-display {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    #left-display .icon, #right-display .icon {
        float: none;
        margin: 0 auto;
    }
    #right-display {
        margin-top: 0;
    }
    #why-skybiz .image {
        min-height: auto;
    }
    #why-skybiz .col-md-4 {
        color: #444444;
        margin-bottom: 30px;
        text-align: center;
    }
    #right-display {
        margin-top: 0;
        width: 100%;
        text-align: center;
    }
    #browser-nav,
    #product-slide{
        display: none;
    }
    #inventory-list {
    margin-top: -40px;
    }
    #inventory-list .screen img {
        max-width: 100%;
    }
    #inventory #page-nav {
        max-width: 100%;
    }
    #inventory #page-nav a {
    font-size: 20px;
    top: 30px;
    }
    #inventory p {
        font-size: 15px;
    }
    form#form-request .col-md-6{
        padding-left: 15px;
        padding-right: 15px;
    }
    #solution-list .item .content {
        margin-top: -50px;
    }
    #footer-logo {
        display: none;
    }
    #solution-list .icon img {
        width: 40px;
    }
    #solution-list .more {
        display: none;
    }
    #solution-list .item {
        height: 250px;
    }
    #why-skybiz img {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }
    .dropdown-arrow {
        margin-right: -10px;
    }
    #page-pos #works-offline .col-md-5 {
        padding-top: 10px;
    }
    #page-pos #works-offline .container, #page-pos #pos-hardware .content {
        padding-top: 0;
        padding-right: 15px;
        padding-left: 15px;
    }
}

ul.blue-bull {
list-style: url(../images/bull.png);
}