@font-face {
  font-family: 'dosisregular';
  src: url('dosis-regular-webfont.eot');
  src: url('dosis-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('dosis-regular-webfont.woff') format('woff'),
    url('dosis-regular-webfont.ttf') format('truetype'),
    url('dosis-regular-webfont.svg#dosisregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'dosismedium';
  src: url('dosis-medium-webfont.eot');
  src: url('dosis-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('dosis-medium-webfont.woff') format('woff'),
    url('dosis-medium-webfont.ttf') format('truetype'),
    url('dosis-medium-webfont.svg#dosismedium') format('svg');
  font-weight: normal;
  font-style: normal;

}

.container{
  /*width: 1024px;*/
  /*max-width: none !important;*/
}

header{
  /*background: url('../images/top.png') no-repeat 0 0;*/
  height: 85px;
  width: auto;
  z-index: 1001;
  padding: 0 10px;
  background-color: #fff;
  position: relative;
}

header > img{
  margin-top: 27px;
}

.logo{
  background: url('../images/logo.png') no-repeat 0 0;
  width: 201px;
  height: 30px;

  top: 25px;
  left: 55px;
  position: absolute;
}

.logo-partner{
  /*background: url('../images/develop.png') no-repeat 0 0;*/
  width: 357px;
  height: 25px;

  top: 25px;
  right: 25px;
  position: absolute;
}

/* ========================================================================== */

/* Always float the navbar header */
/*.navbar-header {
  float: left;
}*/

/* Undo the collapsing navbar */
/*.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}*/

/*.navbar-toggle {
  display: none;
}
.navbar-collapse {
  border-top: 0;
}*/

/* Always apply the floated nav */
/*.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav > li > a {
  padding: 15px;
}*/

/* Redeclare since we override the float above */
/*.navbar-nav.navbar-right {
  float: right;
}*/

.navbar{
  border-radius: 0px;
  margin-bottom: 0px;  
  border: none;
  background-color: #000;
  border-top: 1px solid #ff3333;
  border-bottom: 1px solid #ccc;
  color: #fff;
  /*border-bottom: 1px solid #666;*/
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  /*position: absolute;*/
  /*float: left;*/
  background-color: #fff;
  border: 1px solid #ccc;
  border-top:none;
}

.dropdown-menu > li > a{
  text-align: left;
}

.navbar .navbar-nav .open .dropdown-menu > li > a{
  padding: 8px 20px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
  background-color: #ff3333;
  color: #000;
  font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: #ff3333;
  color: #000;
}

.navbar-default .navbar-nav > li > a{
  color: #fff;
}

.navbar-default .navbar-nav > li > a.promote{
  color: #fff;
  background-color: #cc0000;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand{
  color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #e22;
}

.navbar-default .navbar-toggle .icon-bar{
  background-color: #fff;
}

.btn{
  border-radius: 0px;
}

.form-control{
  box-shadow: none;
  border-radius: 0px;
}

/*.dropdown-menu{
  box-shadow: none;
  border-top: none;
  border-radius: 0px;
  padding: 0px;
}

.dropdown-menu > li > a{
  padding: 8px 20px;
  text-align: left;
}*/

/* ========================================================================== */

.nav-space{
  margin-top: 10px;
}

/* ========================================================================== */

.slider{
  margin-top: 0px;
}

.slider ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.slider .slider_body{
}


.slider li > img{
  height: auto;
}

.slider .slider_title{
  padding: 19px;
  background-color: #ECECEC;
  font-size: 20px;
  font-weight: bold;
  font-family: 'dosismedium',sans-serif;
  color: #999;
  text-shadow: 1px 1px 1px #fff;
  position: relative;
  z-index: 1;
}

.slider .slider_title > .slider_arrow{
  background: url('../images/banner_right_title.png') no-repeat 0 0;
  position: absolute;
  width: 29px;
  height: 65px;
  left: -29px;
  top: -1px;
}

.slider .slider_content{
  background: #fff url('../images/printer-bg.png') no-repeat bottom right;
  padding: 19px 19px 0 19px;
  font-size: 14px;
  line-height: 21px;
  font-family: sans-serif;
  height: 205px;
}


#wrapper {
  border-top: 2px solid #000;
  background-color: #fff;
  width: 100%;
  height: 253px;
  overflow: hidden;
  left: 0;
  position: relative;
}
#carousel img {
  display: block;
  float: left;
}
#prev, #next {
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  height: 100%;
  width: 60.8%;
  top: 0;
  position: absolute;
}
#prev:hover, #next:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}
#prev {
  left: -495px;
}
#next {
  right: -495px;
}
#pager {
  margin-left: 0px;
  position: absolute;
  left: 50%;
  bottom: 10px;
}
#pager a {
  border: 2px solid #fff;
  border-radius: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
}
#pager a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
#pager a span {
  display: none;
}
#pager a.selected {
  background-color: #fff;
}

@media (max-width: 768px) {
  .pc-printers-list{
    padding-left: 0px;
  }

}

/*@media (min-width: 768px )  {
  .pc-news{
    padding-left: 0px;
  }
}*/


