html body {
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
}
iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

img.full-width{
    width: 100%;
}

#note {
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    background: #222;
    color: #ccc;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow:    0 0 5px black;
    box-shadow:         0 0 5px black;
    display: none;
    padding: 10px 50px;
}
#note .glyphicon {
    margin-right: 5px;
}

#close {
    position: absolute;
    right: 20px;
    top: 0;
    height: 16px;
    width: 16px;
    color: white;
    line-height: 33px;
    font-size: 22px;
    display: block;
    cursor: pointer;
}
#close:hover {
    color: #0086cd;
    text-decoration: none;
}
.cssanimations.csstransforms #close {
    display: none;
}


.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters .no-gutter {
    padding-right:0;
    padding-left:0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }
.clearfix { display: block; }

a, a:hover {
    -webkit-transition: all .4s;
    transition: all .4s;
}
.blue {
    color: #009cff;
}
.white {
    color: #fff;
}
.dark {
    color: #333;
}
.centered {
    float: none;
    margin: 0 auto;
    text-align: center!important;
}

.link {
    text-transform: uppercase;
    text-decoration: none;
    font-size: .9em;
}


/*=Header*/

#navigator_header.clone.slidedown {
    top: 0px;
}
#navigator_header.clone {
    position: fixed;
    top: -90px;
    z-index: 99999;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.mega-dropdown-menu > li > ul > li.active > a {
    color: #0086cd;
}

.navbar-header .navbar-brand {
    height: 85px;
    padding: 25px 5px 25px 5px;
    margin-left: 5%;
}

.navbar-header .navbar-brand img{
    width: 200px;
}

.fluid-container .navbar-nav>li>.dropdown-menu.lang-list{
    margin-top: 0;
    padding: 0;
    min-width: 72px;
    border: none;
    padding-bottom: 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.fluid-container .navbar-default .dropdown.open .dropdown-toggle {
    background-color: #f1f0f0;
    color: #019cff;
}

.fluid-container .navbar-default .dropdown.open.border:after {
    background: transparent;
}


.fluid-container .navbar-nav>li>.dropdown-menu.lang-list li a {
    text-align:center;
    padding: 5px 0;
}

.fluid-container .navbar-nav>li>.dropdown-menu {
    margin-top: -20px;
    padding: 40px 40px 0 40px;
    /*padding:40px;*/
}

.fluid-container .navbar-nav>li>.dropdown-menu li:first-child ul {
    padding: 0;
    margin: 0;
}
.lang {
    border: 1px solid #333;
    color: #fff;
    padding: 10px 12px 8px 10px;
    margin-top: 5px;
}
.lang .glyphicon {
    padding-right: 5px;
}
.border:after {
    content: "";
    width: 1px;
    background-color: #333;
    height: 75%;
    position: absolute;
    right: 0;
    top: 15%;
}

@media (max-width: 400px) and (min-width: 300px){
    .border:after {
        display:none;
    }
}



/*.lang:after {
    font-family: icomoon;
    content: "\e608";
    display: block;
    float: right;
    font-size: 1.4em;
    line-height: 20px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}*/



/*=Footer*/
.sub-footer {
    background: #1a1a1a;
    width: 100%;
    padding: 1em 0;
    color: #fff;
    height: auto;
    overflow: hidden;
    z-index: 101;
    position: relative;
}
.sub-footer p, .sub-footer label {
    text-transform: uppercase;
    font-weight: 900;
    float: left;
    margin:0 5% 0 0;
    padding:18px 0;
}

.sub-footer .col2 {
    margin-top: 8px;
}
.sub-footer label {
    padding: 10px 0 0 0;
}

.sub-footer input {
    border: 0 none;
    padding: 10px;
    font-size: .7em;
    font-style: italic;
    color: #7f8084;
    min-width: 162px;
    float: left;
}
.sub-footer button {
    background: #009cff;
    padding: 8px;
    border: 0 none;
    height: 33px;
    float: left;
}
.sub-footer button:before {
    content: "\e601";
    font-family: 'icomoon'
}


footer {
    background: #212121;
    width: 100%;
    overflow: hidden;
    padding: 30px 0 0 0;
}

footer .col2 h3 {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 1em;
    color:#009cff;
}
footer .col2 p {
    font-size: .9em;
    max-width: 75%;
    color: #fff;
}
footer .col2 img {
    max-width: 260px;
    display: block;
    margin: 20px 0 0 0;
}


.col1 {
    width: 30%;
    margin-right: 3%;
    float: left;
}
.col1 img {
    max-width: 164px;
    display: block;
    margin:0 0 20px 0;
}
.social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}
.social-links li {
    /*float: left;*/
    display: inline;
    margin: 10px 10px 0 10px;
    text-transform: uppercase;
}

.social-links li em {
    font-size: .8em;
    font-style: normal;
}

.social-links li a {
    color: #999;
    text-decoration: none;
    font-size: 1em;
}

.social-links li a:hover {
    color: #009cff;
}


.social-links span {
    font-size: .8em;
    margin-left: 5px;
    font-weight: 700;
}

@media (max-width: 580px) and (min-width: 320px) {
    .social-links span {
        position: absolute;
        left: -99999px;
    }
    .social-links li a {
        font-size: 1.4em;
    }
}



.col2 {
    width: 62%;
    float: left;
    margin-left: 5%;
}
.copy {
    color: #7f8084;
    text-transform: uppercase;
    font-size: .7em;
    padding: 20px 0;
    float: left;
    width: 50%;
    margin: 20px auto 0;
    text-align: center;
    border-top: 1px solid #333;
}

.copy a {
    color: #7f8084;
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
}
.copy a:hover {
    text-decoration: underline;
}

.sitemap,
.certificates{
    padding: 0;
    margin:0;
    list-style: none;
    clear: both;
    overflow: hidden;
    text-align: center;
}
.sitemap li,
.certificates li{
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.certificates li:first-child {
    padding-right: 0;
}

.certificates li img {
    vertical-align: top;
}
.sitemap li a {
    color: #f2f2f2;
    text-transform: uppercase;
    font-size: .89em;
    text-decoration: none;
    padding: 15px;
    display: block;
    letter-spacing: .15em;
    font-weight: 700;
}

.sitemap li a:hover {
    color: #0086cd;
}

.certificates li{
    padding: 0 5px;
}

/*=Home - destaques*/

.grid-articles {
    /*max-width: 1600px;*/
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col {
    overflow: hidden;
    position: relative;
}

.row .col-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 65%;
}

.row .col-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 35%;
}

.line {
    border: none;
    border-top: 1px solid #222;
    margin: 0 auto;
    width: 30%;
}

.v-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay {
    background: rgb(0,165,255);
    background: rgba(0,165,255,.75);
    color: #fff;
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0;
    /*padding: 10%;*/
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 1;
}

.overlay h2 {
    font:900 40px/1.2 'Lato', sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    text-align: center;
}

.overlay p {
    font:300 14px/1.2 'Lato', sans-serif;
    margin: 10px 0;
    text-align: center;
}
article .bg h2 {
    top: 35%;
}

article .bg h2 small {
    font: 300 16px/1.2 'Lato', sans-serif;
    margin: 0 0 10px 0;
    text-align: right;
    color: #fff;
    text-transform: none;
    display: block;
}

.col-2 .overlay h2 {
    font:900 20px/1.1 'Lato', sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    text-align: center;
}




.overlay .btn {
    color: #fff;
    margin: 20px 0 10px 0;
}
.btn i {
    padding: 0 0 0 5px;
    font-weight: 700;
}

.digital-printing .btn i {
    display: inline-block;
    font-size: 1.4em;
    line-height: 1em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}


.overlay .line {
    border-color: #fff;
    -webkit-transition: width .5s;
    transition: width .5s;
    width: 0;
}

article .bg {
    position: relative;
    display: block;
}
article .bg h2 {
    position: absolute;
    top:35%;
    left: 40%;
    font:900 3.4em/1.2 'Lato', sans-serif;
    text-transform: uppercase;
    margin: 0 5% 0 0;
    text-align: right;
    color: #fff;
}

.col-2 .bg h2 {
    left: 25%;
    font:900 1.8em/1.2 'Lato', sans-serif;
    width: 50%;
    text-align: center;
}

.col-2 .bg h2.black {
    color: #333;
    text-shadow: none;
}

.col-2 .bg h2 span{
    font-size: .6em;
    display: block;
}


/*article img {
    width: 100%;
    -webkit-transition: -webkit-transform .7s;
    transition: transform .7s;
    display: block;
}*/

.list-articles .col3 img {
    min-height: 50%;
}

.list-articles article img {
    /*min-height: 70%;*/
    display: block;
}

