body{
    background: #fff;
    color: #58595b;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.wrapper {
    min-height: 100%;
    /* margin: 0 auto -300px; /* the bottom margin is the negative value of the footer's height */
}
.mainfooter, .push {
    height: 300px; /* .push must be the same height as .footer */
    clear: both;
}
.btn-readmore{
    height: 30px;
    background:#f15a29;
    border: 1px solid #d44517;
    color:#fff;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    transition: .2s background ease-in-out;
    border-radius: 0px;
}
.btn-readmore:hover{
    background: #E36238;
    color:#fff;    
}
/* common classes */
sup{
    top: -6px;
    color: #58585a;
    font-size: 8px
}
.textpage-maintitle sup{
    top: -10px;
    color: #4a90e2;
    font-size: 10px
}
.textpage-description-title sup{
    top: -6px;
    color: #4a90e2;font-size: 10px
}
textarea, input, select, button{
    outline: 0
}
label{
    float: left;
    font-weight: 300
}
label span{
    color: #b62929;
}
a{
    color: #00bdf2;
    text-decoration: underline;
}
a:hover{
    color: #00bdf2;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p{
    margin: 0;
    padding: 0;
}
ul{
    margin: 0;
    padding: 0;
}
.clr{
    clear: both;
}
.buttonDefault{
    height: 30px;
    float: left;
    background: #f15a29;
    border: 1px solid #d44517;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    transition: .2s background ease-in-out;
}
.resetBtn{
    float: right;
    background: none;
    border: 0;
    line-height: 28px;
    margin: 0 20px 0 10px;
}
.resetBtn:hover{
    text-decoration: underline;
}
a.news-readmore:hover,
.buttonDefault:hover{
    background: #E36238;
    color: #fff
}
a.news-readmore:active,
.buttonDefault:active{
    background: #E36238;
}
.buttonDefaultBig{
    width: 323px;
    height: 42px;
    line-height: 42px
}
.buttonDefaultSmall{
    width: 114px;
}
.radiobox-holder{
    cursor: pointer;
}

.nav-tabs{
    border: 0px;
    display: block;
    margin-bottom: 30px;
}

