@import url(//fonts.googleapis.com/css?family=Raleway:100,400,600,700,800,300);
html{
	width:100%;

}
body {

 font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 200;
    color: #444;

    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
}



.header_strip{min-height:30px;;width:100%;color:white;background-color:black;}
.header_strip .border{border-left: 1px solid #141414; border-right: 1px solid #141414;}
.header_strip p{font-size:12px;padding-top:10px;font-weight:200;}
.header_strip a{color:white;text-decoration:none;}

.right_block a{padding-left:10px;}
.right_block a:hover{color:#288feb;}



/*----------------------------navbar---------------*/
.navbar {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    border-radius: 0px;
}

.navbar {min-height: 80px;     margin-bottom: 0px; }
ul.nav.navbar-nav.navbar-right {
    padding-top: 12px;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.navbar-default {
    background-color: #ffffff;
    border-color: #fffff;


}
.navbar-header {
    height: 72px;
}
ul.dropdown.dropdown-menu {
    border-top: 2px solid #426ed8;
    line-height: 62px;
    text-transform: uppercase;
    font-weight: 700;
}
.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 700;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #426ed8;
}
/*----------------------------slider---------------*/



#first-slider .main-container {
  padding: 0;
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}

#first-slider .slide1 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}
#first-slider .slide2 h4{
    color: #fff;
    font-size: 25px;
      text-transform: uppercase;
      font-weight:700;
}
#first-slider .slide1 h6{
    color: #fff;
    font-size: 20px;
      text-transform: uppercase;
      font-weight:700;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 435px;

  width:100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3{
  animation-delay: 2s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 100px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
    background-image: url('/assets/images/slider1.jpg');
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide2 {
  background-image: url('/assets/images/mimaki-homepage-slide.jpg');
      background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#first-slider .slide3 {
  background-image: url(http://s20.postimg.org/el56m97f1/image.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide4 {
  background-image: url(http://s20.postimg.org/66pjy66dp/image.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}




/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){

}
@media screen and (min-width: 1200px){
      .search .container{width:980px;}
      .start .container{width:900px;}
      .aboutbanner .container{width:1000px;}
}
@media screen and (max-width: 640px){

}
@media only screen and (max-width: 767px) and (min-width: 0px){
.service_title div.h2 {
    font-size: 25px;
    margin-bottom: 12px;
}
}

/****************                             CONTENT                       ****************/

.search{background-color:#288feb;color:#fff;padding:25px;}
.search h4{font-weight:700;font-size:20px;}

.service_title {
    text-align: center;

	background-color:#fff;
	padding:60px;
}

.service_title span.h5 {
    font-size: 14px;
    font-weight: 700;
    color: #282828;
    margin: 0 0 10px;
    text-transform: uppercase;
    vertical-align: top;
}
.service_title div.h2 {
    color: #282828;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 15px;
}
span.secTitleBar {
    width: 40px;
    height: 3px;
    background: #288feb;
    display: block;
    margin: 0 auto;
}
.service_row{background-color:#fff;text-align: center;
    font-size: 15px;padding-bottom:60px;}
.service_row div.h5 {
    font-size: 15px;
    font-weight: 700;
	padding-top: 20px;
    color: #282828;

    text-transform: uppercase;
    vertical-align: top;
}
.fadeInUp {
    animation-name: fadeInUp;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.start{background-color:#288feb;color:#fff;padding:25px;}
.start h4{font-weight:700;font-size:20px;padding-top:10px;}
.start button{margin-top:15px; padding-left:100px;padding-right:100px;}





.footer {background-color:#212121;color:#b1b1b1;font-size:14px;padding:40px;}
.footer p{line-height:20px;padding-top:20px;}
.footer b{font-size:15px;font-weight:600;color:white;}
.footer h5{color:#fff;font-weight:700;}
.footer .nav a{color:#ababab;}
.footer .nav a:hover{color:#fff;}
.footer .nav>li>a:hover {
    text-decoration: none;
    background-color: #484848;
}

.footer-bottom{background-color:#212121;color:#b1b1b1;font-size:14px;padding:40px;}



.footer-bottom .footerTxt {
    border-top: 1px solid #363636;
    margin-top: 25px;
    padding: 15px 0;
    text-align: center;

}.footerTxt p{
   line-height:25px;
	padding:0px;
}




a{color:white;text-decoration:none;}


.pageTitleArea {
    text-align: center;
    color: #ffffff;
    background-image: url(../images/12.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.pageTitleArea .pageTitle {
    text-align: center;
    padding: 45px 0;
}
.pageTitleArea .pageTitle .h2 {
    margin: 5px 0 15px;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}
.pageTitleArea .pageTitle span {
    width: 40px;
    height: 3px;
    background: #288feb;
    display: block;
    margin: 0 auto;
}
canvas.particles-js-canvas-el {
    position: absolute;
    z-index: -1;
    left: 0 !important;
    top: 0 !important;
}
canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
.aboutbanner{ margin-top:40px;}
.aboutbanner img{width:100%;max-height:400px;}
.aboutbanner .aboutimg:hover img {
    transform: scale(1.05);
}
.aboutbanner .aboutimg img {
    width: 100%;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.aboutimg{
    border: 3px solid #288feb;
    margin-bottom: 35px;
    overflow: hidden;
}
.aboutcontent{margin-top:20px}
.aboutcontent .aboutardito h3{font-weight:600;color:black;}
.aboutContent .aboutTitle + span {
    width: 40px;
    height: 3px;
    background: #288feb;
    display: block;
    margin-bottom: 20px;
}

.footer .contact-label {
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    padding-right: 5px;
}

.footer .contact-info {
    display: inline-block;
    vertical-align: top;
}

.service_row a {
    color: darkblue;
}

.printer-row .col-md-6 {
    margin-bottom: 30px;
}

.large-font {
    font-size: 16px !important;
}

.pb20 {
    padding-bottom: 20px;
}

.footer a {
    color: #00abff;
}

.footer a:hover {
    color: #57c8ff;
}

@media (max-width: 990px) {
    .printer-row .col-md-6 {
        padding-bottom: 10px;
        border-bottom: solid gray 1px;
        margin-bottom: 35px;
    }
}

.product-listing {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 500px;
    color: black;
}

.product-listing .product {
    position: relative;
    width: 80%;
    margin: 0px auto;
    border: solid lightgrey 1px;
    min-height: 240px;
    background-color: #f2f2f2;
}

.product-listing .product img {
    max-width: 100%;
    border-bottom: solid lightgrey 1px;
}

.product-listing .product .product-info {
    text-align: center;
    padding: 10px;
}

.product-listing .product .product-info a {
    color: black;
}

.product-listing .product .product-info a:hover {
    color: black;
}

.product-listing .product .product-info .price {
    color: red;
    font-weight: bold;
}

.product-listing .product .product-info .price strike {
    color: #009eff;
}

.product-listing .product {
    margin-bottom: 20px;
}

.product-view {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 500px;
}

.product-view .product-image {
    border: solid lightgrey 1px;
    max-width: 100%;
}

.product-view .section-title {
    margin: 0px;
    margin-bottom: 10px;
    background-color: rgba(0,0,0,.03);
    border: solid rgba(0,0,0,.08) 1px;
    color: #009eff;
    padding: 5px;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 18px;
}

.product-view h1 {
    font-size: 32px !important;
}

.product-view h6 {
    font-size: 18px;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    color: black;
}

.product-view .price {
    font-size: 32px;
    font-weight: bold;
    color: #fd3d3d;
    padding: 20px 0px;
}

.product-view .price .msrp {
    font-size: 16px;
    color: black;
    font-weight: normal;
}

.product-view .price .savings {
    font-size: 18px;
    color: black;
    font-weight: normal;
}

.product-view .how-to-order {
    color: #009eff;
    text-transform: uppercase;
    padding-top: 30px;
    font-size: 24px;
}

.product-view .product-images img {
    width: 50px;
    height: 50px;
    border: solid lightgrey 1px;
    margin-right: 3px;
    cursor: pointer;
}

.product-view .product-images img.active {
    border-color: red;
}

.product-view .product-images {
    padding-top: 8px;
}

.product-page-header.pageTitleArea .pageTitle .h2 {
    font-size: 18px
}

.product-page-header .h1 {
    font-size: 64px;
    font-weight: 800;
}

.product-page-header.pageTitleArea {
    background-color: #e4343a;
    background-image: none;
}

.product-page-header.pageTitleArea .pageTitle {
    padding: 32px 0px;
}