article:hover .overlay {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

article:hover .overlay .line {
    -webkit-transition: width .5s .2s;
    transition: width .5s .2s;
    width: 30%;
}

.work-snippet:hover img {
    -webkit-transform: rotate(-9deg) scale(1.35);
    -ms-transform: rotate(-9deg) scale(1.35);
    transform: rotate(-9deg) scale(1.35);
    -webkit-transition: -webkit-transform .7s;
    transition: transform .7s;
}

.col-2 .work-snippet.end {
    margin-top: -4px;
    z-index: 999;
    position: relative;
}

/*=Topic-highlight*/
.topic-highlight {
    background: #f6f6f6;
    margin-top: -15px;
    min-height: 190px;
    z-index: 999;
    padding: 30px 0;
    width: 100%;
    position: relative;
}

.topic-highlight p {
    color: #667987;
    font-size: 1.2em;
}
.topic-highlight h3 a {
    position: relative;
    font:400 26px/1 'Shadows Into Light';
    color: #333;
    text-decoration: none;
    max-width: 30%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 5%;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
}

.topic-highlight h3 a:hover {
    -webkit-animation: swing .5s;
    animation-name: swing .5s;

}

.topic-highlight h3 i {
    font-size: 3em;
    position: absolute;
    top: 50px;
    right: -20px;
}

.topic-highlight h2 {
    font: 300 2em/1.1 'Lato', sans-serif;
    /*color: #0086cd;*/
    color: #000;
    text-transform: uppercase;
}
.digital-printing .topic-highlight h2 {
    margin-top: 10px;
}
.home {
    background-color: #000000;
}
.home .topic-highlight h2 {
    max-width: 48%;
    margin: 0;
}

.video-placeholder {
    position: absolute;
    right: 0;
    top: -350%;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.img-placeholder {
    position: absolute;
    right: 0;
    top: -50px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.digital-printing .img-placeholder {
    top: -35px;
}

.img-placeholder img {
    display: block;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    max-width: 240px;
    width: 100%;
    border: 3px solid #fff;
}

.video-placeholder a {
    display: block;
    overflow: hidden;
    max-width: 250px;
    border: 4px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


.video-placeholder .icon-play2 {
    position: absolute;
    top:40%;
    left: 40%;
    color: #fff;
    text-decoration: none;
    /*font-size: 4.2em;*/
    font-size: 1.8em;
    z-index: 99;
    background-color: rgba(0,0,0,0.7);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 13px 15px;
}

.video-placeholder a:hover .icon-play2 {
    display: block;
    opacity: 1;
    z-index: 999;
    color: #fff;
}

.video-placeholder img {
    display:block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    max-width: 240px;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
}

.video-placeholder a:hover img  {
    opacity: .8;
    background-color: #000;
    /* -webkit-transform: scale(1.1);
     -ms-transform: scale(1.1);
     transform: scale(1.1);*/
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
    opacity: 0.001; /* Chrome opacity transition bug */
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/*=Articles general styles*/

.list-articles {
    clear: left;
    float: left;
    width: 100%;
    overflow: hidden;
    background-color: #f7f7f7;
    margin-bottom: -5px;
}

.full-w {
    width: 100%;
    clear: both;
    right: 50%;
    color: #333;
    position: relative;
    max-height: 600px;
}

.full-w.big {
    right: 0;
}

.full-w.big .single.w-bg .wrap {
    left: -15%;
    width: 35%;
    top: 15%;
}

.full-w .col2 {
    position: relative;
    width: 50%;
    left: 50%;
    float: left;
    margin: 0;
    height: 100%;
    overflow: hidden;
    background-color: #f7f7f7;
}

.col3 {
    position: relative;
    /*width: 33.3%;
    float: left;*/
    margin: 0;
    height: 100%;
    overflow: hidden;
    background-color: #f7f7f7;
}
.cols .col3 .wrap {
    margin: 25% auto 2%;
    max-width: 70%
}

.col3 .wrap h2 {
    text-align: left;
    font-size: 2.1em;
    text-transform: uppercase;
    margin: 0;
}

.col3 h2 span {
    font-weight: 300;
    display: block;
}

.col3 p {
    font-size: .9em;
    color: #333;
}

.professional-cases .full-w .col2 {
    height: 600px;
}

.professional-cases .banner .gray {
    text-transform: uppercase;
    color: #667987;
    font-size: 1em;
}

/* professional-cases */

.professional-cases .video {
    width: 100%;
}


.full-w .col2 a {
    text-decoration: none;

}

.full-w .col2 h2 {
    text-align: left;
    font-size: 2.1em;
    text-transform: uppercase;
    margin: 0;
    color: #333;
    -webkit-transition: 1s color ease;
    -moz-transition: 1s color ease;
    -ms-transition: 1s color ease;
    -o-transition: 1s color ease;
    transition: 1s color ease;
}

.full-w .col2 h2 span {
    font-weight: 300;
    display: block;
}

.full-w .col2 .wrap {
    max-width: 50%;
    margin: 5% auto 2%;
    position: relative;
    right: 0;
    z-index: 99;
}

.full-w .col2 p {
    font-size: .9em;
    color: #333;
}

.full-w .col2 .challenge {
    padding: 5% 0 0 0;
    font-size: 1.2em;
}

.full-w .col2 .challenge strong {
    color: #00a7ff;
}

.full-w .col2 a:hover p {
    color: #666;
}

.full-w .col2 a:hover h2 {
    color: #00a7ff;
}

.full-w .col2 p strong {
    text-transform: uppercase;
}
.full-w .col2 a img{
    width: 100%;
    -webkit-transition: 2s all ease;
    -moz-transition: 2s all ease;
    -ms-transition: 2s all ease;
    -o-transition: 2s all ease;
    transition: 2s all ease;
}


.full-w .col2 .wrap .icon-arrow-right {
    position: absolute;
    right: -5%;
    top: 5%;
    font-size: 3em;
    color: #00a7ff;
    transition: all 0.5s ease;
    -web-kit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.full-w .col2 .wrap a:hover .icon-arrow-right {
    color: #333;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name:pulse;
    animation-name:pulse
}


.full-w .col2 .link {
    font-size: .9em;
    color:#009cff;
}

.full-w ul {
    margin: 20px 0 0 0;
    padding: 0;

}

.full-w .extra-pics {
    width: 100%;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: -5px;
    height: 100%;
}
.full-w .extra-pics li {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    height: 50%;
}



.professional-cases .full-w .col2 a img {
    min-height: 100%;
}

.full-w .extra-pics li img {
    min-height: 1%;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.full-w ul li {
    color:#333;
    list-style:none;
    padding-bottom: 1em;
    font-size: .9em;
    line-height: 1.4em;
}
.full-w ul li span {
    display: block;
    float: left;
    width: 90%;
    font-size: .9em;
    padding-bottom: 1em;
}

/* {
    color:#009cff;
    display: block;
    float: left;
    content:"\2022";
    font-size:1em;
    padding-right:.5em;
    position:relative;
    top:.1em;
    width: 5%;
}*/

.single.w-bg .wrap{
    color: #fff;
    position: absolute;
    top: 0;
    /*right: 25%;
    width: 50%;*/
    right: 20%;
    width: 60%;
}

.single.w-bg .wrap h2,
.single.w-bg .wrap p{
    color: #fff;
}

.single .wrap {
    width: 50%;
    position: absolute;
    top: 10%;
    right: 10%;
}

.single .wrap h2 {
    text-align: left;
    font-size: 2.1em;
    text-transform: uppercase;
    margin: 0;
}

.single .wrap h2 span {
    font-weight: 300;
    display: block;
}

.single .wrap a {
    font-size: .9em;
    color: #009cff;
}

.i-specs {
    list-style: none;
    margin: 0;
    padding: 0;
}

.i-specs li {
    width:25%;
    float: left;
    min-height: 180px;
}

@media (max-width: 520px) {
    .i-specs li {
        width: 50%;
    }
}


.i-specs li i {
    color: #009cff;
    font-size: 4em;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.innovation .i-specs li i {
    border: 2px solid #009cff;
    border-radius: 50%;
    margin: 20px auto;
}



.innovation .i-specs h4 {
    text-align: center;
    color: #009cff;
    margin: 30px 0 10px;
}



.i-specs li span {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1em;
    text-align: center;
    margin: 10px auto;
    width: 80%;
    color: #333;
}

.innovation .i-specs li span {
    text-transform: none;
    color: #666;
    font-weight: 300;
}

.specs-info {
    background-color: #143249;
    padding: 60px 0;
    position: relative;
    /* display: none;*/
}

.specs-info .col3 {
    background: transparent;
}

.specs-info h2 {
    font-size: 2.6em;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    padding-bottom: 20px;
    font-weight: 300;

}
.specs-info h2 span {
    font-weight: 300;
    color: #fff;
    display: block;
}

.specs-info .col3 p {
    font-weight: 300;
    font-size: 1.1em;
    line-height: 1.4em;
    /*max-width: 90%;*/
    margin: 0;
    color: #fff;
    text-align: center;
}

.specs-info .col3 a:hover .centered .pill {
    color: #fff;
    border: 2px solid #fff;
}
.specs-info .col3 a:hover img {
    opacity: .5;
}
.specs-info .col3 a:hover .tit,
.specs-info .col3 a:hover .tit small{
    color: #0086cd;
}

.specs-info a {
    color: #fff;
    cursor: pointer;
}

.specs-info a:hover {
    text-decoration: none;
    opacity: .8;
}

.specs-info .col3 .tit {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.specs-info .col3 .tit small {
    color: #fff;
    text-transform: none;
}

.specs-info .col3 img {
    display: block;
    margin: 3em auto 2em auto;
}

.specs-info .row .btn-primary {
    text-align: center;
    padding: .8em 2.5em;
    color: #fff;
    background-color: #009cff;
    text-transform: uppercase;
    text-decoration: none;
    margin: 2em auto 1em;
    font-size: .8em;
}


/*=Benefits-highlight*/

.benefits-highlight {

    /*background: url("../images/wood.png") fixed 50% 0 no-repeat;*/
    margin: 0;
    height: 560px;
    overflow: hidden;
    position: relative;
    /*position: absolute;
    top: 815px;
    left: 0;*/
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.benefits-highlight h2 {
    font: 900 46px/1.1 'Lato', sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;

}
.benefits-highlight h2 span {
    font-weight: 300;
    display: block;
}
.btn {
    text-transform: uppercase;
    color: #00a7ff;
    text-decoration: none;
    text-align: center;
    display: block;
    font:600 .85em/1 'Lato', sans-serif;
}
.btn:hover {
    color: #fff;
}

.ben-elements {
    height: 560px;
    list-style: none;
    margin: 0;
    padding:0;
    position: relative;
}

.ben-elements li {
    position: absolute;
    top: 5%;
}
.ben-elements li img {
    display: block;
}

.ben-elements .hand {
    left: 35%;
    z-index: 999;
}

.ben-elements .mac {
    top: -35%;
    left: -5%;
}

.ben-elements .mouse {
    right: 5%;
    top: 30%;
}

.ben-elements .coffee {
    right: 15%;
}



/*banner*/
.banner {
    min-height: 480px;
    /*max-width: 65%;*/
    margin: 0 auto;
}

.banner h1 {
    font-size: 3.4em;
    font-weight: 300;
    margin: 0;
    padding: 15% 0 0 0;
    text-align: center;
    text-transform: uppercase;
}



.social-hub .banner {
    background-color: #eee;
    min-height: 60px;

}

.social-hub .banner h1 {
    padding: 3% 0;
    text-align: center;
    font-size: 2em;
}

.showcase {
    margin-bottom: 100px;
}

.showcase .nav-pills {
    text-align: center;
    margin: 3% 0;
    padding: 0;
}
.showcase .nav-pills li {
    display: inline-block;
    float: none;
}
.showcase .nav-pills li a {
    display: inline-block;
    color: #2196f3;
    border: 2px solid #2196f3;
    border-radius: 5px;
    font-size: 15px;
    padding: 5px 15px;
    margin: 7px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.showcase .nav-pills li.active a,
.showcase .nav-pills li.active a:focus,
.showcase .nav-pills li a:hover {
    color: #fff;
    background-color: #2196f3;
    border-radius: 5px;
}


.professional-cases .banner h1 {
    padding: 8% 0 0 0;

}

.range .banner h1,
.contacts .banner h1 {
    padding: 6% 0 0 0;
}


.banner h1 small {
    font-size: .3em;
    display: block;
    font-weight: 900;
    padding-bottom: 10px;
}

.banner h1 small.white {
    color: #fff;
}
.key-features .banner p {
    font-size: 1.6em;
}

.banner p {
    font-size: 1.2em;
    margin: 20px 0 0 0;
}

.slide-info {
    width: 100%;
    overflow: hidden;
    clear: both;
}

.slide-info ul {
    padding: 0;
    width: 100%;
    margin: -20px 0 0 0;
}
.slide-info li {
    width: 50%;
    overflow: hidden;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}

.slide-info a {
    color: #fff;
}
.slide-info .dark {
    color: #333;
}


.slide-info li p{
    position: absolute;
    top: 5%;
    right: 20%;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 300;
    width: 50%;
}

.slide-info li p:after {
    font-family: 'icomoon';
    content: "\e611";
    position: absolute;
    right: -10%;
    top: 10%;
    color: #00a7ff;
    font-weight: normal;
    font-size: 1.5em;
}

.contacts .slide-info li p:after {
    content: "\e616";
    font-size: 1.2em;
}

.slide-info .right p {
    left: 25%;
}
.slide-info li p strong {
    font-weight: 700;
    display: block;
}

.slide-info li p .btn {
    text-align: left;
    font-size: .4em;
    padding-top: 20px;
}
.slide-info li img {
    width: 100%;
    display: block;
}
.contacts .slide-info li img {
    max-height: 280px;
}


/*=digital-printing*/


.whatis {
    padding: 60px 0;
}
.whatis img {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.whatis h2 {
    text-align: center;
    font-size: 2.1em;
    text-transform: uppercase;
    margin: 0;
    color: #333;
}
.whatis h2 span {
    font-weight: 300;
}
.whatis p {
    text-align: center;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

.whatis.gray {
    background-color: #f7f7f7;
}


.cases .specs {
    padding: 30px 0;
    overflow: visible;
}

.cases .specs .wrap {
    margin-bottom: 120px;
}

.cases .specs .specs-info .wrap {
    margin-bottom: 0;
}


.specs h2 {
    text-align: center;
    font-size: 2.8em;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    padding-bottom: 30px;
    font-weight: 700;
}

.specs h2 span {
    font-weight: 300;
    color: #fff;
    display: block;
}

.specs p {
    font-weight: 300;
    color: #fff;
    font-size:1.2em;
    max-width: 80%;
    text-align: center;
    margin: 20px auto;
}
.digital-printing .specs {
    min-height: 500px;
}


.digital-printing .specs .btn {
    margin: 3em 0 0 0;
    color: #fff;
}


.specs .col2 {
    width: 50%;
    float: left;
    margin: 0;
    padding: 60px 0;
}

.specs .col2 img {
    /*width: 75%;*/
}

.cases .specs h2 {
    text-align: left;
}
.cases .specs .col2 p strong {
    font-size: 1.6em;
    font-weight: 300;
    line-height: 1.4em;
}
.cases .specs .col2 p {
    text-align: left;
    margin:0;
    font-size: 1.2em;
    padding-bottom: 30px;
    font-weight: 400;
}
.cases .specs .col2 .link {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: .9em;
}




.video-link .txt:hover {
    text-decoration: none;
}
.txt {
    position: absolute;
    top: 110px;
    right: -130px!important;
    color: #000;
    text-decoration: none;
    font: 400 26px/1 'Shadows Into Light';
    z-index: 10;
    width: 140px;
    text-align: center;
    -moz-transform:    rotate(-10deg);
    -o-transform:      rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform:         rotate(-10deg);
}
.txt .icon-drawn {
    font-size: 3em;
    display: block;
    line-height: 20px;
    height: 50px;
    pointer-events:none;
}

/*=professional cases*/
.professional-cases .banner {
    background:#fff;
    min-height: 320px;
}

.professional-cases .banner p.centered {
    padding: 0 10%;
}

/*=range*/
.range .banner {
    background: url("/navigator/range/images/banner-range.jpg") no-repeat center 0;
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/

}



.key-features .specs .btn {
    margin: 40px auto 0;
    width: 100%;
}
.key-features .specs .btn:hover {
    color: #333;
}

.key-features .full-w .col2 p {
    font-size: .85em;
    line-height: 1.4em;
}

.key-features .specs h2,
.key-features .specs h2 span {
    color: #333;
}

.key-features .specs h2 {
    margin-bottom: 40px;
}


/*=contacts*/
.contacts .banner {
    background:#fff;
    min-height: 280px;
}

.contact-form {
    background-color: #fff;
    padding: 60px 0;
}
.contact-form h2 {
    text-transform: uppercase;
    font-weight: 300;
}
.contact-form p {
    color: #667987;
    font-size: 1.1em;
}

.contact-form fieldset {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.contact-form label {
    display: block;
    margin-bottom: .5em;
}


.contact-form .form-group {
    margin-bottom: 1.5em;
}

.contact-form .styled-select {
    width: 95%;
    margin-left: 5px;
}

.contact-form .form-inline .form-group {
    width: 49%;
}

.contact-form .form-inline .form-group label {
    text-align: left;
    width: 100%;
    color: #818181;
    padding: 20px 0 0 5px;
    font-weight: 400;
    font-style: italic;
}


.contact-form  input {
    width: 95%;
    color: #818181;
    padding: 10px;
    font-size: 1em;
    font-weight: 400;
    font-style: italic;
    border: 1px solid #ccc;
}
#send {
    background-color: #009cff;
    width: 40%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    margin-top: 15px;
    float: right;
}

.contact-form textarea {
    width: 96%;
    max-height: 120px;
    border: 1px solid #ccc;
    margin-top: 20px;
    font-weight: 400;
    padding: 10px;
    color: #818181;
    font-style: italic;
    font-size: 1em;
}

.contact-form .form-inline .form-group.topm {
    margin-top: 45px;
}
.styled-select select {
    background: #8fa0af;
    color: #fff;
    font-weight: 300;
    width: 100%;
    padding: 10px;
    font-size: .9em;
    border: 0;
    border-radius: 0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

.styled-select {
    position: relative;
}

.styled-select:after {
    content: '\e608';
    font-family: 'icomoon';
    position: absolute;
    right: 10px;
    top: 12px;
    color: #fff;
    -moz-transform:    rotate(90deg);
    -o-transform:      rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform:         rotate(90deg);
    pointer-events:none;
}

.contact-form .error {
    color: red;
    font-size: .9em;
    padding: 0 0 0 10px;
    margin-top: 10px;
    text-align: left;
}

.contact-form .error i {
    font-size: 1.4em;
    line-height: 4px;
    vertical-align: baseline;
    border-radius: 50%;
    border: 1px solid red;
    margin-right: 10px;
}

/*=Cases*/
.cases .grid-articles {
    max-height: 480px;
    overflow: hidden;
}

.cases .video-placeholder {
    position: absolute;
    top: 20%;
    right: 25%;
    z-index: 10;
}
.video-link {
    position: absolute;
    top: 70%;
    left: 12%;
}

.push-specs {
    position: absolute;
    bottom: -20px;
    left: 45%;
    z-index: 9999;
}
.push-specs a {
    text-decoration: none;
}
.push-specs a:hover {
    text-decoration: none;
}

.push-specs p {
    text-decoration: none;
    text-align: left;
    font: 400 1.3em/1 'Shadows Into Light';
    color: #fff;
    position: absolute;
    left: -120px;
    top:-22px;
    width: 120px;
    -ms-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
}

.push-specs p .icon-drawn-top{
    font-size: 4em;
    line-height: 20px;
    margin-right: -50px;
    display: block;
    -ms-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);

}


.case3 .next-case {
    margin: 0 15%;
}

.case3 .video-caption {
    right: -270px;
}

.case3 .video-caption,
.case3 .next-case .video-placeholder {
    margin-top: 15px;
}

.case3 .next-case .video-placeholder {
    top: 30px;
    right: 0;
}

.case3 .video-caption:focus {
    text-decoration: none;
}



.bg-bottom h2 {
    text-align: center;
    font-size: 2.6em;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    padding: 40px 60px 0 60px;
    font-weight: 900;
}

.bg-bottom h2 span {
    font-weight: 300;
    color: #fff;
    display: block;
}

.bg-bottom .digital-quality li span strong {
    color: #333;
    display: block;
}

.bg-bottom .assets li:before {
    color: #333;
}


.next-case {
    /*width: 160px;*/
    width: 250px;
    margin: 0 50%;
    position: relative;
    z-index: 2;
}

.case1 .next-case {
    margin: 3% 15%;
}

.case2 .next-case {
    margin: 3% 40%;
}
.case4 .next-case {
    margin: 3% 50%;
}

.next-case .video-placeholder {
    top: -10%;
    right: -80%
}

.next-case .video-placeholder img {
    max-width: 150px;
}

.next-case .icon-drawn {
    position: absolute;
    top: 85px;
    left: -60px;
    color: #333;
    font-size: 5em;
    line-height: 10px;
    display: block;
    -ms-transform:rotate(-100deg);
    -moz-transform:rotate(-100deg);
    -webkit-transform:rotate(-100deg);
    -o-transform:rotate(-100deg);
}

.next-case a {
    text-decoration: none;
}

.video-caption {
    position: absolute;
    right: 0;
    width: 200px;
}

.next-case a:hover {
    -webkit-animation: swing .5s;
    animation-name: swing .5s;
    text-decoration: none;
}

.next-case p {
    font: 400 26px/1 'Shadows Into Light';
    color: #333;
    margin: 30px 0 10px 15px;
}

.next-case p.centered { margin-top: 0;}
.next-case span {
    text-transform: uppercase;
    color: #00a7ff;
    text-decoration: none;
    text-align: center;
    display: block;
    font: 700 .85em/1 'Lato', sans-serif;
    margin-right: 15px;
}
.next-case .pill {
    padding: 10px;
    font-size: .5em;
    margin-top: 0;
}


.case-header,
.top-desc {
    position: relative;
}
.professional-cases .list-articles a {
    overflow: hidden;
    z-index: 1;
    opacity: 1;
}

.professional-cases .list-articles .pill {
    font-size: 14px;
    padding: 10px 30px;
}

.professional-cases .list-articles a:hover .pill {
    color: #fff;
    border: 2px solid #00a7ff;
    background-color: #00a7ff;
}

.professional-cases .list-articles a .col2 {
    background-color: rgba(0,0,0,0.7);
    -webkit-transition: all 1s;
    transition: all 1s;
    /*transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);*/
    overflow: hidden;
    opacity: .7;
}



.case-header .top-desc {
    padding-top: 40px;
    padding-left: 120px;
}
.case-header .top-desc h2 {
    text-align: left;
    font-size: 2.5em;
    text-transform: uppercase;
    margin: 0;
    color: #333;
    font-weight: 700;
}
.case-header .top-desc h2 span {
    font-weight: 300;
}

.case-header .top-desc p {
    color: #666;
    font-size: 1.2em;
    max-width: 75%;
    padding: 10px 0;
}

.case-header .top-desc .challenge strong {
    color: #00a7ff;
    text-transform: uppercase;
}

.case-header .top-desc .back {
    margin-left: -20px;
}

.case-header .top-desc .back a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;

}


.case-header .top-desc .back a:before {
    font-family: icomoon;
    padding-left: 5px;
    content: "\e608";
    display: block;
    float: left;
    line-height: 22px;
    font-size: 1.2em;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}


.case-header .top-desc .back a:hover {
    color: #00a7ff;
}



/*about-benefits*/

.specs .col2 ul li {
    width: 100%;
    color: #fff;
    font-weight: 300;
    font-size: 1.1em;
    list-style: none;
    /*padding-bottom: 1em;*/
    line-height: 1.6em;
    clear: both;
}

.specs .col2 ul li:before {
    color: #333;
    display: block;
    float: left;
    content: "\2022";
    font-size: 1.2em;
    padding-right: .5em;
    position: relative;
    top: .1em;
    width: 5%;
}

.specs .col2 ul li span {
    display: block;
    float: left;
    width: 90%;
    padding-bottom: 1em;
}

.specs .col2 p {
    text-align: left;
    margin: 0;
    padding: 0;
}

.specs .col2 .tit {
    font-weight: 700;
    font-size: 1.4em;
    color: #333;
    /*margin-top: 2.5em;*/
    margin-bottom: 1em;
}
.digital-printing .specs .col2 {
    padding: 40px 0;
}

.specs .col2 .tit + ul {
    margin: 0;
    padding: 0;
}
.specs.performance h2,
.specs.quality h2 {
    text-align: left;
    width: 80%;
    float: left;
}

.specs.performance .icon-arrow-right,
.specs.quality .icon-arrow-right {
    text-align: left;
    width: 20%;
    float: right;
    color: #fff;
    font-size: 3em;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

#expand-content {
    display: none;
}

#expand-content .tit {
    font-weight: 700;
    font-size: .8em;
    color: #333;
    margin-top: 2.5em;
    margin-bottom: 1em;
}
#expand-content p {
    font-weight: 300;
    font-size: .9em;
    line-height: 1.6em;
    max-width: 60%;
}

.hidden-left {
    width:100%;
    z-index:99;
    position:absolute;
    left:-2000px;
}

.hidden-right {
    width:100%;
    z-index:99;
    position:absolute;
    right:-2000px;
    display: none;
}

.specs.visible {
    display: block;
}

.mobile-submenu {
    display: none;
    margin-top: 0;
}

.mobile-submenu li a {
    text-transform: none;
    padding: 0 0 30px 20px;
    font-weight: 400;
}



/*HOMEPAGES*/
#videosList {
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}
/*@media (max-width: 1250px) {
  #videosList {
    padding: 0px 50px; }
}
@media (max-width: 900px) {
  #videosList {
    padding: 60px 20px; }
  }*/

.item, .video {
    width: 25.1%;
    height: 100%;
    display: inline-block;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}

.item.news {
    width: 24.7%;
}

/*only for homepage*/
body{
    overflow-x: hidden
}

#videosList .item,
#videosList .video{
    transition: all .2s ease-in-out;
}

#videosList .item:hover,
#videosList .video:hover{
    transform: scale(1.05);
    overflow-y: hidden;
    z-index: 100;
}






#videosList .news:hover {
    transform: scale(1);
    overflow-y: hidden;
    z-index: 100;
}

@media (max-width: 900px) {

    #videosList .item .range-item {
        width: 100%;
        background: url("/images/range-home-page-mobile.jpg") center no-repeat;
        background-size: cover;
    }

    #videosList .item .range-item h2 {
        padding-top: 30px;
    }
    #videosList .item .range-item .pill {
        margin-top: 5px;
    }

    #videosList .video .assets-item {
        width: 100%;
        background: url("/images/professional-cases-mobile1.jpg") center no-repeat;
        background-size: cover;
    }
    #videosList .video .cases-item {
        width: 100%;
        background: url("/images/professional-cases-mobile.jpg") center no-repeat;
        background-size: cover;
    }
}

#videosList .news h2{
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px
}