@media (min-width: 768px) { 

  .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: auto;
    float: none;
  }
  .navbar-nav > li {
    display: table-cell;
    float: left;
    text-align: center;
  }
  #prev {
    left: -398px;
  }
  #next {
    right: -398px;
  }

  .pc-news, .content-margin{
    padding-left: 0px;
  }

  .pc-printers-list{
    margin: 10px 0px 0px 35px;
  }

  .navbar-nav > li > a{
    font-size: 12px;
  }

}

@media (min-width: 992px) { 

  .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: auto;
    float: none;
  }
  .navbar-nav > li {
    display: table-cell;
    float: left;
    text-align: center;
  }

  #prev {
    left: -473px;
  }
  #next {
    right: -473px;
  }

  .pc-news, .content-margin{
    padding-left: 0px;
  }

  .pc-printers-list{
    margin-left: 0px;
  }

  .container{
    padding: 0px;
  }

}

@media (min-width: 1200px) {

  .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: auto;
    float: none;
  }
  .navbar-nav > li {
    display: table-cell;
    float: left;
    text-align: center;
  }

  #prev {
    left: -494px;
  }
  #next {
    right: -494px;
  }

  .pc-news, .content-margin{
    padding-left: 0px;
  }

  .pc-printers-list{
    margin-left:80px;
  }

}

/* ========================================================================== */

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;  
  -o-text-overflow: ellipsis;  
}

.pc-printers-list{
  list-style: none;
  margin-top: 15px;
  padding-left: 0px;
}

.pc-printers-list > li{
  display: table;
  margin: 30px auto;
}

a.pc-printers:hover{
  text-decoration: none;
}

.pc-printers{
  width: 288px;
  height: 139px;
  background: url( '../images/left-banner-bg.png' ) no-repeat 0 0;
  display: block;
  position: relative;
  text-decoration: none;
  margin: 0 auto;
}

.pc-printers > img{
  position: absolute;
  right: 5px;
  top: 18px;
  z-index: 5;
}

.pc-printers > p{
  font-size: 12px;
  height: 105px;
  padding-left: 15px;
  padding-top: 59px;
  width: 185px;  
  display: block;
  color: #555;
}

.pc-printers .pc-printers-up{
  background: url( '../images/left-banner-bg-red.png' ) no-repeat 0 0;

  color: #FFFFFF;
  display: block;
  font-size: 13px;
  font-weight: bold;
  height: 68px;
  line-height: 18px;
  padding-left: 11px;
  padding-top: 8px;
  position: absolute;
  text-decoration: none;
  left: -5px;
  top: -5px;
  width: 208px;
  z-index: 10;

}

.pc-printers .pc-printers-down{
  background: url('../images/left-banner-bg-gray.png') no-repeat 0 0;

  display: block;
  width: 134px;
  height: 26px;
  position: absolute;
  right: 10px;
  top: 100px;
  z-index: 11;
}

/* ========================================================================== */

.pc-news{
  margin-top: 35px;
  margin-right: 10px;
}

article {
  margin-top: 25px;
}

article h2{
  font-size: 16px;
  margin: 0px;
  font-weight: bold;
  padding: 5px;

  background: #ebebeb; /* Old browsers */
  background: -moz-linear-gradient(left,  #ebebeb 0%, #ffffff 86%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ebebeb), color-stop(86%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #ebebeb 0%,#ffffff 86%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #ebebeb 0%,#ffffff 86%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #ebebeb 0%,#ffffff 86%); /* IE10+ */
  background: linear-gradient(to right,  #ebebeb 0%,#ffffff 86%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

article h2 > small{
  padding-top: 6px;
}

.pc-news-content{
  margin: 10px 0 0 0;
  line-height: 23px;
}



/* ========================================================================== */

footer{
  text-shadow: 1px 1px 1px #fff;
  margin-top: 35px;
  padding: 15px 0 0 0;
  color: #000;
}

address{
  margin-bottom: 0px;
}

footer h4{
  text-align: center;
  background-color: #f8f8f8;
  padding: 10px;
}

footer p{
  margin-bottom: 0px;
}

footer hr{
  margin: 5px 0;
}

.footer_padding{
  padding: 5px;
}

.footer_copyrights{
  font-size: 11px; 
  text-shadow: 1px 1px 1px rgb(255, 255, 255); 
  color: rgb(72, 72, 72); 
  background-color: rgb(246, 246, 246); 
  text-align: left; 
  margin: 10px 0px 0px; 
  padding: 7px;
}

ul.side-nav-menu{
  font-size: 12px;
}


ul.side-nav-menu > li > ul{
  display: none;
}

ul.side-nav-menu > li:hover > ul{
  display: block;
}

ul.side-nav-menu, ul.side-nav-menu > li > ul{
  margin: 10px 0;
  list-style: none;
  list-style-position: outside;
  padding-left: 5px;
}

ul.side-nav-menu > li > a, ul.side-nav-menu > li > ul > li > a{
  padding: 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #f1f1f1;
  background-color: #fefefe;
  display: block;
}

ul.side-nav-menu > li > ul > li > a{
  margin-left: 30px;
}

.type-header{
  border-bottom: 1px solid #CCCCCC;
  font-size: 21px;
  margin: 15px 10px;
  padding-bottom: 4px;
}