.radiobox-holder{
    border-bottom: 3px solid #ffffff;
    padding: 5px 10px 5px 10px;
    padding-left: 0px;
    margin-right: 20px;
}
.radiobox-holder.active{
    border-bottom: 0px;
    border-bottom: 3px solid #00BDF4;
}
.radiobox-holder.active .radiobox-btn{
    background: rgb(0, 189, 242);
    border: 1px solid rgb(0, 189, 242);;
}
.radiobox-holder input {
    display: none;
}
.radiobox-holder .radiobox-btn {
    width: 12px;
    height: 12px;
    float: left;
    background: #fff;
    border: 1px solid #bebebe;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-top: 10px;
}
.radiobox-holder [type=radio]:checked + .radiobox-btn {
    background: #00bdf2;
    border: 1px solid #00bdf2;
}
.radiobox-holder .radiobox-text{
    float: left;
    margin: 0 0 0 10px;
    color: #58595b;
    font-size: 20px;
    font-weight: 500;
}
.inputDefault{
    width: 300px;
    height: 36px;
    float: left;
    margin: 0;
    padding: 0 5px;
    background: #fff;
    border: 1px solid #ccc;
    line-height: 36px;
}
.textareaDefault{
    width: 300px;
    height: 150px;
    float: left;
    margin: 0 0 19px 0;
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
    line-height: 16px;
    resize: none;
    word-wrap: break-word;
}
.inputDefault.error{
    border: 1px solid red!important;
}
.selectDefault{
    width: 300px;
    height: 36px;
    float: left;
    padding: 0 40px 0 5px;
    margin: 0 0 19px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/selectArrow.png) no-repeat 270px center;
    border: 1px solid #ccc;
    color: #757575;
}
.selectDefault::-ms-expand {
    display: none;
}
.form-group{
    float: left;
    margin: 0
}
.form-group label{
    float: left;
}
.nopadding-left{
    padding-left: 0!important;
}
.nopadding-right{
    padding-right: 0!important;
}
/* /common classes  */
.container{
    max-width: 1170px;
    width: auto;
    padding: 0;
    /*outline: 1px solid red*/
}
.row{
    width: 100%;
    float: left;
    margin: 0;
    /*outline: 1px solid green*/
}
/* mainheader */
.mainheader{
    height: 590px;
    background-color: #00bdf2;
    background-image: url(../images/homepage-bcg-en.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.lang-fr .mainheader {
    background-image: url(../images/homepage-bcg-fr.png);
}
.lang-it .mainheader {
    background-image: url(../images/homepage-bcg-it.png);
}
.lang-es .mainheader {
    background-image: url(../images/homepage-bcg-es.png);
}
.lang-de .mainheader {
    background-image: url(../images/homepage-bcg-de.png);
}

.mainheader-textpage{
    height: auto;
    background: #00bdf2
}
.mainheader-top{
    height: 170px;
    position: relative;
    background: #58595b url(../images/headerLine.jpg) no-repeat bottom right;
}
.mainheader-logo{
    width: 368px;
    height: 89px;
    float: left;
    margin: 38px 0 0 0;
}
.mainheader-logo img{
    width: 368px;
    height: 89px;
}
.mainheader-languages{
    width: 170px;
    height: 23px;
    float: right;
    position: relative;
    margin: 0;
}
.mainheader-languages .deafult-language{
    width: 100%;
    height: 23px;
    float: left;
    padding: 0 17px 0 5px;
    background: #fff url(../images/languageSelectArrow.png) no-repeat 156px center;
    border: 0;
    color: #00bdf2;
    line-height: 23px;
    cursor: pointer;
}
.mainheader-languages .selected{
    margin: 0;
    float: left;
    text-align: left;
    cursor: pointer;
}
.mainheader-languages-list li a:hover label,
.mainheader-languages .deafult-language:hover{
    color: #f15a29
}
.mainheader-languages-list{
    width: 100%;
    position: absolute;
    top: 21px;
    left: 0;
    display: none;
    padding: 0;
    background: #fff;
    border-radius: 0;
}
.mainheader-languages-list li{
    width: 159px;
    float: left;
    margin: 0 5px;
    display: block;
    line-height: normal;
    cursor: pointer;
}
.mainheader-languages-list li a{
    width: 148px;
    float: left;
    padding: 0;
    color: #00bdf2;
    text-decoration: none;
    line-height: 23px;
}
.mainheader-languages-list li a:hover{
    background: none;
    color: #00bdf2;
}
.mainheader-languages-list li a label{
    margin: 0;
    line-height: 23px;
    cursor: pointer;
}
.mainheader-languages-list li a span,
.mainheader-languages .deafult-language span{
    width: 21px;
    height: 19px;
    float: right;
    border-right: 1px solid #b8b9bd;
    margin: 2px 2px 0 0;
    padding: 0 2px 0 0;
}
.mainheader-languages-list li a span.en,
.mainheader-languages .deafult-language span.en{
    background: #fff url(../images/flags/flag-EN.png) no-repeat center left;
}
.mainheader-languages-list li a span.de,
.mainheader-languages .deafult-language span.de{
    background: #fff url(../images/flags/flag-GR.png) no-repeat center left;
}
.mainheader-languages-list li a span.fr,
.mainheader-languages .deafult-language span.fr{
    background: #fff url(../images/flags/flag-FR.png) no-repeat center left;
}
.mainheader-languages-list li a span.es,
.mainheader-languages .deafult-language span.es{
    background: #fff url(../images/flags/flag-ES.png) no-repeat center left;
}
.mainheader-languages-list li a span.it,
.mainheader-languages .deafult-language span.it{
    background: #fff url(../images/flags/flag-IT.png) no-repeat center left;
}
.mainheader-languages-list li a span.sr,
.mainheader-languages .deafult-language span.sr{
    background: #fff url(../images/flags/flag-SR.png) no-repeat center left;
}
.mainheader-languages-list li a span.po,
.mainheader-languages .deafult-language span.po{
    background: #fff url(../images/flags/flag-PO.png) no-repeat center left;
}
.mainheader-navigation{
    float: right;
    clear: both;
    margin: 50px 0 0 0;
    line-height: normal;
}
.mainheader-navigation ul li{
    display: inline;
    position: relative;
    margin: 0 0 0 20px;
}
.mainheader-navigation ul li.navigation-hide{
    display: none;
}
.mainheader-navigation ul li span,
.mainheader-navigation ul li a{
    color: #fff;
    text-decoration: none;
}
.mainheader-navigation ul li span{
    cursor: pointer;
    padding: 2px 15px 2px 6px;
    margin: 0 -12px 0 0;
}
.mainheader-navigation ul li a:hover{
    text-decoration: underline;
}
.active,
.mainheader-navigation ul li span:hover{
    /*background: #fff url(../images/icons/dropdownArrow.png) no-repeat 105% center;*/
    color: #00bdf2!important;
}
.mainheader-submenu{
    width: 211px;
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 100;
    display: none;
    padding: 16px 0 0 6px;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.mainheader-navigation ul li:hover .mainheader-submenu{
    display: block;
}
ul.mainheader-submenu li{
    float: left;
    clear: both;
    margin: 5px 0;
    line-height: 14px;
}
ul.mainheader-submenu li a{
    color: #00bdf2;
    font-size: 14px;
    line-height: normal;
}
.mainheader-middle{
    color: #fff;
    text-align: left;
}
.mainheader-title{
    margin: 160px 0 18px 0;
    font-size: 46px;
    font-weight: 600;
    line-height: 40px;
    color: #003764;
    line-height: normal;
    font-weight: 700;
}
.mainheader-subtitle{
    color: #58595b;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}
.mainheader-dataform{
    position: relative;
    max-width: 820px;
    margin: 0px auto;
    display: block;
    float: none;
}
.mainheader-dataproducts{
    margin-top: -28px;
    background: #ffffff;
    border-radius: 6px;
    float: left;
    padding-right: 0;
    box-shadow: 2px 2px 6px rgba(0,0,0, 0.5);
    padding-bottom: 30px;
}
.mainheader-dataproducts form {
    margin-bottom: 60px;
    padding: 25px 25px 60px;
}
.mainheader-dataproducts .dataproducts-title{
    float: left;
    margin: 0 0 25px 0;
    color: #58595b;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}
.mainheader-dataproducts .form-group .radiobox-holder{
    margin: 0 0 10px 0;
}
.chosen-container-single .chosen-drop {
    margin-top: 1px!important;
}
/* contact plugin */
#countryBecomeReseller_chosen,
#countryBuy_chosen,
#countryContactUs_chosen{
    width: 300px!important;
    height: 36px;
    background: #fff;
    border: 1px solid #ccc;
}
#countryBecomeReseller_chosen a,
#countryBuy_chosen a,
#countryContactUs_chosen a{
    margin: 6px 0 0 0;
    background: #fff;
    border: 0;
    box-shadow: none;
    color: #757575;
    font-size: 14px;
    font-family: "Open Sans";
}
#countryBecomeReseller_chosen .chosen-single div b,
#countryBuy_chosen .chosen-single div b,
#countryContactUs_chosen .chosen-single div b{
    background: url(../images/selectArrow.png) no-repeat 6px 8px!important;
}
#countryBecomeReseller_chosen.chosen-with-drop .chosen-single div b,
#countryBuy_chosen.chosen-with-drop .chosen-single div b,
#countryContactUs_chosen.chosen-with-drop .chosen-single div b{
    background: url(../images/selectArrowUp.png) no-repeat 6px 8px!important;
}
/* contact plugin */

/* home plugin */
#oem_part_number_chosen,
#oem_manufacturers_chosen,
#model_printer_chosen,
#model_manufacturers_chosen,
.mainheader-dataproducts .form-group  .selectDefault{
    width: 328px;
    margin: 0 0 28px 0;
    padding: 0 15px 0 0;
    background: #fff url(../images/searchDataproductArrow.png) no-repeat 316px center;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #d4d4d4;
}
#oem_part_number_chosen,
#oem_manufacturers_chosen,
#model_printer_chosen,
#model_manufacturers_chosen{
    height: 36px;
    margin: 0!important;
}
#oem_part_number_chosen a,
#oem_manufacturers_chosen a,
#model_printer_chosen a,
#model_manufacturers_chosen a{
    width: 302px;
    margin-top: 7px;
    padding: 0;
    background: #fff;
    border: 0;
    color: #58595b;
    font-size: 14px;
    font-family: 'Open Sans';
    box-shadow: none;
}
#model_manufacturers_chosen a:active,
#model_manufacturers_chosen a:focus{
    border: 0;
    box-shadow: none;
}
/* /home plugin */
.data-loader{
    position: absolute;
    top: 8px;
    right: 0;
    display: none;
}
.chosen-container-single .chosen-single div b {
    background: url(../images/searchDataproductArrowUp.png) no-repeat 25px center!important;
}
.chosen-container-active.chosen-with-drop .chosen-single div b{
    background: url(../images/searchDataproductArrow.png) no-repeat 25px center!important;
}
.chosen-container-single .chosen-single div{
    width: 36px!important;
}
.mainheader-dataproducts .form-group .buttonDefault{
    float: right;
    margin: 20px 0 0 0
}
.mainheader-dataimage{
    float: right;
}
.mainheader-dataimage img{
    width: 776px;
    height: 518px;
    float: right;
    margin: 96px -265px 0 0;
}
.mainheader-background{
    width: 100%;
    height: 478px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    clear: both;
    margin: 0;
    background: #00bdf2;
    /*text-align: center;*/
    
}
.mainheader-background img{
    max-width: 100%;
    height: 425px;
    float: right;
    vertical-align: middle;

}
/* /mainheader */
/* mainfooter */
.mainfooter{
    padding: 0 0 25px 0;
    /*background: url(../images/footerBg.png) no-repeat left top;*/
    background-size: auto 308px;
    border-top: 1px solid #00bdf2;
    position: relative;
}
.footerbg{
    width: 39.5%;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;
    background: #00bdf2;
}
.footertriangle{
    width: 300px;
    height: 300px;
    position: absolute;
    left: 39.5%;
    top: 0;
    background: red;
    background: url(../images/k.png) no-repeat left top;
}
.mainfooter-column-title{
    position: relative;
    margin: 27px 0 0 0;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
}
.mainfooter-column-title.useful-links{
    margin: 27px 0 0 120px
}
.product-company-news{
    color: #fff
}
.mainfooter-column-title > span{
    padding: 0 1px;
    float: left;
    -webkit-width: calc(100% - 40px);
    -moz-width: calc(100% - 40px);
    width: calc(100% - 40px);
}
#product-company-news,
#useful-links{
    width: 23px;
    height: 21px;
    float: left;
    margin: 0 12px 0 0;
}
#product-company-news{
    background: url(../images/icons/productCompanyNews.png) no-repeat center left
}
#useful-links{
    background: url(../images/icons/usefulLinks.png) no-repeat center left;
}
.mainfooter-column-list{
    width: 350px;
    float: left;
    margin: 23px 0 0 0;
}
.mainfooter-column-list li{
    width: 86%;
    margin: 0 0 0 25px;
    float: left;
    clear: both;
    list-style: disc;
    color: #fff;
    line-height: 24px;
}
.mainfooter-column-list li a{
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    line-height: 24px;
}
.mainfooter-column-list li a:hover{
    text-decoration: underline;
}
.mainfooter-copyrights{
    margin: 0 0 0 0
}
.mainfooter-copyrights .mainfooter-column-list{
    width: 360px;
    float: right;
    margin: 40px 0 0 0;
}
.mainfooter-copyrights .mainfooter-column-list li{
    width: 100%;
    margin: 0 0 5px 0;
    color: #58585a;
    text-align: right;
    list-style: none;
    font-size: 12px;
}
/* /mainfooter */
/* pagination */
.pagination-holder{
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    text-align: center;
}
.pagination-holder ul li{
    display: inline;
}
.pagination-holder ul li a{
    width: 88px;
    float: left;
    margin: 0 3px;
    background: #d8d8d8;
    color: #58585a;
    text-decoration: none;
    line-height: 36px;
    text-align: center;
    transition: .2s color ease-in-out;
    font-size: 14px
}
#first_page_link,
#previous_page_link,
.pagination-holder ul li a#pagination-first,
.pagination-holder ul li a#pagination-previus{
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
}
#last_page_link,
#next_page_link,
.pagination-holder ul li a#pagination-next,
.pagination-holder ul li a#pagination-last{
    -webkit--border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
}
.pagination-holder ul li a#pagination-first,
.pagination-holder ul li a#pagination-last{
    display: none;
}
.pagination-holder ul li a:hover{
    color: #E6E6E6
}
.pagination-holder ul li a:active{
    color: #C3BEBE
}
/* /pagination */
/* home */
#search-part-box,
#search-printer-box{
    margin-top: 0;
}
.mainheader-dataproducts .row {
    margin-left: -15px;
    margin-right: -15px;
}
.searchres-holder{
    margin: 50px 0 25px 0;
    display: none;
}
.searchres-holder.open{
    display: block;
}
#search-printer-box-result{
    /*display: none;*/
}
.box-result{
    margin-top: 100px;
}
.searchres-title{
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 700;
}
.searchres-table{
    border-bottom: 1px solid lightgrey;
}
.searchres-table table{
    width: 100%;
    font-size: 16px;
}
.searchres-table tr{
    line-height: 50px;
}
.searchres-table thead{
    border-bottom: 3px double lightgrey;
}
.searchres-table th{
    font-weight: 400;
}
.searchres-table th.part-numb{
    width: 170px;
}
.searchres-table th.replace-oem{
    width: 200px
}
.searchres-table th.description{
    width: 530px;
}
.searchres-table th.page-yield{
    width: 270px;
}
.searchres-text{
    float: left;
    margin: 20px 0 0 0;
    color: #9f9f9f;
    font-size: 12px;
}