.news:hover .slide-up{
    display: block
}

#videosList .slide-caption{
    height: 100%;
    text-align: left;
    padding-right: 15px;
}

#videosList .slide-caption h2{
    position: absolute;
    top: 25%;
    left: 15px !important;
    font-size: 28px;
}

.news .subtxt{
    margin: 0;
    width: 100%;
}
/*
.news:hover .subtxt{
	bottom: 38%!important;
}*/

.news .icon-arrow-right{
    margin-bottom: 70px
}

.news li{
    width: 100%;
    clear: both;
    display: block;
    /*margin-top: -1px*/ /*FIX 1px of scale issue*/
}

.news li img{
    /*max-height: 170px;*/
    /*width: 100%;*/
    position: relative;
    z-index: 100;
}

.news li a {
    position: relative;
}

.news li a .info {
    position: absolute;
    top: 25%;
    z-index: 101;
    right: 15%;
    width: 110px;
    text-align: left;
}

.news li a .info .text {
    color: #333;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 5px;
}

.news li a .info .link{
    color: #019cff;
    font-size: 12px;
    display: inline-block;
    text-decoration: underline;
    text-transform: none;
    cursor: pointer;
}



.slide-up ul{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}




.where-to-buy .item {
    width: 50%;
}

.half .video {
    width: 50%;
}

.videoSlate  {
    width: 100%;
    height: 0;
    padding: 100% 0;
    -webkit-transition: 5000ms 50ms;
    -moz-transition: 5000ms 50ms;
    transition: 5000ms 50ms;
}

.imgSlate{
    min-width: 100%;
    display: block;
    height: 100%;
    position: absolute;
}

.imgSlate img{
    min-width: 100%;
    width: 100%;
    min-height: 100%
}


.home .videoSlate:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: 500ms 50ms;
    -moz-transition: 500ms 50ms;
    transition: 500ms 50ms;
}

.videoSlate video {
    top: 0;
    left: 0;
    /*width: 100%!important;
    height: auto!important;*/
    position: absolute;
    background: #000;
    height: 100%;
    width: 100%
}


.videoListCopy {
    display: block;
    text-align: center;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.videoListCopy a {
    display: block;
    /* padding: 80% 0; */
    text-decoration: none;
    -webkit-transition: 500ms 50ms;
    -moz-transition: 500ms 50ms;
    transition: 500ms 50ms;
    position: relative;
    top: 0;
    height: 100%;
    text-align: center;
    width: 100%;

}

.videoListCopy .small_icon{
    margin-bottom: 10px;
}

.videoListCopy small {
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.2em;
    font-weight: 900;
    display: block;
}

.videoListCopy a h2 {
    font-size: 34px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 0;
    text-decoration: none;
    font-weight: 300;
    display: inline-block;
    z-index: 101;
    /* display: block; */
    width: 100%;
}
.videoListCopy > a:hover {
    text-decoration: none;
    background: none!important
}

.videoListCopy a:hover .subtxt{
    bottom: 15%;
    /*bottom: 0;*/
}

.optimizer .videoListCopy a:hover .subtxt {
    bottom: 0;
}

.videoListCopy a:hover .subtxt p,
.videoListCopy a:hover .subtxt .pill{
    animation: fade 0.2s;
    animation-fill-mode: forwards;
}

@keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

#videosList:hover a{
    background: url(../images/transp.png) repeat;
    background: rgba(0, 0, 0, 0.4);
}

.videoListCopy a strong {
    font-weight: 900;  display: block;
}

.videoListCopy hr {
    width: 25%;
    border-top: 4px solid #0086cd;
}

.hid {
    display: none;

}

.subtxt {
    text-transform: none;
    font-size: 16px;
    line-height: 1.2em;
    color: #000;
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 85%;
    margin: 0 8%;
    -webkit-transition: 500ms 50ms;
    -moz-transition: 500ms 50ms;
    transition: 500ms 50ms;
    height: 280px
}

#videosList .blackbackground h2,
#videosList .blackbackground.subtxt{
    color: #fff
}


.subtxt p{

    opacity: 0
}

.videoListCopy a:hover .hid {
    display: block;

}

.videoListCopy a p {
    font: 400 .9em/1.4 "Lato", Arial, sans-serif;
}

.pill {
    text-decoration: none;
    text-transform: uppercase;
    line-height: 100%;
    overflow: hidden;
    display: inline-block;
    color: #0086cd;
    border: 2px solid #0086cd;
    font-size: 16px;
    font-weight: 900;
    padding: 10px 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -moz-transition: all 150ms;
    -webkit-transition: all 150ms;
    transition: all 150ms;
    /*opacity: 0;*/
    margin: 20px auto;
    position: relative;
}

.home .pill {
    opacity: 0;
}

#videosList .blackbackground .pill{
    color: #fff;
    border: 2px solid #fff;
}

hr {
    width: 10%;
    border: 0 none;
    border-top: 3px solid #0086cd;
    margin: 20px auto;
}

.news .icon-arrow-right {
    color: #fff;
    font-size: 3em;
    display: block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(90deg);

}

.fluid-container .navbar-nav {
    float: right;
    margin: 21px 20px 0 0;
}





.fluid-container .navbar-default .navbar-nav>li:first-child>a {
    background-color: #222;
    padding: 15px 30px 15px 20px;
}


.fluid-container .navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    background-color: transparent;
    padding: 15px 12px;
}

.fluid-container .navbar-default .navbar-nav>li>a:focus,
.fluid-container .navbar-default .navbar-nav>li>a:hover,
.fluid-container .navbar-default .navbar-nav>li.active>a{
    color: #0086cd;
}

.fluid-container .navbar-default .navbar-nav>li>a:hover {
    background: transparent;
}


.fluid-container .navbar-default {
    background: #000;
    margin-bottom: 0;
    border: 0 none;
    border-radius: 0;
    /*z-index: 101;*/
    z-index: 1001;
    width: 100%;
}

.navbar-nav>li>.dropdown-menu {
    margin-top:20px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}
.navbar-default .navbar-nav>li>a {
    /*width:200px;*/
    font-weight:bold;
}
.mega-dropdown {
    position: static !important;
    /*width:100%;*/
}
.fluid-container .navbar-default .mega-dropdown.open .dropdown-toggle {
    background-color: #f1f0f0;
    color: #019cff;
}

.mega-dropdown.open .dropdown-toggle .glyphicon-menu-hamburger:before {
    content: "\e014";
}

.dropdown-toggle .glyphicon {
    padding: 0 15px 0 0;
}


.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu > li > ul{
    margin: 0;
    padding: 0;
}

.mega-dropdown-menu > li > ul > li > ul {
    padding: 0;
    margin: 0 0 0 15px;
}
.mega-dropdown-menu > li > ul > li,
.mega-dropdown-menu > li > ul > li > ul{
    list-style: none;
}
.mega-dropdown-menu > li > ul > li > a,
.mega-dropdown-menu > li > ul > li > ul > li > a{
    display: block;
    padding: 5px 0;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}

.mega-dropdown-menu > li > ul > li > ul > li.active > a {
    color: #0086cd;
}



.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #0086cd;
    /*background-color: #f5f5f5;*/
}

/*.mega-dropdown-menu > li ul > li > a:hover:before,
.mega-dropdown-menu > li ul > li > a:focus:before {

    font-family: icomoon;
    content: "\e608";
}*/

.mega-dropdown-menu .dropdown-header,
.mega-dropdown-menu .dropdown-header a{
    color: #000;
    font-size: 16px;
    font-weight:700;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 10px;
}
.mega-dropdown-menu form {
    margin:0;
}
.mega-dropdown-menu .form-group {
    width: 100%;
    position: relative;
}

.fluid-container .dropdown-menu {
    background-color: #f1f0f0;
    border: 1px solid transparent;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 0;

}

@media (max-width: 768px) {

    .navbar-header .navbar-brand {
        margin-left: 0%;
    }

    .navbar-brand>img {
        width: 80%;
    }

}



.choose-item {
    margin: 20px auto;
    text-align: center;
}

.digital-printing .choose-item,
.digital-printing .choose-item li{
    margin: 0;
}

.range .choose-item {
    margin: 20px auto 0;
}

.range .choose-item li .pill{
    color: #667987;
    border: 2px solid #667987;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 30px;
    margin: 0 0 10px 0;
}

.range .choose-item li:first-child .pill:hover {
    background-color: #54b64e;
    color: #fff;
    border: 2px solid #54b64e;
}

.range .choose-item li + li .pill:hover {
    background-color: #db5e53;
    color: #fff;
    border: 2px solid #db5e53;
}

.range .choose-item li + li + li .pill:hover {
    background-color: #00ccff;
    color: #fff;
    border: 2px solid #00ccff;

}

.range .choose-item li + li + li + li .pill:hover {
    background-color: #2135DC;
    color: #fff;
    border: 2px solid #2135DC;
}

.range .choose-item li {
    margin: 0 10px;
}

.professional-cases .choose-item {
    margin: 0 auto;
}

.choose-item li {
    display: inline-block;
    text-align: center;
    margin: 20px 0;
}

.range .choose-item li {
    margin: 0 10px;
}

.digital-printing .choose-item li a,
.professional-cases .choose-item li a{
    margin: 5px 10px 20px 10px;
    padding: 10px 30px;
    color: #0086cd;
}

.professional-cases .choose-item li {
    margin: 10px 0 20px 0;
}

.professional-cases .choose-item li a {
    color: #667987;
    border: 2px solid #667987;
    font-size: 13px;
}

.choose-item li a {
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 44px;
    -moz-transition: all 150ms;
    -webkit-transition: all 150ms;
    transition: all 150ms;
    margin: 20px auto;
}
.choose-item li a:hover,
.choose-item li.active a{
    background-color: #0086cd;
    color: #fff;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    text-decoration: none;
}

.professional-cases .choose-item li a:hover {
    border: 2px solid #00a7ff;
    background-color: #00a7ff;
}

.brand-center .choose-item {
    margin: 0 auto;
}
.brand-center .choose-item li .active {
    margin: 10px;
    border: none;
}

.brand-center .choose-item li .pill{
    margin: 10px;
    padding: 10px 25px;
    color: #999;
    border: 1px solid #ccc;
}


.brand-center .choose-item li .pill:hover,
.brand-center .choose-item li.active .pill {
    background-color: #1dafec;
    color: #fff;
    border: 1px solid #1dafec;
}


@media (min-width: 900px) and (max-width: 1060px) {


    .fluid-container .navbar-default .navbar-nav>li:first-child>a {
        padding: 15px 10px 15px 10px;
    }

    .fluid-container .navbar-default .navbar-nav>li>a {
        padding: 15px 7px;
    }

    .fluid-container .navbar-nav>li>.dropdown-menu.lang-list{
        min-width: 52px;
    }

}


.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #019cff;
}

@media (min-width: 790px) and (max-width: 960px) {
    .navbar-default .navbar-header .navbar-brand>img {
        width: 150px
    }

    .navbar-default .navbar-header .navbar-brand {
        padding: 30px 5px 30px 8px;
    }
}

@media (min-width: 810px) and (max-width: 880px) {

    .fluid-container .navbar-nav {
        margin-right: 10px;
    }

    .navbar-default .navbar-header .navbar-brand {
        padding-left: 10px !important;

    }

    .fluid-container .navbar-default .navbar-nav>li:first-child>a {
        padding: 15px 8px 15px 7px !important;
    }

    .fluid-container .navbar-default .navbar-nav>li>a {
        padding: 15px 5px !important;
    }

}