/*-------------------------------------*/
.option-box{
    text-align: center;
}
.option-image{
    width: 77px;
    height: 64px;
    margin: 0 auto 20px auto;
}
.option-image img{
     width: 77px;
    height: 64px;
    margin: 0 auto;
    vertical-align: middle;
}
.option-title{
    margin:0;
    color: #f15a29;
    font-size: 24px;
    text-decoration: none;
}
.option-title:hover{
    color: #f15a29;
    text-decoration: underline;
}
.option-text{
    width: 370px;
    margin: 0 auto;
}
/*-------------------------------------*/
.choose-holder{
    padding: 80px 0 0 0;
    background: #f6f6f6;
}
.choose-holder .container{
    position: relative;
}
.choose-right-title{
    margin: 0 0 39px 0;
    color: #f15a29;
    font-size: 21px;
    font-weight: 300;
    line-height: 21px;
    text-align: right;
}
.choose-right-title strong{
    font-weight: 400
}
.choose-right-text{
    text-align: right;
    font-size: 15px;
    line-height: 24px;
}
.choose-left{
    margin: 87px 0 0 0;
}
.choose-box{
    position: relative;
    width: 370px;
    float: left;
    clear: both;
    margin: 0 0 42px 0
}
.choose-img{
    width: 70px;
    height: 64px;
    float: left;
}
.choose-img img{
    width: 70px;
    height: 64px;
    float: left;
    vertical-align: middle;
}
.choose-data{
    width: 260px;
    float: left;
    margin: 0 0 0 30px;
}
.choose-title{
    margin: 18px 0;
    font-size: 18px;
    font-weight: 600;
}
.choose-text{
    min-height: 75px;
    font-size: 12px;
    line-height: 18px;
}
.choose-right{
    width: 605px;
    float: right;
}
.choose-right-img{
    width: 666px;
    float: right;
    margin: 50px 56px 0 0;
}
.choose-warning{
    width: 100%;
    float: left;
    margin: 50px 0 0 0;
    color: #00bdf2;
    font-size: 1em;
    line-height: 24px;
    text-align: left;
}
/*-------------------------------------*/
.about-holder{
    position: relative;
    color: #fff;
}
.aboutbg{
    width: 43%;
    height: 426px;
    position: absolute;
    left: 0;
    top: 0;
    background: #58595b;
}
.abouttriangle{
    width: 415px;
    height: 427px;
    position: absolute;
    left: 43%;
    top: 0;
    background: red;
    background: url(../images/aboutBg2.png) no-repeat left top;
}
.about-title{
    margin: 60px 0 0 0;
    font-size: 24px;
    font-weight: 300
}
.about-subtitle{
    margin: 10px 0 27px 0;
    width: 370px;
    font-size: 18px;
    line-height: 24px;
}
.about-text{
    margin: 0 0 43px 0;
    line-height: 24px;
}
.about-img{
    width: 454px;
    float: left;
    margin: -20px 0 0 345px
}
.about-img-mobile{
    display: none
}
/*-------------------------------------*/
.newssign-holder{
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 52px 0 0px 0;
    background: url(../images/homeDateImage.png) no-repeat left bottom;
    border-top: 1px solid #c6c6c6;
}
.newssign-title{
    color: #f15a29;
    font-size: 48px;
    font-weight: 300;
    line-height: 48px;
}
.newssign-text{
    margin: 10px 0 60px 0;
    font-size: 16px;
    line-height: 24px;
}
.newssign-box{
    width: 787px
}
.newssign-holder .form-group .inputDefault{
    width: 369px;
}
.newssign-holder .form-group-submit{
    margin: 30px 0 67px 35px;
}
.newssign-holder .form-group .buttonDefault{
    width: 230px;
    height: 36px;
    
    background: #00bdf2;
    border: 1px solid #00a2cf;
    line-height: 36px;
}
.newssign-holder .form-group-phone{
    margin-top: 15px
}
.newssign-holder .form-group .buttonDefault:hover{
    background: #2BCDFB
}
.newssign-box #stay-up-to-date-loader{
    top: 17px;
}
/*-------------------------------------*/
.users-holder{
    padding: 0 0 64px 0;
}
.users-title{
    margin: 0;
    color: #58585a;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
}
.users-img {
    width: 231px;
    float: left;
    margin: 22px 0 25px 240px
}
.users-img img{
    width: 70px;
    height: 64px;
    float: left;
}
.users-data{
    width: 155px;
    float: left;
    margin: 0 0 0 6px
}
.users-job,
.users-name,
.users-text{
    font-size: 13px;
    font-style: italic;
    line-height: 21px;
}
.users-text{
    width: 95%
}
.users-name{
    margin: 22px 0 0 0;
    font-weight: 600;
}

.users-testemonial {
    margin-top: 5px !important;
}
.users-job{
    color: #00bdf2;
    font-weight: 600;
}
/* /home */
/* textpage */
.textpage-holder{
    width: 100%;
    float: left;
    position: relative;
    /*margin-top: -500px;*/
    padding: 0 0 55px 0;
}
.textpage-holder .container{
    max-width: 1170px
}
.textpage-content{
    padding: 22px 90px 0 35px;
    /*outline: 1px solid red;*/
}
.textpage-wrapper{
    min-height: 500px;
    position: relative;
    margin-top: 18px;
    background: #fff
}
.textpage-maintitle{
    width: 100%;
    float: left;
    margin: 18px 0;
    color: #f15a29;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
}
.textpage-text{
    float: left;
    clear: both;
    margin: 18px 0;
    font-size: 16px;
    line-height: 28px;
}
.textpage-box{
    float: left;
    clear: both;
    margin: 10px 0;
}
.textpage-image{
    width: 62px;
    height: 62px;
    float: left;
    margin: 10px 28px 0 0
}
.textpage-image img{
    width: 62px;
    height: 62px;
    float: left;
    vertical-align: middle;
}
.textpage-data{
    width: 640px;
    float: left;
}
.textpage-description{
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
    font-size: 16px;
    line-height: 28px;
}
.textpage-bigimg{
    width: 100%;
    float: left;
    margin: 20px 0 0 0
}
.textpage-bigimg img{
    width: 100%;
    vertical-align: middle;
}
.textpage-description-title{
    color: #4a90e2;
    font-size: 18px;
}
.textpage-description .textpage-list{
    margin: 0 0 10px 20px;
}
.textpage-description .textpage-list li{
    margin: 0 0 5px 0;
}
.textpage-sidebar{
    padding: 140px 15px 100px 0;
}
.sidebar-image{
    float: left;
    margin: 0 0 55px 0;
}
.sidebar-image img{
    width: 100%;
    float: left;
    vertical-align: middle;
}
.newsdetails-download.sidebar-download{
    width: 278px;
    height: auto;
    margin: 20px 0 34px 0;
    padding: 0 0 20px 0
}
.newsdetails-download.sidebar-download.first{
    margin: 20px 0 0 0;
}
.sidebar-download-img{
    width: 50px;
    height: 60px;
    float: left;
    margin: 20px 6px 0 18px;
}
.sidebar-download-data{
    width: 200px;
    float: left;
    text-align: left;
}
.sidebar-download .newsdetails-download-name {
    margin: 15px 0 5px 0;
    font-size: 13px;
    font-weight: 700;
}
.sidebar-download a{
    font-size: 12px;
}
.sidebar-form{
    width: 100%;
    float: left;
    margin: 0 0 50px 0;
}
.textpage-sidebar .form-group .inputDefault {
    width: 277px;
}
.sidebar-form .form-group-submit .data-loader-big {
    top: 50%;
    margin: -5px 0 0 -12px
}
.sidebar-testimonials{
    clear: both;
    display: none;
}
.sidebar-title{
    color: #58585a;
    font-size: 24px;
    font-weight: 300;
}
.sidebar-text{
    margin: 20px 0 23px 0;
    font-size: 16px;
    line-height: 24px;
}
.testimonial-counter{
    float: left;
    margin: 0 0 6px 25px;
    font-size: 11px;
}
.testimonial-slider{
    float: left;
    margin: 15px 0 0 0;
    position: relative;
}
.testimonial-slider .next,
.testimonial-slider .prev{
    width: 16px;
    height: 16px;
    position: absolute;
    top: -37px;
}
.testimonial-slider .prev{
    left: 0;
    background: url(../images/icons/testimonialsPrev.png) no-repeat center;
}
.testimonial-slider .next{
    left: 65px;
    background: url(../images/icons/testimonialsNext.png) no-repeat center;
}
.testimonial-name,
.testimonial-text{
    font-size: 13px;
    line-height: 21px;
}
.testimonial-text{
    min-height: 230px;
}
.testimonial-name{
    margin: 30px 0 10px 0;
}
.testimonial-job{
    color: #4a90e2;
    font-size: 13px;
}
.textpage-table{
    margin: 25px 0 0 0
}
.textpage-table-box{
    width: 100%;
    float: left;
    margin: 0 0 17px 0;
}
.textpage-table-title{
    background: #00bdf2;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    text-indent: 10px;
}
.textpage-table-name{
    width: 100%;
    float: left;
    border-top: 1px dashed #d2d2d2;
    font-size: 16px;
    line-height: 26px;
}