@media (max-width: 820px) {
    .fluid-container .navbar-default .navbar-nav>li>a {
        padding: 10px 10px !important;
    }

    .navbar-nav .open .dropdown-menu.lang-list{
        position: absolute;
    }

    .fluid-container .navbar-nav>li>.dropdown-menu.lang-list {
        background-color: #f1f0f0;
        min-width: 52px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu.lang-list>li>a:hover {
        color: #019cff;
    }

    .fluid-container .navbar-default .navbar-nav>li:first-child>a{
        margin-top: 0px !important;
    }

}


@media (min-width: 790px) and (max-width: 900px) {

    /*.navbar-default .navbar-header .navbar-brand {*/
        /*padding-right: 10px;*/
    /*}*/

    .fluid-container .navbar-default .navbar-nav>li>a {
        padding: 15px 7px;
    }

    .fluid-container .navbar-default .navbar-nav>li:first-child>a {
        padding: 15px 10px 15px 10px;
    }
}

@media (max-width: 460px) {
    .fluid-container .navbar-default .navbar-nav>li:first-child>a{
        margin-right: 0 !important;
    }

}



.where-to-buy header {
    background-color: white;
    min-height: 60px;
    position: relative;
    z-index: 99;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
    box-shadow: 0 8px 6px -6px #000000;
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
    /*filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.50);*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    zoom: 1;

}
.where-to-buy header h1 {
    text-align: center;
    font:300 2.4em/1 'Lato', Arial, sans-serif;
    text-transform: uppercase;

}
.where-to-buy .item {
    margin-top: -10px;
    min-height: 800px;
}


.where-to-buy .videoListCopy a {
    padding: 300px 0 0 0;
    height: 100%;
    color:#fff;
    cursor: pointer;
}

.where-to-buy.optimizer .videoListCopy a {
    padding: 160px 0 0 0;
}

.where-to-buy.optimizer .videoListCopy a:hover,
.where-to-buy.optimizer .videoListCopy a:visited,
.where-to-buy.optimizer .videoListCopy a:focus {
    text-decoration: none;
}


.where-to-buy .videoListCopy a:hover {
    background: rgba( 0, 0, 0, 0.3)!important;
}

.where-to-buy .videoListCopy a h2 {
    color:#fff;
    font-size: 3.4em;
}

.where-to-buy .videoListCopy .subtxt {
    width: 100%;
    color: #fff;
    font-size: 1.5em;
    padding: 2em 0.5em;
    margin: 0 auto;
    /* bottom: 10%;
     height: 280px;*/

}

.where-to-buy .videoListCopy .subtxt p strong {
    text-transform: uppercase;
    color: #00a7ff;
}

.where-to-buy .videoListCopy .subtxt .pill {
    opacity: 0;
}


@media (min-width: 641px) and (max-width: 900px) {

    .where-to-buy .item {
        min-height: 440px;
        width: 50%!important;
    }
    .where-to-buy .videoListCopy a {
        padding: 150px 0 0 0;
    }


}

@media (min-width: 901px) and (max-width: 1100px) {

    .where-to-buy .item {
        min-height: 540px;
    }

    .where-to-buy .videoListCopy a {
        padding: 150px 0 0 0;
    }

    .where-to-buy .videoListCopy .subtxt {
        font-size: 1.1em;
    }

    .videoListCopy a:hover .subtxt {
        bottom: 5%;
    }
}






@media (min-width: 320px) and (max-width: 640px) {
    .where-to-buy .item {
        min-height: 290px;
    }
    .where-to-buy .videoListCopy a {
        padding: 60px 0 0 0;
    }
    .videoListCopy a p {
        opacity: 1;
        font-size: .7em;
    }
    .where-to-buy .videoListCopy .subtxt {
        padding: .5em 1em;
        bottom: 5%;
    }
    .videoListCopy hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .where-to-buy .videoListCopy .subtxt .pill {
        opacity: 1;
        font-size: 14px;
    }

    .where-to-buy .map-tools .list-toggle {
        margin: 1px 0 0 0;
        font-size: 13px;
        padding: 13px;
    }

    .where-to-buy .map-tools .list ul {
        padding: 0 40px;

    }

    .where-to-buy .map-tools .list {
        left: 40px;
        width: 350px;
    }

    .where-to-buy .map-tools .list .markers-search {
        margin-left: 40px;
    }
}

.pill.white {
    color: #fff;
    border: 2px solid #fff;
}
.pill.green {
    color:#54b64e;
    border: 2px solid #54b64e;
    padding: 12px 50px 12px 30px;
}

.pill.green:hover {
    background-color: #54b64e;
    color: #fff;
    text-decoration: none;
}

.pill.blue {
    color:#00ccff;
    border: 2px solid #00ccff;
    padding: 12px 50px 12px 30px;
}

.pill.blue:hover {
    background-color: #00ccff;
    color: #fff;
    text-decoration: none;
}

.pill.red {
    color:#db5e53;
    border: 2px solid #db5e53;
    padding: 12px 50px 12px 30px;
}

.pill.red:hover {
    background-color: #db5e53;
    color: #fff;
    text-decoration: none;
}

.pill.darkblue {
    color:#2135DC;
    border: 2px solid #2135DC;
    padding: 12px 50px 12px 30px;
}

.pill.darkblue:hover {
    background-color: #2135DC;
    color: #fff;
    text-decoration: none;
}


.map {
    width: 100%;
    overflow: hidden;
}
.map img {
    width: 100%;
}

.form-group .btn-primary {
    width: 40px;
    position: absolute;
    right: 0;
    border-radius: 0;
}

.mega-dropdown-menu .form-control {
    float: left;
    width: 89%;
    border-radius: 0;
}

.breadcrumbs {
    border-bottom: 1px solid #f2f2f2;
}

.breadcrumbs .breadcrumb {
    background-color: #fff;
    margin: 10px 0;
    text-transform: uppercase;
    font-size: .8em;
}


/*Key features page */

.ream-setting {
    overflow: hidden;
    min-height: 220px;
    border-top: 1px solid #f2f2f2;
}


.ream-setting .pull-right {
    text-align: right;
    padding: 10px 40px 0 0;
    width: 45%;
}

.ream-setting .col-md-6 h3 {
    text-transform: none;
    color: #fff;
    font:400 40px "Lato", sans-serif;
}

.ream-setting .col-md-6 .pull-right p,
.ream-setting .col-md-6 .pull-left p{
    color: #fff;
    font:400 18px "Lato", sans-serif;
}

.ream-setting .pull-left {
    text-align: left;
    padding: 20px 0 0 40px;
    width: 45%;
}


.error-pages .banner {
    color: #fff;
    min-height: 640px;
    background: url("../images/not-found.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/not-found.jpg', sizingMethod='scale');
    -ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/not-found.jpg', sizingMethod='scale')";
}

.error-pages .banner h1,
.error-pages .banner p {
    text-align: center;
}






.banner h1,
.banner p {
    text-align: left;
    width: 100%;
}


.digital-printing .know-more,
.performance .know-more,
.innovation .know-more,
.sustainability .know-more,
.key-features .know-more {
    margin-top: 0;
}


.know-more .container {
    border-top: 1px solid #eee;
}

.know-more h2 {
    font: 300 1.8em/1.4 'Lato', sans-serif;
    margin: 2em 0 1em;
    text-transform: uppercase;
}


.know-more ul {
    width: 100%;
    list-style: none;
    margin: 0 0 -1px 0;
    padding: 0;
    overflow: hidden;
}
.know-more ul li {
    position: relative;
    float: left;
}

.know-more .third li{
    width: 33.333%;
}

.know-more .fourth li {
    width: 25%;
}

@media (max-width: 900px) {
    .know-more .fourth li {
        width: 50%;
    }
}

.know-more ul li img {
    width: 100%;
    height: 100%;
    background-color: #000000;
}
.know-more ul li a {
    display: block;
    overflow: hidden;
}

.know-more ul li .subtxt {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 30% 0;
    text-align: center;
    height: 100%;
    margin: 0;
    -webkit-transition: 500ms 50ms;
    -moz-transition: 500ms 50ms;
    transition: 500ms 50ms;
}
.know-more ul li .subtxt:hover {
    height: 100%;
    width: 100%;
    background: url(../images/transp.png) repeat;
    background: rgba(0, 0, 0, 0.4);
}


.subtxt h3 {
    font: 700 1.8em/1.4 'Lato', sans-serif;
    text-transform: uppercase;
}

.subtxt h3 {
    color: #fff;
}
.subtxt h3 em {
    font-weight: 300;
    font-style: normal;
    display: block;
}

.content h2 {
    font: 300 2.4em/1.4 'Lato', sans-serif;
    margin: 2em 0;
    text-transform: uppercase;
}
.content h2 strong {
    font-weight: 900;
    display: block;
}

.content h3 {
    font: 300 1.8em/1.4 'Lato', sans-serif;
    text-transform: uppercase;
}

.brand-center  .tab-content .downloads h2 {
    color: #1dafec;
    font-size: 1.6em;
    margin: 0 0 1em 0;
}

.content .tit {
    color: #333;
}

.content .tit.green,
.content .tit.green small{
    color: #017431;
}
.content .tit.orange,
.content .tit.orange small{
    color: #fd7400;
}
.content .tit.lightblue,
.content .tit.lightblue small{
    color: #3abae9;
}

.content .tit.aqua,
.content .tit.aqua small{
    color: #48afa2;
}


.content .tit.darkerblue,
.content .tit.darkerblue small{
    color: #004179;
}
.content .tit.medblue,
.content .tit.medblue small{
    color: #007fc6;
}
.content .tit.yellow,
.content .tit.yellow small{
    color: #f7af02;
}

.content .tit.darkred,
.content .tit.darkred small{
    color: #9f0730;
}
.content .tit.lightgreen,
.content .tit.lightgreen small{
    color: #56ac27;
}

.content .tit small {
    text-transform: none;
    font-size: 80%;
}
.content h3 strong {
    font-weight: 900;
}
.content .col-md-6 img {
    width: 100%;
}

.content .col-md-6 p {
    font-size: 1.1em;
    line-height: 1.6em;
}


.bg-consultant {
    min-height: 480px;
    background: url("../images/professional-profiles/professional-1.jpg") no-repeat center 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/professional-profiles/professional-1.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/professional-profiles/professional-1.jpg', sizingMethod='scale')";
}
.bg-editor {
    min-height: 480px;
    background: url("../images/professional-profiles/professional-2.jpg") no-repeat center 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/professional-profiles/professional-2.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/professional-profiles/professional-2.jpg', sizingMethod='scale')";
}

.bg-entrepreneur{
    min-height: 480px;
    background: url("../images/professional-profiles/professional-3.jpg") no-repeat center 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/professional-profiles/professional-3.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/professional-profiles/professional-3.jpg', sizingMethod='scale')";
}

.bg-designer{
    min-height: 480px;
    background: url("../images/professional-profiles/professional-4.jpg") no-repeat center 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/professional-profiles/professional-4.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/professional-profiles/professional-4.jpg', sizingMethod='scale')";
}



.reams-detail {
    width: 100%;
    background-color:#f5f5f5;
    clear: both;
}

.range .content .multi-reams {
    width: auto;
    clear: both;
}

#aesthetic .multi-reams {
    width: 100%;
}

.range .content h2 {
    margin: 1em 0;
}
.range hr {
    margin-top: 0;
    margin-bottom: 25px;
    border: 0;
    border-top: 4px solid #54b64e;
    width: 30%;
}

.range .col-md-push-50 {
    left: -50%;
}
#aesthetic hr {
    border-color: #db5e53;
}
#ecological hr {
    border-color: #00ccff;
}
.ream-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ream-list a:hover {
    text-decoration: none;
    /*opacity: .7;*/
}
.ream-list .pill {
    color:#667987;
    border: 2px solid #667987;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 30px;
    margin-top: 15%;
}

.ream-list .desc {
    font-size: 1.4em;
    color: #667987;
}
.ream-list p {
    color: #333;
}

.ream-foto {
    overflow: hidden;
}

.ream .ream-features .long-txt h3 {
    margin: 10px 0;
    padding: 0;
}

.ream .ream-features .long-txt li span {
    font-size: 1em;
    padding-bottom: .5em;
}

.ream .ream-features .long-txt .lightblue {
    font-size: 1.2em;
}


.show-reams a .icon-arrow-right3 {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 1.6em;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display:inline-block;
}

.ream-list a:hover{
    text-decoration: none;
}

.ream-list li {
    border-bottom: 1px solid #fff;
    padding: 2% 0;
}

.business-stores {
    min-height: 500px;
}

.business-list {
    margin: 40px 0;
    clear: both;
}

.business-list li {
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
    list-style: none;
    min-height: 140px;
    margin-bottom: 20px;
}

.business-list .col-md-5 img {
    width: 100%;
    max-width: 220px;
    border: 1px solid transparent;
    padding: 10px;
}
.business-list .tit{
    color:#667987;
    font:700 1em/1.5 Lato, sans-serif;
    text-transform: uppercase;
    padding-top: 0;
    margin-bottom: 5px;
}
.business-list a {
    color: #4485d1;
    font-size: 1em;
    text-transform: none;
    display: inline-block;
}
.business-list a:hover img {
    border: 1px solid #4485d1;;
}

.business-list .address {
    margin: 5px 0 5px;
    color: #777;
    font-size: .9em;
    text-transform: none;
}
.btn-pref {
    margin: 10px 0 20px 0;
}


.select-country {
    margin: 30px auto 0;
    text-align: center;
    float: none;
    width: 50%;
}

.select-country .location,
.select-country .styled-select{
    width: 50%;
    float: left;
}

.select-country .styled-select select{
    background: #fff;
    border:1px solid #ccc;
    color: #999;
    border-radius: 20px;
    padding-left: 20px;
    margin-top: 10px;
}

/*.select-country .styled-select:after {
    color: #999;
    top: 15px;
    font-size: 24px;
}*/


.fluid-container .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

@media (max-width: 768px) {
    .navbar-header .navbar-brand {
        padding: 3% 5%;
        height: auto;
        max-width: 70%;
    }
    .range .banner h1 {
        font-size: 2em;
    }
}

/*ream*/
.ream .topic-highlight {
    height: auto;
    padding: 30px 0;
    margin-top: 0;
    min-height: auto;
}
.ream-info {
    padding-top: 5%;
}
.ream-info p small {
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 2%;
    display: block;
    color: #333;
}
.ream .banner {
    min-height: 500px;
}

.ream .banner p {
    font-size: 1em;
}

.ream .banner .back {
    margin: 0 -20px;
    line-height: 22px;
    cursor: pointer;
}



.ream .banner .back a:before {
    font-family: icomoon;
    padding-left: 5px;
    content: "\e608";
    display: block;
    float: left;
    line-height: 22px;
    font-size: 1.2em;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.ream .banner .back a:hover {
    text-decoration: none;
}
.ream .banner .back a:hover small {
    text-decoration: none;
    color: #00a7ff;
}


.utilities {
    padding-top: 2%;
    padding-bottom: 2%;
    /*border-top: 1px solid #ccc;*/
    margin-top: 2%;
    margin-bottom: 2%;
}
.utilities hr {
    text-align: left;
    float: left;
    border-top: 2px solid #eee;
}

.utilities h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0;

}

.utilities p {
    margin: 0;
    padding: 0;
}