.textpage-table-name span.slash{
    float: right;
    margin: 0 10px;
}
.textpage-table-link{
    width: 70%;
    float: left;
    margin: 0 0 0 10px;
}
.textpage-table-name.first{
    border: 0;
}
.textpage-table-name a{
    float: right;
}
.textpage-list{
    float: left;
    width: 700px;
    margin: 20px 0 10px 20px;
}
.textpage-list ul li{
    float: left;
    clear: both;
    list-style: disc;
    font-size: 16px;
    line-height: 28px;
}
.textpage-specification{
    float: left;
    clear: both;
}
.textpage-specification-box{
    float: left;
    clear: both;
    margin: 35px 0 0 0;
}
.specification-title{
    width: 150px;
    float: left;
    margin: 0 28px 0 0;
    font-size: 16px;
    line-height: 28px;
}
.specification-text{
    width: 570px;
    float: left;
    font-size: 16px;
    line-height: 28px;
}
#reseller-form{
    float: left;
    margin: 35px 0;
}
#contact-form .form-group,
#buy-form .form-group,
#reseller-form .form-group{
    margin: 0 0 19px 0;
}
#buy-form .form-group-submit .data-loader-big ,
#reseller-form .form-group-submit .data-loader-big {
    top: 50%;
    margin: -5px 0 0 -12px
}
#contact-form .form-group-submit #contact-us-button{
}
#contact-form .form-group-submit .data-loader-big {
    top: 50%;
    margin: -5px 0 0 -12px;
}
/* /textpage */
/* news */
.news-box{
    width: 100%;
    float: left;
    margin: 42px 0 58px 0;
}
.news-date{
    width: 85px;
    float: left;
    margin: 2px 0 0 5px;
}
.news-data{
    width: 640px;
    float: left;
}
.news-title{
    color: #58585a;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none
}
.news-title:hover{
    color: #58585a;
    text-decoration: underline
}
.news-category{
    float: left;
    margin: 10px 0;
}
.news-category.companynews{
    color: #98CB4F;
}
.news-category.productnews{
    color: #00BDF2;
}
.news-text{
    font-size: 16px;
    line-height: 28px;
}

.news-text a{
    word-break: break-word;
}
.news-readmore{
    min-width: 100px;
    float: left;
    margin: 15px 0 0 0;
    padding: 0 10px;
    background: #f15a29;
    border: 1px solid #d44517;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 22px;
    transition: .2s color ease-in-out;
}
.news-readmore:hover{
    color: #fff;
}
.pagination-holder.news{
    margin: 0 0 40px 90px;
}
.extended-newsdetails .newsdetails-image{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    text-align: center;
}
.extended-newsdetails .newsdetails-image img{
    width: auto;
    max-width: 100%;
    float: none;
}
.extended-newsdetails p strong a{
    color: #58585a
}
.extended-newsdetails ul{
    padding-left: 15px
}
.extended-newsdetails ul li{
    margin-bottom: 10px;
    font-size: 16px
}
/* /news */
/* news details */
.newsdetails-holder .news-data{
    width: 100%;
    float: right;
}
.newsdetails-holder .newsdetails-title{
    margin: 0 0 20px 0;
}
.newsdetails-title{
    width: 75%;
    float: left;
    color: #4a90e2;
    font-size: 24px;
    font-weight: 300;
}
.newsdetails-back{
    max-width: 175px;
    width: auto;
    float: right;
    padding: 0 0 0 12px;
    background: url(../images/icons/backToNews.png) no-repeat left;
    color: #58585a;
    line-height: 24px;
}
.newsdetails-back:hover{
    color: #58585a;
}
.newsdetails-holder .news-date{
    margin: 5px 0 0 5px;
}
.newsdetails-holder .news-category {
    margin: 5px 0 40px 0;
}
.newsdetails-holder .news-text{
    margin: 0 0 40px 0;
}
.newsdetails-holder .news-text-nomargin{
    margin: 0;
}
.news-table{
    width: 100%;
    float: left;
}
.news-table table{
    /*width: 638px;*/
    width: 100%;
}
.news-table table > thead{
    background: #515151;
    border: 1px solid #515151;
    color: #fff;
    text-transform: uppercase;
}
.news-table table > thead > tr > th{
    vertical-align: middle;
    text-align: center;
}
.news-table table > tbody{
    background: #F7F7F7;
    text-align: center;
}
.news-table tbody tr td{
    border: 1px solid #515151;
    font-weight: 400;
    vertical-align: middle;
}
.news-table tbody tr td a{
    color: #58585a;
    text-decoration: none
}
.news-table tbody tr td{}
.newsdetails-box{
    width: 100%;
    float: left;
    margin: 10px 0 40px 0;
}
.newsdetails-image{
    width: 385px;
    height: 244px;
    float: left;
}
.newsdetails-image img{
    width: 100%;
    max-width: 95%;
    float: left;
    vertical-align: middle;
}
.newsdetails-list{
    width: 250px;
    float: left;
    margin: 0 0 0 5px;
}
.newsdetails-list li{
    display: block;
    float: left;
    clear: both;
    margin: 0 0 12px 0;
    font-size: 13px;
    word-wrap: break-word;
}
.newsdetails-list li.newsdetails-list-title{
    margin: 0 0 43px 0;
    font-size: 16px;
}
.newsdetails-list li span.newsdetails-list-option{
    width: 99px;
    float: left;
    margin: 0 10px 0 0
}
.newsdetails-list li span.newsdetails-list-data{
    width: 141px;
    float: left;
}
.newsdetails-download{
    width: 170px;
    height: 170px;
    float: left;
    margin: 18px 26px 0 0;
    border: 1px solid #979797;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
}
.newsdetails-download-icon{
    width: 100%;
    height: 62px;
    float: left;
    margin: 10px 0 0 0;
}
.newsdetails-download-icon.pdf{
    background: url(../images/icons/pdfIcon.png) no-repeat center;
}
.newsdetails-download-icon.excel{
    background: url(../images/icons/excelIcon.png) no-repeat center;
}
.newsdetails-download-name{
    width: 100%;
    float: left;
    margin: 15px 0;
    color: #58585a;
}
.newsdetails-download-size{
    color: #a3a3a3;
    font-size: 12px;
}
.no-result{
    text-align: center;
    font-size: 20px;
}
/* /news details */
/* contact us */
#contact-form{
    width: 300px;
    float: left;
    margin: 32px 0 50px 0;
}
#captchaBuy,
#captchaBecomeReseller,
#captcha{
    position: absolute!important;
    bottom: -28px!important;
    left: 0!important;
    color: #E62117;
    font-size: 12px;
    font-weight: 400;
}
.captcha-notifications{
    color: #E62117;
    font-weight: 400!important;
}
/* /contact us */
/* terms */
.textpage-subtext{
    float: left;
    margin: -13px 0 2rem 0;
}
.textpage-terms{
    margin: 40px 0 0 95px;
}
.textpage-terms-box{
    float: left;
    margin: 0 0 50px 0;
}
.textpage-terms-title{
    float: left;
    clear: both;
    font-size: 13px;
    line-height: 28px;
}
.textpage-terms-title{
    text-decoration: underline;
}
.textpage-terms-list{
    float: left;
    margin: 40px 0 0 57px
}
.textpage-terms-lists{
    float: left;
}
.textpage-terms-lists li{
    float: left;
    clear: both;
    margin: 0 0 0 15px;
    font-size: 13px;
    line-height: 28px;
}
.textpage-terms-list li{
    display: block;
    font-size: 13px;
    line-height: 28px;
}
/* /terms */
/* buy */
#buy-form{
    float: left;
    margin: 32px 0 0 0;
}
/* /buy */
.back-to-top{
    width: 53px;
    height: 58px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: url(../images/backToTop.png) no-repeat center;
    cursor: pointer;
    transition: opacity 0.2s ease-out;
}
/* zoki */
.selectBox{
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.description_sm {
    display: none;
}
.pagination {
    margin: 0 0 10px 0;
    text-align: center;
    margin-top: 25px;
}
.pagination a {
    color: #403F47;
    display: inline-block;
    text-decoration: none;
}
.pagination .active,
.pagination .passive,
#first_page_link,
#previous_page_link,
#next_page_link,
#last_page_link {
    width: 110px;
    float: left;
    margin: 0 3px;
    padding: 0 5px;
    background: #d8d8d8;
    color: #58585a;
    font-size: 14px;
    line-height: 36px;
    transition: color .2s ease-in-out;
}
 .pagination .active{
    color: #C3BEBE!important;
}
.pagination .active:hover,
.pagination .passive:hover,
#first_page_link:hover,
#previous_page_link:hover,
#next_page_link:hover,
#last_page_link:hover{
    color: #E6E6E6;
    text-decoration: none!important;
}
.pagination .passive:active,
#first_page_link:active,
#previous_page_link:active,
#next_page_link:active,
#last_page_link:active{
    color: #C3BEBE;
}
.pagination .passive:hover {
    text-decoration: underline;
}
.pagination a.hide_me {
    display: none;
}
.form-captcha{
    margin-bottom: 30px;
    position: relative;
}
.required{
    border: 1px solid red !important;
}
.display_none{
    display: none;
}
.data-loader-manufacturer {
    position: absolute;
    top: 10px;
    left: auto;
    right: 40px;
}
/* /zoki */
.overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/overlayBg.png);
    display: none;
    z-index: 99;
}
.datasearch-loader{
    width: 24px;
    height: 24px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    display: none;
    z-index: 999;
}
.datasearch-loader img{
    width: 24px;
    height: 24px;
}
.sidebar-form .form-group{
    margin: 0 0 19px 0
}
.form-group-submit{
    position: relative;
}
.form-group-submit .buttonDefault{
    width: 250px;
    margin: 10px 0 0 0
}
.data-loader-big{
   /* display: none; */
}
.form-group-submit .data-loader-big,
.form-group-submit .data-loader-submit{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 24px;
    left: 50%;
    margin: 0 0 0 -12px;
}
.form-group-submit .data-loader-big{
    top: 4px;
}
/* popup */
.popup-holder{
    width: 300px;
    position: fixed;
    top: 30%;
    left: 50%;
    margin: 0 0 0 -150px;
    background: #fff;
    display: none;
    z-index: 999;
}
.popup-header{
    width: 100%;
    float: left;
    position: relative;
    padding: 5px 2.5%;
    background: #00bdf2;
}
.popup-title{
    width: 200px;
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px
}
.popup-close{
    width: 20px;
    float: right;
    text-align: right;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
}
.popup-content{
    width: 100%;
    float: left;
    padding: 10px 2.5%;
    text-align: center;
}
/* /popup */
/* reports */
.reports-form .form-group-submit{
    margin: 3px 0 0 10px
}
.reports-form .form-group-submit .buttonDefault{
    width: 114px;
   margin: 0;
}
#search-din-report-loader{
    top: 4px;
    left: 45px;
    margin: 0;
}
/* /reports */
.active-result.highlighted{
    background: #00bdf2!important
}
/* error-holder */
.error-holder .mainheader-title{
    font-weight: 400
}
.error-holder .mainheader-subtitle{
    width: 500px;
    z-index: 9;
    position: relative;
    margin-top: 45px;
    color: #fff;
    font-size: 14px;
}
.error-background{
    position: absolute;
    top: 120px;
    left: 0;
    width: 50%;
    height: 300px;
    background: #00a6d5;
    border: 1px solid #009dc9;
}
.error-holder .mainheader-dataimage img {
    margin: 0 -265px 60px 0;
}
.error-link{
    width: auto;
    float: left;
    position: relative;
    z-index: 9;
    margin-top: 10px;
    padding: 0 15px;
    background: #fff;
    color: #58595b;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
}
.error-link:hover{
    color: #58595b;
}
/* /error-holder */