.utilities ul,
.utilities-icons {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
}

.utilities ul li{
    padding-bottom: 15px;
}
.utilities-icons li {
    display: table-cell;
    width: 1%;
}
.utilities-icons .format em {
    font-style: normal;
    font-size: 2.2em;
    font-weight: 700;
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 25px;
}

.utilities-icons .format em.green {
    color: #017431;
}
.utilities-icons .format em.orange {
    color: #fd7400;
}
.utilities-icons .format em.darkerblue {
    color: #004179;
}
.utilities-icons .format em.medblue {
    color:#007fc6;
}
.utilities-icons .format em.medblue {
    color:#007fc6;
}
.utilities-icons .format em.yellow {
    color: #f7af02;
}
.utilities-icons .format em.lightgreen {
    color: #56ac27;
}
.utilities-icons .format em.darkred {
    color: #9f0730;
}

.utilities-icons .format em.lightblue {
    color: #3abae9;
}

.utilities-icons .format em.aqua {
    color: #48afa2;
}

.utilities-icons .format span,
.utilities-icons .format small {
    display: block;
}
.utilities-icons .format span {
    padding-top: 5px;
}

.ream .banner h1 {
    padding: 0;
    font-size: 2.8em;
    font-weight: 400;
}

.ream .banner h1 small {
    display: inline-block;
    font-size: .6em;
    font-weight: 300;

}
.ream .banner h2 {
    color: #667987;
    font-weight: 300;
    font-size: 1.8em;
}
.ream-features {
    margin: 2em 0;
}
.ream-features h2 {
    margin: 0;
}

.ream-features h2 strong {
    display: inline;
}
.ream-features .feat {
    margin-top: 4em;

}

.ream-features h4 {
    text-transform: none;
    line-height: 24px;
}

.ream-features .col-md-6 h3 {
    margin-bottom: 1em;
}

.ream-features .feature-img {
    margin-top: 4em;
    display: block;
}


.ream .banner .orange,
.content h3.orange,
.ream .banner .orange small,
.ream-features h4.orange{
    color: #fd7400;
}
.ream .banner .green,
.content h3.green,
.ream .banner .green small,
.ream-features h4.green {
    color: #017431;
}
.ream .banner .lightblue,
.content h3.lightblue,
.ream .banner .lightblue small,
.ream-features h4.lightblue,
.content .col-md-6 p.lightblue{
    color: #3abae9;
}

.ream .banner .aqua,
.content h3.aqua,
.ream .banner .aqua small,
.ream-features h4.aqua,
.content .col-md-6 p.aqua{
    color: #48afa2;
}

.ream .banner .darkerblue,
.content h3.darkerblue,
.ream .banner .darkerblue small,
.ream-features h4.darkerblue,
.feature-img p.darkerblue{
    color: #004179;
}
.ream .banner .medblue,
.content h3.medblue,
.ream .banner .medblue small,
.ream-features h4.medblue {
    color: #007fc6;
}
.ream-features h4.medblue {
    text-transform: uppercase;
}

.ream .banner .yellow,
.content h3.yellow,
.ream .banner .yellow small,
.ream-features h4.yellow  {
    color: #f7af02;
}
.ream .banner .darkred,
.content h3.darkred,
.ream .banner .darkred small,
.ream-features h4.darkred,
.feature-img p.darkred{
    color: #9f0730;
}
.ream .banner .lightgreen,
.content h3.lightgreen,
.ream .banner .lightgreen small,
.ream-features h4.lightgreen {
    color: #56ac27;
}

.ream .banner .ream-info h1 small {
    text-transform: none;
}

.item-pos .align-m {
    position: relative;
    overflow: hidden;
    min-height: 480px;
}





.item-pos .sust-bg1 p {
    color: #fff;
    text-align: right;
    font-size: 5em;
    padding-right: 40px;
    margin-top: 5%;
    font-weight: 300;
}

.item-pos .sust-bg1 p small {
    display: block;
    text-transform: uppercase;
    font-size: .2em;
    font-weight: 700;
    line-height: 1em;
}











.item-pos .inov-bg1 p {
    color: #fff;
    text-align: left;
    padding-left: 40px;
    margin-top: 60px;
    max-width: 300px;
}

.item-pos .inov-bg1 p strong {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2em;
}

.item-pos .inov-bg1 p small {
    display: block;
}


.assets {
    padding-bottom: 40px;
}

.assets h3 {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 2em;
}

.assets.left {
    padding-left: 60px;
}

.assets.right {
    padding-right: 60px;
}
.assets ul {
    margin: 0;
    padding: 0;
}
.assets li {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    clear: both;
    font-size: 1.1em;
}

.assets li span {
    display: block;
    float: left;
    width: 90%;
    padding-bottom: 1em;
    font-size: 1.1em;
    font-weight: 400;
}

.digital-printing .assets li span {
    font-size: 1em;
}

.assets li span strong {
    color: #0086cd;
}
.assets li:before {
    color: #0086cd;
    display: block;
    float: left;
    content: "\2022";
    font-size: 1.2em;
    padding-right: .5em;
    position: relative;
    top: 0;
    width: 5%;
}

.assets .aqua li:before {
    color: #48afa2;
}

.assets h4 {
    line-height: 28px;
}

.innovation .specs {
    background-color: #f2f2f2;
    background-image: none;
    min-height: 420px;
}

.innovation .specs h2 {
    color: #333;
    font-size: 2.2em;
}
.innovation .specs h2 span {
    display: inline;
    color: #333;
}
.innovation .i-specs li {
    width: 33.33%;
}


.digital-printing .bg-bottom h3 {
    position: relative;
    font: 300 2em/1.4 'Lato', sans-serif;
    padding: 0;
}

/*.digital-printing .bg-bottom h3:after {
    font-family: 'icomoon';
    content: "\e611";
    position: absolute;
    right: 0;
    top: 30%;
    color: #00a7ff;
    font-weight: normal;
    font-size: 1.5em;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
*/


.applications h3 {
    font: 300 2em/1.4 'Lato', sans-serif;
    text-transform: uppercase;
    margin: 1em 0 .5em;
}

.portfolio-item a {
    border: 1px solid #ccc;
    display: block;
    text-align: center;
    color:#333;
    padding: 15px 15px 0 15px;
    margin-bottom: 40px;
    min-height: 240px;
}



.portfolio-item a img {
    width: 100%;
}

.portfolio-item a h3 {
    text-transform: none;
    font-size: 14px;
    min-height: 40px;
}

.portfolio-item a h3 em {
    font-style: normal;
    color: #999;
    font-size: 12px;
    display: block;
}
.portfolio-item a:hover {
    text-decoration: none;
    border: 1px solid #1dafec;
}
.download {
    color:#1588ca;
}
.download span {
    color: #999;
    margin-left: 15px;
}

.download:before {
    content:"\e025";
    font-family: 'Glyphicons Halflings';
    color:#1588ca;
    font-size: 1em;
    display: inline;
    margin-right: 15px;
    font-weight: 300;
}

.portfolio-item hr {
    margin-top: 20px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #ccc;
    width: 30%;
}

.where-to-buy .no-stores-message {
    min-height: 520px;
    padding-top: 40px;
}

.no-stores-message p {
    max-width: 50%;
    /*color: #738592;
    font-size: 1em;*/
    text-align: center;
    margin: 0 auto;
}

.btn-txt {
    padding: 5px 0 5px 40px;
}


#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 14px;
    right: 3%;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url("/images/to-top1.png") no-repeat 0px 0px;
    z-index: 102;
}

#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/* Google Custom Search */

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button {
    box-sizing: content-box;
    line-height: normal;
}

.gcsc-branding {
    display: none;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    background-color: #fff !important;
    color: #999 !important;
    padding: 8px 12px !important;
    border: 1px solid #ccc !important;
    text-decoration: none !important;
    margin: 5px!important;
    display: inline-block!important;
}

.gsc-cursor-box.gs-bidi-start-align {
    text-align: center !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page{
    border-color: #009CFF !important;
    color: #fff !important;
    background-color: #009CFF  !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page:hover{
    border-color: #009CFF !important;
    color: #fff !important;
    background-color: #009CFF  !important;
}

.gsc-control-cse {
    border: none !important;
}

.gsc-above-wrapper-area{
    border: none !important;
}

.gscb_a {
    display: inline-block;
    font: 25px/21px arial,sans-serif !important;
}


.contacts .form-item {
    margin: 20px auto;
}
.contacts .img-placeholder {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    top:0
}

.contacts .img-placeholder img {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    max-width: 220px;
}

.contacts .img-placeholder p {
    text-align: center;
    color: #0d669a;
    font-weight: 400;
    position: absolute;
    top: 20%;
    line-height: 20px;
    left: 5%;
    max-width: 160px;
}

.contacts .img-placeholder p strong {
    color: #58a5ff;
    font-size: 4em;
    display: block;
    font-weight: 900;
    line-height: 1em;
}

/*faqs */
/*faqs */

#faqs-menu.clone{
    position: fixed;
    z-index: 99999;
    width: 100%;
    top: -47px;
    /*opacity: 0;  */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

}

#faqs-menu.slidedown{
    top: 85px;
    /* opacity: 1;       */
}

#faqs-menu .faqs-menu-inner .dropdown-toggle{
    display: none;
}

#faqs-menu .faqs-menu-inner .dropdown-menu{
    display: block;
    position: relative;
    float: none;
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0px 0;
    margin: 9px 0 9px;
    text-align: center;
}

#faqs-menu .faqs-menu-inner .dropdown-menu li{
    display: inline-block;
}

#faqs-menu .faqs-menu-inner .dropdown-menu li a{
    padding: 0px 10px;
    color: rgba(250,250,250,0.7);
    text-transform: uppercase;
    font-size: .89em;
    text-decoration: none;
    letter-spacing: .15em;
    font-weight: 700;
    background-color: transparent;
}

#faqs-menu .faqs-menu-inner .dropdown-menu li.active a {
    color: rgba(250,250,250,1);
    font-weight: bold;
    background-color: transparent;
}

#faqs-menu .faqs-menu-inner .dropdown-menu li a:hover{
    color: rgba(250,250,250,1);
    background-color: transparent;
}
#faqs-menu.eucalyptus{
    background-color: #8ac900;
}
.eucalyptus h2, .eucalyptus strong {
    /*color: #8ac900;‡*/
    color: #fff;
}

#faqs-menu.myths{
    background-color: #720058;
}
.myths h2, .myths strong {
    /*color: #720058;*/
    color: #fff;
}

#faqs-menu.environment{
    background-color: #fea200;
}
.environment h2, .environment strong {
    /*color: #fea200;*/
    color: #fff;
}

#faqs-menu.quality{
    background-color: #007280;
}
.quality h2, .quality strong {
    /*color: #007280;*/
    color: #fff;
}

#faqs-menu.printing{
    background-color: #ff0000;
}
.printing h2, .printing strong {
    /*color: #ff0000;*/
    color: #fff;
}

#faqs-menu.support{
    background-color: #0086cc;
}
.support h2, .support strong {
    /*color: #0086cc;*/
    color: #fff;
}

.logo_print_version {
    display: none;
}

.faqs-grid [class^="col-"],
.faqs-grid > [class*=" col-"]{
    padding-right: 0;
    padding-left: 0;
}

.faqs-grid > .row{
    margin: 0;
    display: block;
    flex-wrap: inherit;
}

.faqs-grid .pill {
    color: #fff;
    border: 2px solid #fff;
}

.faqs-grid a{
    cursor:pointer;
}

.faqs-grid a.eucalyptus:hover .pill{
    background-color: #8ac900;
    border: 2px solid #8ac900;
}

.faqs-grid a.environment:hover .pill{
    background-color: #fea200;
    border: 2px solid #fea200;
}

.faqs-grid a.quality:hover .pill{
    background-color: #007280;
    border: 2px solid #007280;
}

.faqs-grid a.printing:hover .pill{
    background-color: #ff0000;
    border: 2px solid #ff0000;
}

.faqs-grid a.myths:hover .pill{
    background-color: #720058;
    border: 2px solid #720058;
}

.faqs-grid a.support:hover .pill{
    background-color: #0086cc;
    border: 2px solid #0086cc;
}