/* phone plugin */
.iti-flag {
    background-image: url("../images/telephone-flags/flags.png")!important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {background-image: url("../images/telephone-flags/flags@2x.png")!important;}
}
.intl-tel-input .country-list{
    width: 369px;
}
.sidebar-form .stay-up-to-date-form .intl-tel-input .country-list {
    width: 277px;
    left: 0;
}
.intl-tel-input .country-list{
    white-space: normal;
}
.intl-tel-input .country-list .country.highlight,
.intl-tel-input .country-list .country.active {
    background-color: rgba(0, 0, 0, 0.05)!important;
    background-image: none;
    color: #f15a29!important
}
/* phone plugin */

.privacy-text p{
    float: none;
    margin-bottom: 10px;
}

.privacy-text ul{
    margin-bottom: 10px;
}

.privacy-text ul li{
    margin-left: 30px;
}

.privacy-text h3{
    float: none;
    display: block;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.privacy-text h4{
    float: none;
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
}

table.privacyTable tr td{
    padding: 5px;
}

h2:not(.textpage-maintitle) {
    font-size: 22px;
    margin-top: 50px;
    color: #f15a29;
}
.contents {
    margin-top: 50px;
}
.contents h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.contents > h3 {
    margin-left: 120px;
}
.contents-data {
    display: flex;
}
.contents-data-left {
    display: flex;
    flex-direction: column;
    padding-right: 10px;
}
.contents-data-left > div {
    margin-top: 20px;
    display: flex;
}
.contents-data-left p {
    margin-bottom: 15px;
}
.contents-data-left-img[aria-hidden="true"] {
    width: 235px;
}
.contents-data-left-img img {
    width: 100px;
    margin-right: 20px;
}
.contents-data-side {
    display: flex;
    text-align: center;
    align-items: center;
}
.contents-data-side img {
    width: 30px;
}