.faqs-grid .gradient-header {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.faqs-grid .gradient{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
}

.faqs-grid .img-caption{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*padding-bottom: 5%;*/
    padding-bottom: 10%;
    color: #fff;
    text-align: center;
}

@media (max-width: 620px){
    .faqs-grid .img-caption {
        padding-bottom: 12%;
    }
}

@media (min-width:620px) and (max-width: 768px){
    .faqs-grid .img-caption {
        padding-bottom: 16%;
    }
}

.faqs-grid .media-thumbnail{
    overflow: hidden;
}

.faqs-grid img.thumb{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.faqs-grid a:hover img.thumb{
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
    transform:scale(1.15);
}

.faqs-grid .img-caption .icon{
    margin: 0 auto;
}

.faqs-grid .faqs-top-banner-img .icon{
    margin: 0;
}

.faqs-grid .faqs-top-banner-img{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 260px;
}

.faqs-grid .faqs-top-banner-img .img-caption {
    position: absolute;
    top:0;
    left:0;
    padding-top: 0;
    color: #fff;
    width: 100%;
    text-align: left;
}

.faqs-grid .faqs-top-banner-img .img-caption .img-caption-inner{
    padding-top: 10%;
    margin-left: 10%;
    width: 550px;
}

.faqs-grid .faqs-top-banner-section .img-caption .img-caption-inner{
    padding-top: 5%;
}

.faqs-grid .faqs-top-banner-img .img-caption h2{
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 300;
}

.faqs-grid .question{
    cursor: pointer;
}

@media (min-width: 768px) {
    .faqs-grid .media-thumbnail,
    .faqs-grid .question{
        /*min-height: 184px;*/
    }
}

@media (min-width: 992px) {
    .faqs-grid .media-thumbnail,
    .faqs-grid .question{
        /*min-height: 240px*/
    }
}

@media (min-width: 1200px) {
    .faqs-grid .media-thumbnail,
    .faqs-grid .question{
        /*min-height: 293px;*/
    }
}

.faqs-grid .gradient{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.faqs-grid.myths .question:hover .pill{
    background-color: #720058;
    border: 2px solid #720058;
}

.faqs-grid .question .img-caption{
    padding-bottom: 15%;
}

.faqs-grid .question .img-caption h3{
    padding-left: 40px;
    padding-right: 40px;
}

.faqs-grid.myths .answers-box h2{
    color: #720058;
}

.faqs-grid .close-faq{
    position: absolute;
    right: 40px;
    top: 40px;
    color: #cccccc;
    cursor: pointer;
}

.faqs-grid .answers-box {
    display: none;
}

.faqs-grid .answers-box-copy {
    padding: 5% 40% 5% 8%;
}


.faqs-grid .media-thumbnail .img-caption h2 {
    font-size: 24px;
    margin: 20px 0;
}

.faqs-grid .media-thumbnail .pill {
    font-size: 16px;
    margin: 0px auto;
}

@media (min-width: 768px) and (max-width: 860px) {
    .faqs-grid .img-caption .icon {
        max-height: 30px;
    }
}

@media (min-width: 861px) and (max-width: 1090px) {
    .faqs-grid .img-caption .icon {
        max-height: 50px;
    }
}

@media (min-width: 768px) and (max-width: 1090px) {
    /*.faqs-grid .img-caption .icon {*/
        /*max-height: 50px;*/
    /*}*/

    .faqs-grid .pill {
        font-size: 12px;
        margin: 0px auto;
    }

    .faqs-grid .img-caption h2 {
        font-size: 16px !important;
    }

    .faqs-grid .faqs-top-banner .img-caption h2 {
        font-size: 34px !important;
    }

    .faqs-grid .media-thumbnail .pill {
        font-size: 12px;
        margin: 0px auto;
    }

    #faqs-menu .faqs-menu-inner .dropdown-menu li a{
        padding: 0px 6px;
        font-size: .75em;
    }

    .faqs-grid .question .img-caption h3 {
        font-size: 14px !important;
    }

    .faqs-grid .question .img-caption{
        padding-bottom: 25%;
    }

}

@media (max-width: 920px) {
    .faqs-grid .faqs-top-banner .faqs-top-banner-img img.thumb{
        display: none;
    }
    .print_version {
        display: none;
    }

}

@media (max-width: 880px) {
    #faqs-menu .faqs-menu-inner .dropdown-toggle{
        display: block;
        color: rgba(250,250,250,1);
        background-color: transparent;
        text-transform: uppercase;
        font-size: .89em;
        text-decoration: none;
        letter-spacing: .15em;
        font-weight: 700;
        margin: 12px 15px 12px 0;
        text-align: right;
    }

    #faqs-menu .faqs-menu-inner .dropdown-menu{

        float: left;
        display:none;
        background: #8ac900;
        margin: 10px 0 0;
        width: 100%;
        text-align: right;
        padding-bottom: 12px;
    }

    #faqs-menu .faqs-menu-inner .open>.dropdown-menu {
        display: block;
    }

    #faqs-menu .faqs-menu-inner .dropdown-menu li {
        display: block;
    }

    #faqs-menu .faqs-menu-inner .dropdown-menu li a {
        padding: 4px 15px 4px 6px;
        font-size: .89em;
    }

    #faqs-menu .faqs-menu-inner .dropdown-menu li.active {
        display: none;
    }


}

@media (max-width: 810px){
    #faqs-menu.slidedown {
        top: 70px;
    }
}


@media (max-width: 768px) {

    .faqs-grid .faqs-top-banner-img .img-caption .img-caption-inner{
        padding-top: 10%;
        margin-left: 0;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .faqs-grid .faqs-top-banner-section .img-caption .img-caption-inner{
        padding-top: 4%;
    }

    .faqs-grid .question .img-caption{
        padding-bottom: 25%;
    }

}

@media (max-width: 520px) {
    .faqs-grid .question .img-caption{
        padding-bottom: 12%;
    }
}

@media (min-width: 521px) and (max-width: 768px) {
    .faqs-grid .question .img-caption{
        padding-bottom: 20%;
    }
}

@media print {
    #faqs-menu {
        display: none;
    }
    h2 {
        font-size: 25px;
    }
    h4 {
        font-size: 14px;
    }
    .logo_print_version {
        display: block;
        width: 200px;
    }
    .faqs-grid .faqs-top-banner-img .img-caption {
        position: relative;
    }
    .faqs-grid .faqs-top-banner-section .img-caption .img-caption-inner {
        padding-top: 1%;
        width: 100%;
    }
    .faqs-grid .faqs-top-banner-img .img-caption .img-caption-inner {
        margin-left: 0;
    }
    .faqs-grid .img-caption {
        padding: 0;
    }
    .img-caption-inner img {
        display: none;
    }
    .faqs-grid .faqs-top-banner-img {
        background-image: none;
        min-height: 0;
    }
    .faqs-grid img.thumb {
        display: none;
    }
    .faqs-grid .answers-box {
        display: block;
    }
    .close-faq {
        display: none;
    }
    .faqs-grid .answers-box-copy {
        padding: 0% 0 4% 0;
    }
    .question {
        display: none;
    }
    .sub-footer {
        display: none;
    }
    .certificates, .copy {
        display: none;
    }
    .print_version {
        display: none;
    }
}

/*professional cases */

@media(max-width:767px){
    header{
        display:none;

    }
}
@media(min-width:768px){}
@media(max-width:900px){

    header{
        display:none;

    }

    .hide-col{
        display: none!important;
        visibility: hidden!important;
    }

    .full-w .col2{
        width: 100%;
    }
}
@media(min-width:992px){}
@media(min-width:1200px){}




@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -moz-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -moz-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -moz-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}



@media (min-width: 320px) and (max-width: 580px) {

    .search .banner {
        min-height: 120px;
    }
    .search .banner p {
        text-align: center;
    }

    .topic-highlight p {
        font-size: 1em;
    }
    .topic-highlight {
        padding: 20px 0;
    }

    .topic-highlight h2 {
        font-size: 1.6em;
    }
    .range .topic-highlight h2 {
        font-size: 1.4em;
        max-width: 163px;
        margin: 0 auto;
    }
    .range .content h2 {
        font-size: 1.6em;
        margin: 1em 0 0 0;
    }
    .range .content .multi-reams {
        max-width: 200px;
    }
    .range .content .tit {
        font-size: 1.2em;
    }
    .range .ream-list .desc {
        font-size: 1.1em;
    }
    .range .ream-list .col-xs-4 img {
        /*width: 100%;*/
        max-width: 150px;
    }
    .ream-list .pill {
        margin-top: 0;
        font-size: 12px;
    }
    .range .choose-item li .pill {
        font-size: 11px;
    }
    .banner h1 {
        font-size: 2em;
        text-align: center;
    }
    .banner h1 small {
        font-size: .5em;
    }
    .key-features .banner p {
        font-size: 1.3em;
    }
    .key-features .banner,
    .performance .banner,
    .digital-printing .banner{
        min-height: 280px;
    }
    .innovation .banner {
        min-height: 400px;
    }
    .sustainability .banner {
        min-height: 300px;
    }

    .sustainability .banner p {
        font-size: 14px;
    }
    .assets.left {
        padding-left: 15px;
    }
    .assets.right {
        padding-right: 15px;
    }
    .know-more .fourth li,
    .know-more .third li{
        width: 100%;
        height: 140px;
    }

    .video-block {
        height: 120px;
    }
    .video-placeholder {
        top:0;
        right: 10%;
    }
    .video-placeholder img,
    .img-placeholder img{
        max-width: 120px;
    }
    .video-placeholder .icon-play2 {
        top: 30%;
        left: 30%;
    }
    .img-placeholder {
        right: 35%;
        top: 0;
    }
    .topic-highlight h3 a {
        left: 10%;
    }
    .know-more ul li .subtxt {
        padding: 0;
    }
    .subtxt h3 {
        font-size: 20px;
        margin: 20px 0 0 0;
    }
    .pill {
        font-size: 12px;
        margin: 10px auto;
    }

    .range .banner {
        background-size: 140%;
        background-position: center bottom;
        min-height: 210px;
    }

    .range .banner h1 {
        text-align: center;
    }

    .range .choose-item {
        padding: 0;
    }

    .innovation .i-specs li {
        width: 100%;
    }

    .assets h3 {
        font-size: 1.6em;
        padding: 0;
    }

    .content h2 {
        margin: 1em 0 0 0;
        font-size: 2em;
    }

    .item-pos .align-m {
        min-height: 100%;
    }

    .row.no-gutters .assets.left {
        padding-left: 0;
        padding-right: 0;
    }

    .digital-printing .img-placeholder {
        top: 0;
    }

    .digital-printing .choose-item {
        padding: 0;
    }

    .digital-printing .choose-item li a,
    .professional-cases .choose-item li a {
        margin: 5px 5px 5px 5px;
        padding: 10px 20px;
        font-size: 12px;
    }

    .ream .banner h1 {
        font-size: 2em;
        text-align: left;
    }
    .ream-foto img {
        width: 100%;
        max-width: 380px;
    }

    .ream .banner h2 {
        margin: 0;
    }
    .professional-cases .choose-item {
        padding: 0;
    }
    .professional-cases .choose-item li {
        margin: 0;
    }
    .brand-center .banner {
        min-height: 180px;
    }
    .brand-center .choose-item {
        padding: 0;
        margin-bottom: 20px;
    }
    .choose-item li {
        margin: 0;
    }
    .brand-center .choose-item li .pill {
        margin: 5px 0 0 5px;
        font-size: 12px;
    }
    .brand-center .banner p {
        text-align: center;
    }
    .case-header .top-desc {
        padding-left: 40px;
        padding-top: 0;
    }
    .case-header .top-desc p {
        max-width: 100%;
        font-size: 1.1em;
    }
    .specs .col2 {
        width: 100%;
        padding: 0 0 20px 0;
    }
    .specs .col2 img {
        max-width: 320px;
        margin: 0 auto 60px;
        display: block;
        width: 100%;
    }
    .cases .specs .col2 p {
        max-width: 100%;
    }

    .cases .specs h2 {
        font-size: 2em;
        padding-bottom: 20px;
    }

    .cases .specs .col2 p strong {
        font-size: 1.4em;
    }

    .video-link {
        position: relative;
        height: 200px;
        top: 0;
        left: 0;
    }
    .cases .video-placeholder {
        top: 0;
    }
    .cases .txt {
        top: 60px;
        right: 30px!important;
    }
    .cases .grid-articles {
        max-height: 100%;
    }

    .lang {
        padding: 10px 0 8px 0;
        border: 0 none;
    }
    .col3 {
        width: 100%;
    }
    .specs-info .col3 .tit {
        padding-top: 10%;
        font-size: 18px;
    }
    .push-specs {
        left: 33%;
    }

    .cases .video-placeholder {
        right: 50%;
    }
    .bg-bottom h2 {
        font-size: 1.4em;
        z-index: 2;
        position: relative;
    }

    .case1 .bg-bottom,
    .case2 .bg-bottom,
    .case3 .bg-bottom,
    .case4 .bg-bottom{
        height: 380px;
    }
    .txt .icon-drawn {
        height: 40px;
        font-size: 2em;
    }
    .case-header .top-desc .back {
        margin-top: 30px;
    }

    .case-header .top-desc .back a {
        font-size:12px;
    }
    .cases .bg-bottom .video-placeholder {
        display: none;
    }
    .full-w .col2 .wrap {
        margin-top: 10%;
    }
    .bg-black {
        background-color: rgba(0,0,0,0.7);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 1;
    }
    .next-case .icon-drawn {
        display: none;
    }
    .video-caption {
        position: relative;
    }
    .cases .next-case {
        margin: 5% auto;
    }
    .video-caption p {
        color: #fff;
        margin: 20% 0 10px 0;
    }


}



@media (min-width: 581px) and (max-width: 767px) {
    .ream-list .pill {
        margin: 0 auto;
        font-size: 12px;
        text-align: center;
    }

    .ream-list .col-xs-12 {
        /*text-align: center;*/
    }
    .specs .col2 {
        width: 100%;
        padding: 60px 15px;
        text-align: center;
    }

    .cases .specs .col2 p {
        max-width: 100%;
    }

    .specs .col2.info {
        padding: 0 15px 60px;
    }

    .col3 {
        width: 100%;
    }
    .ream-txt {
        float: left;
    }
    .specs-info .col3 .tit {
        padding-top: 10%;
    }

    .cases .grid-articles {
        max-height: 100%;
    }

    .cases .video-placeholder {
        top: 0%;
        right: 65%;
    }

    .cases .video-link .txt{
        top: 50px;
        right: 180px!important;
    }

    .video-link {
        position: relative;
        height: 200px;
        top: 0;
        left: 0;
    }

    .video-block {
        height: 180px;
    }
    .video-placeholder {
        top:0;
        right: 25%;
    }
    .video-placeholder img,
    .img-placeholder img{
        max-width: 180px;
    }

    .img-placeholder {
        right: 35%;
        top: 0;
    }
    .topic-highlight h3 a {
        left: 25%;
    }

    .digital-printing .img-placeholder {
        top:0;
    }
    .info {

    }




}


@media (min-width: 581px) and (max-width: 900px) {

    .item-pos .align-m {
        min-height: 100%;
    }

    .assets.right {
        padding-right: 15px;
    }

    .assets.left {
        padding-left: 15px;
    }

    .know-more ul li .subtxt {
        padding: 10% 0;
    }
    .know-more .subtxt .pill {
        margin: 10px auto;
        padding: 10px 30px;
        font-size: 14px;
    }

    .subtxt h3 {
        font-size: 1.4em;
    }

    .range .choose-item {
        padding: 0;
    }

    .brand-center .banner {
        min-height: 280px;
    }

    .brand-center .banner p,
    .brand-center .banner h1{
        text-align: center;
    }

    .choose-item li {
        margin: 0;
    }
    .professional-cases .choose-item {
        padding: 0;
    }
    .professional-cases .choose-item li {
        margin: 5px 0 0 5px;

    }

    .professional-cases .choose-item li a {
        margin: 5px;
    }


}

@media (min-width: 768px) and (max-width: 1090px) {
    .case-header .top-desc {
        padding-top: 0;
        padding-left: 60px;
    }

    .video-placeholder img {
        max-width: 160px;
    }

    .ream-list .col-xs-12 {
        /*text-align: center;*/
    }
    .ream-list .pill {
        margin: 0 auto;
    }

}


.ream-list li .col-md-2 {
    text-align: center;
    margin-top: 20px;
}

.navbar-nav.nav>li.search a {
    padding: 15px 0 0 15px;
}

#search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.8);

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 45%;
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border:none;
    margin: 0 auto;
    margin-top: -51px;
    padding:0 30px;
    outline: none;
}

.open-reams {
    display: block;
}

.range .content .open-reams img {
    width: 100%;
    max-width: 270px;
}

@media (min-width: 320px) and (max-width: 640px) {
    #search input[type="search"] {
        font-size: 30px;
    }

}
@media (min-width: 581px) and (max-width: 767px) {
    .range .banner {
        min-height: 240px;
    }

    .range .banner h1 {
        text-align: center;
        padding-top: 20px;
    }

}

@media (min-width: 768px) and (max-width: 989px) {

    .range .banner {
        min-height: 390px;
    }

    .range .banner h1 {
        text-align: center;
    }
    .range .content h2 {
        font-size: 1.8em;
        margin: 2em 0 0 0;
    }
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    padding: 10px;
    font-weight: 700;
    font-size: 1.2em;
    color: #fff;
    border: 2px solid #009CFF;
    background-color: #009CFF;
}
#search .close {
    position: fixed;
    top: 20px;
    right: 30px;
    color: #fff;
    background-color: #009CFF;
    border-color: #009CFF;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

@media (min-width: 581px) and (max-width: 767px) {
    .content h2 strong {
        display: inline;
    }
    .range .content h2 {
        margin: 1em 0 0 0;
        font-size: 2em;
    }
    .range .content .open-reams img {
        max-width: 220px;
    }

    .select-country .location,
    .select-country .styled-select {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 989px) {
    .range .content .open-reams img {
        margin-top: 30px;
        max-width: 240px;
    }

    .range .show-reams {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .contact-form .form-inline .form-group {
        width: 100%;
    }
    .contacts .img-placeholder {
        right: 0;
        top: 0;
    }
    .contacts .img-placeholder img {
        display: none;
    }
}

@media (max-width: 540px) {

    .utilities-icons li {
        display: block;
        width: 100%;
        clear: both;
    }
    .utilities-icons li img {
        text-align: center;
        margin: 0 auto 15px;
        display: block;
    }
    .utilities-icons li .resp {
        width: 100%;
    }




}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 100%;
    background-color:#555;
}
.carousel img {

    /* min-height: 100%;*/
}

.cases .carousel-control .icon-next,
.cases .carousel-control .icon-prev {
    font-size: 2em;
}

.cases .carousel-control .icon-next:before {
    /*content: '\203a';*/
    content: "\e611";
    font-family: 'icomoon';
}

.cases .carousel-control .icon-prev:before {
    /*content: '\203a';*/
    content: "\e611";
    font-family: 'icomoon';
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    display: block;
}

@media (max-width: 440px) {

    .full-w .extra-pics li.consultant,
    .full-w .extra-pics li.entrepreneur{
        background-position: right 0;
    }

    .full-w .extra-pics li.editor,
    .full-w .extra-pics li.designer{
        background-position: left 0;
    }

}


#map_canvas {
    height: 520px;
}

@media (max-width: 440px) {
    #map_canvas {
        height: 460px;
    }
    .ream .know-more {
        margin-top: 2em;
    }

}

@media (max-width: 400px) {
    .downloads .portfolio-item {
        width: 100%;
    }

    .sitemap li a {
        padding: 10px 5px;
        font-size: .75em;
    }

    #videosList:hover .slide-up a {
        /*   background-position: center center!important;*/
    }

    .range .ream-list .desc + p {
        display: none;
    }
    .assets li span {
        font-size: 1em;
    }

}

@media (max-width: 360px) {

    .extra-pics li.designer {
        background-position: -130px 0;
    }

}



.mega-dropdown-menu .social-menu {
    background-color: #dcdcdc;
    padding: 20px 0;
    text-align: center;
    margin-top: 20px;
    margin-left: -55px;
    margin-right: -55px;
}
.mega-dropdown-menu .social-menu li {
    display: inline-block;
    float: left;
}

.mega-dropdown-menu .social-menu li {
    float: none;
    font-size: 16px;
    color: #666;
}

.mega-dropdown-menu .social-menu li a:hover i {
    color: #00a7ff;
}
.mega-dropdown-menu .social-menu .hub-btn {
    margin-left: 60px;
}

.mega-dropdown-menu .social-menu .hub-btn a {
    border:1px solid #00a7ff;
    color: #00a7ff;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 14px;
}

.mega-dropdown-menu .social-menu .hub-btn a:hover {
    color: #666;
    border-color: #666;
}



.mega-dropdown-menu .social-menu .hub-btn a .icon-insta {
    color: #00a7ff;
    font-size: 18px;
    display: block;
    float: right;
}

.mega-dropdown-menu .social-menu i {
    color: #666;
    font-size: 18px;
    margin-left: 10px;
}

.optim i {
    background: url("../images/icon-optim.png") no-repeat center 0;
    display: block;
    width: 30px;
    height: 25px;
    float: left;
    margin-right: 5px;
    background-size: 90%;
}

.optim strong {
    color:#0086cd;
    font-size: .98em;
}


@media (max-width: 810px) {
    .mega-dropdown-menu .social-menu {
        background-color: transparent;
    }

    .mega-dropdown-menu .social-menu .hub-btn {
        margin-left: 0;
        margin-top: 10px;
    }

}

@media (max-width: 810px) and (min-width: 401px){
    .mega-dropdown.open .dropdown-toggle{
        margin-left:83px !important;
    }
}

@media (max-width: 400px) and (min-width: 300px){
    .mega-dropdown.open .dropdown-toggle {
        margin-left: 134px !important;
    }

    .fluid-container .navbar-nav {
        margin: 10px 15px 15px 0 !important;
    }

}


.advanced .video-placeholder {
    top: -50px;
}

.advanced .video-placeholder a {
    max-width: 210px;
}

.advanced .video-placeholder img {
    max-width: 200px;
}

.advanced .topic-highlight h3 a {
    left: -10%;
    font-size: 20px;
}

@media (max-width: 1200px) {
    .advanced .topic-highlight h3 a {
        left: -25%;
    }
}

@media (max-width: 767px) {
    .advanced .topic-highlight h3 a {
        left: 10%;
    }
}
@media (max-width: 990px) {
    .advanced .video-placeholder {
        top: -90px;
    }
}

@media (max-width: 540px) {

    .advanced .video-placeholder img {
        max-width: 120px;
    }

    .advanced .video-placeholder {
        top: 0;
    }

    .advanced .utilities-icons li img {
        text-align: left;
        margin: 0 15px;
    }
}


.optimizer .videoListCopy .subtxt {
    height: 540px;
}
.optimizer .videoListCopy .subtxt img {
    display: block;
    margin: 0 auto 20px;
    width: auto;
}

.optimizer .videoListCopy a p {
    margin: 10px 0 0;
}

.optimizer .videoListCopy a p {
    font-size: 1.2em;
}

@media (max-width: 1100px) {
    .optimizer .videoListCopy .subtxt {
        height: 280px;
    }

    .optimizer .subtxt img {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .optimizer header h1 {
        font-size: 1.8em;
    }

    .optimizer header {
        min-height: 45px;
    }

    .optimizer .videoListCopy .subtxt {
        height: 160px;
        padding: 0.5em 2em;
    }
    .optimizer .videoListCopy .subtxt img {
        width: 100%;
        margin-bottom: 10px;
        max-width: 300px;
    }
    .where-to-buy.optimizer .videoListCopy a {
        padding: 10px 40px;
    }
    .where-to-buy.optimizer .videoListCopy a h2 img {
        width: 100%;
        padding: 0 2em;
        max-width: 360px;
    }


}
@media (max-width: 768px) {

    .where-to-buy.optimizer .videoListCopy a {
        padding: 40px 0 0 0;
    }

    .where-to-buy.optimizer .videoListCopy .subtxt .pill {
        opacity: 1;
        margin: 0;
    }
    .optimizer .videoListCopy .subtxt {
        padding: 0 2em;
        height: auto;
        bottom: 5%;
    }
}


@media (max-width: 768px) and (min-width: 641px){
    .where-to-buy.optimizer .item {
        min-height: 360px;
        width: 100%!important;
    }
}

@media (min-width: 501px) and (max-width: 640px){

    .optimizer .videoListCopy .subtxt img {
        max-width: 300px;
    }
}

@media (min-width: 768px) and (max-width: 900px){
    .optimizer .videoListCopy .subtxt {
        height: auto;
        padding: 0 2em;
    }

    .optimizer .videoListCopy .subtxt img {
        max-width: 300px;
        width: 100%;
    }
    .where-to-buy .videoListCopy .subtxt .pill {
        opacity: 1;
    }
    .where-to-buy.optimizer .videoListCopy a {
        padding: 80px 0 0 0;
    }
}


.optimizer .videoListCopy .subtxt .pill img {
    display: inline-block;
    margin: 0 0 5px 5px;
    max-width: 11px;
}

.cert-uhd{
    max-height: 100px;
}
.footer-icon{
    max-width: 80px;
}

