/* Home Page style */
.banner-container {
    background: #00a4e3 url('Images/background_header.gif') no-repeat center center;
    padding: 25px 0;
    min-height: 255px;
	display: table;
}
.banner-container h2 {
    font-weight: bold;
    font-size: 33px;
    color: #fff;
    font-family: Arial;
    text-align: right;
    margin: 25px 0;
}
.banner-container span {
    font-size: 18px;
    color: #fff;
    line-height: 150%;
    text-align: right;
    font-family: Arial;
}
.intro-container {
    background: -moz-linear-gradient(top, #d3d3d3 0%, #e6e6e6 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d3d3), color-stop(100%, #e6e6e6));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #d3d3d3 0%, #e6e6e6 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #d3d3d3 0%, #e6e6e6 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #d3d3d3 0%, #e6e6e6 100%);
    /* IE10+ */
    
    background: linear-gradient(top, #d3d3d3 0%, #e6e6e6 100%);
    /* W3C */
    
    margin: -10px;
    margin-top: 10px;
}
.intro-container *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.intro-container .main {
    margin-top: 68px;
}
.intro-container .main h2 {
    font-size: 30px;
    color: #47292a;
    font-weight: normal;
    font-family: Arial;
    text-align: center;
}
.intro-container .main ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.intro-container .main ul li {
    margin-top: 15px;
    padding: 0 7.5px;
}
.intro-container .main ul li a {
    background-repeat: no-repeat;
    background-position: center 38px;
}
.intro-container .main ul li > a {
    display: block;
    position: relative;
    border: 1px solid #c5c5c5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fafafa;
}
.intro-container .main ul li a span.overlay {
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: opacity 3s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 3s ease-out;
    transition: opacity 0.2s ease-out;
    padding: 0 10px 20px 10px;
    color: #00a4e3;
    font-family: Arial;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    height: 235px;
    position: relative;
}
.intro-container .main ul li a span.overlay p {
    margin: 0;
    font-size: 12px;
}
.intro-container .main ul li a span.overlay label {
    text-transform: uppercase;
    font-family: Arial;
    font-size: 13px;
    color: #fff;
    margin-top: 10px;
    background: url('Images/icon-btn-sm-circle-arrow.png') no-repeat right center;
    padding-right: 18px;
    display: block;
    float: left;
}
.intro-container .main ul li a:hover span.overlay,
.intro-container .main ul li a:focus span.overlay,
.intro-container .main ul li a:active span.overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-transition: opacity 3s ease-in;
    -webkit-transition: opacity 0.2s ease-in;
    -o-transition: opacity 3s ease-in;
    transition: opacity 0.2s ease-in;
}
.intro-container .main ul li a span.text {
    display: block;
    height: 65px;
    line-height: 65px;
    margin-top: -65px;
    background-color: #47292a;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-family: Arial Bold;
    text-transform: uppercase;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.intro-container .main ul li.qa a {
    background-image: url('Images/icon-qa.png');
    margin-left: 0;
}
.intro-container .main ul li.blog a {
    background-image: url('Images/icon-blog.png');
}
.intro-container .main ul li.leader a {
    background-image: url('Images/icon-leaderboard.png');
}
.intro-container .main ul li.video a {
    background-image: url('Images/icon-videos.png');
    margin-left: 0;
}
.intro-container .main ul li.shop a {
    background-image: url('Images/icon-shop.png');
}
.intro-container .main ul li.help a {
    background-image: url('Images/icon-online-help.png');
}
.intro-container .main ul li.forum a {
    background-image: url('Images/icon-forums.png');
    margin-left: 0;
}
.intro-container .main ul li.webinar a {
    background-image: url('Images/icon-webinars.png');
}
.intro-container .main ul li.wiki a {
    background-image: url('Images/icon-wikis.png');
}
.intro-container .slide.pull-right {
    margin-right: 27px;
    padding-right: 0;
	margin-bottom: 25px;
}
.intro-container .slide .social-links {
    text-align: center;
}
.intro-container .slide .social-links h3 {
    font-family: Arial;
    font-size: 17px;
}
.intro-container .slide .social-links ul {
    list-style: none;
    width: 152px;
    margin: 0 auto;
}
.intro-container .slide .social-links ul li {
    width: 29px;
    height: 29px;
    background-size: 100% 100%;
    margin-top: 0;
    margin-left: 10px;
}
.intro-container .slide .social-links ul li a {
    display: block;
    height: 100%;
    border: none;
    background: transparent;
    width: 29px;
    margin-left: -7px;
    text-indent: -100px;
    overflow: hidden;
}
.intro-container .slide .social-links ul li.facebook {
    background-image: url('Images/icon-social-facebook.png');
    margin: 0;
}
.intro-container .slide .social-links ul li.linkedin {
    background-image: url('Images/icon-social-linkedin.png');
}
.intro-container .slide .social-links ul li.twitter {
    background-image: url('Images/icon-social-twitter.png');
}
.intro-container .slide .social-links ul li.youtube {
    background-image: url('Images/icon-social-youtube.png');
}
.intro-container .slide .product {
    font-size: 18px;
    font-family: Arial;
    color: #47292a;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c5c5c5;
    text-align: center;
    margin-top: 15px;
    padding-top: 21px;
}
.intro-container .slide .product img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.intro-container .slide .product p {
    border-top: 1px solid #47292a;
    line-height: 185%;
    padding-top: 30px;
    line-height: 185%;
    margin: 23px 10px 0 10px;
}
.intro-container .slide .product .btn-action {
    background: -moz-linear-gradient(top, #0498d4 0%, #0374a5 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0498d4), color-stop(100%, #0374a5));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #0498d4 0%, #0374a5 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #0498d4 0%, #0374a5 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #0498d4 0%, #0374a5 100%);
    /* IE10+ */
    
    background: linear-gradient(top, #0498d4 0%, #0374a5 100%);
    /* W3C */
    
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.6), 0 1px 0 0 rgba(255, 255, 255, 0.4) inset;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.6), 0 1px 0 0 rgba(255, 255, 255, 0.4) inset;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    display: block;
    font-family: Arial Bold;
    background-color: #0374a5;
    margin: 10px;
}
.intro-container .slide .product .btn-action span {
    display: block;
    line-height: 26px;
    text-align: center;
    padding: 20px 0;
}
.intro-container .slide .product .btn-action:hover {
    color: #008cc4;
    background: -moz-linear-gradient(top, #fafafa 0%, #f0eeee 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #f0eeee));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #fafafa 0%, #f0eeee 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #fafafa 0%, #f0eeee 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #fafafa 0%, #f0eeee 100%);
    /* IE10+ */
    
    background: linear-gradient(top, #fafafa 0%, #f0eeee 100%);
    /* W3C */
    
    background-color: #f0eeee;
}
.intro-container .slide .product.social {
    margin-top: 12px;
}

.company-intro p {
    padding: 23px;
    font-size: 18px;
    color: #47292a;
    background-color: #fafafa;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c5c5c5;
    line-height: 164%;
    margin: 29px -9px 0 -6px
}
.intro-container .main ul li a span.text {
    font-size: 28px;
}
.col-md-12 {
    float: left;
}
.intro-container .slide.pull-right .social-links,
.intro-container .slide.pull-right .product {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
@media (max-width: 1199px) {
    .banner-container h2 {
        font-size: 25px;
    }
    .intro-container .main ul li a span.overlay label {
        font-size: 12px
    }
    .intro-container .main ul li a span.text {
        font-size: 20px;
    }
    .intro-container .slide .product.social {
        margin-top: 19px;
    }
    .intro-container .slide .product p {
        font-size: 17px;
    }
    .intro-container .slide .product .btn-action span {
        padding: 5px;
    }
}
@media (min-width: 1200px) {
    .banner-container img {
        right: 135px;
    }
    .intro-container .main h2 {
        font-size: 38px;
    }
    .intro-container .slide .product .btn-action span {
        background: url('Images/icon-btn-sm-circle-arrow-shadow.png') no-repeat right center;
        margin-right: 10px;
        padding: 20px 26px 20px 10px;
    }
}
@media (min-width: 769px) and (max-width: 979px) {
    .intro-container .main ul li a span.text {
        font-size: 18px;
    }
}
@media (min-width: 769px) and (max-width: 788px) {
    .intro-container .main ul li a span.overlay p,
    .intro-container .main ul li a span.overlay label {
        font-size: 9px;
    }
}
@media (max-width: 768px) {
    .banner-container {
        min-height: 205px;
        min-width: 0px;
    }
    .banner-container h2 {
        font-size: 20px;
        color: #fff;
        margin-top: 20px;
        font-family: Arial;
        max-width: auto;
        float: none;
        text-align: center;
    }
    .banner-container span {
        margin-right: 0;
        font-size: 14px;
        color: #fff;
        line-height: 24px;
        text-align: center;
        display: inline-block;
        font-family: Arial;
        max-width: auto;
        float: none;
    }
    .banner-container img {
        display: none;
    }
    .intro-container .slide.pull-right .social-links {
        margin-top: 45px;
    }
    .intro-container .slide.pull-right {
        width: auto;
        margin-right: 10px;
    }
    .banner-container {
        background: #00a4e3 url('Images/background_header.gif') no-repeat center center;
        padding: 25px 0;
    }
    .intro-container .slide.pull-right .social-links,
    .intro-container .slide.pull-right .social {
        margin-top: 15px;
    }
    .intro-container .slide.pull-right .social img {
        margin-top: -5px;
    }
    .intro-container .slide.pull-right .social p {
        margin-bottom: 43px;
    }
    .company-intro p {
        clear: both;
        font-size: 16px;
        color: #47292a;
        background-color: #fafafa;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #c5c5c5;
        padding: 15px;
        margin: 10px -14px 25px -10px;
        line-height: 22px;
    }
}
@media(max-width: 640px) {
    .intro-container .slide.pull-right .social-links, .intro-container .slide.pull-right .product {
        width: 100%;
    }
    .company-intro p {
        margin: 10px -15px 0 -10px;
    }
}
ul li {
    list-style-type: none;
}

.mycontent { 
	min-height:auto !important; 
	margin:auto !important; 
}







.flip-clock-label{
	font-size:12px !important;
}





/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 430px;
  margin: 1em;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 35px;
  height: 35px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 36px;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden; 
  outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #b03031;
  border-radius: 6px;
  font-size: 36px; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.01s 0.49s linear both;
  -moz-animation: asd 0.01s 0.49s linear both;
  animation: asd 0.01s 0.49s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 67px; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #FFF;
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -62px;
  color: #FFF;
  text-shadow: none;
}

.flip-clock-divider.minutes .flip-clock-label {
  right: -66px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -66px; }

.flip-clock-dot.top {
  top: 19px; }

.flip-clock-dot.bottom {
  bottom: 33px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }

  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }

  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }

  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
	
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.Promotions_Home_Btn:link{
	background:#00698F !important;
    color: #ffffff !important;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: normal;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s;
    font-size: 15px !important;
	font-weight:600;
    padding: 5px 5px 5px 5px !important;
	min-width:150px;
	text-align:center;
	position: absolute;
    bottom: 10px;
}

.banner-position{
	margin-top:-4px;
}

.black_friday{
    background: #f5f5f5;
}

.ModParrotRandomProductCarouselC{
	background: #00060c;
	padding-top: 20px;
	padding-bottom: 10px;
}

.ModParrotRandomProductCarouselC .lSSlideOuter .lSPager.lSpg > li a{
	background-color:#ffffff;
}

.flip-clock-wrapper .flip {
    box-shadow: 0 2px 5px rgb(1 118 136);
}

.flip-clock-wrapper ul li a div div.inn {
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  background-color: #017688;
}

/*.ModLiveSliderC{
 border-bottom: 2px solid #017688;
}*/

.N_Thumb_Title{
	margin-bottom: 20px !important;
    margin-top: -10px !important;
    font-family: calibri;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

.n_thumb_wrapper{
	display: block;
    padding: 30px;
    margin-bottom: -20px;	
    background-attachment: fixed;
    background-repeat: repeat;
	padding-top: 5px;
	will-change: transform;
}

/*
@media (pointer:none), (pointer:coarse) {
	.n_thumb_wrapper{
    background-attachment: scroll !important;
}
}

.no-webp .n_thumb_wrapper {
  background-image: url('Images/ep_naturalblack/ep_naturalblack.png');
}

.webp .n_thumb_wrapper{
  background-image: url('Images/ep_naturalblack/ep_naturalblack.webp');
}
*/

.Thumb_P{
	margin-top:10px;
}

.btn-thumbs{
	background: #0c7e8a;
    color: white;
	margin-top:20px;
}

.btn-thumbs:hover{
	color:white !important;
	background: #de3e32;
}

.btn-thumbs:visited{
	color:white !important;
}

.row-eq-height-thumbs{
  display: -webkit-box;make
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*Align Button to 3 columns*/
.align-btn-bottom{
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	padding-bottom: 15px;
	padding-top:10px;
}

.padding-bottom-btns{
	padding-bottom: 40px;
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.min_height_thumb_wrap{
	position:relative;
	padding-bottom:60px;
	min-height:265px;
	background-color: #e4e4e4;
    /*border: 1px solid #bdbdbd;*/
	border: none;
    color: #ffffff;
}

@media (min-width: 992px) and (max-width: 1300px) {
    .thumb_col{
		width:25% !important;
	}
}

@media (min-width: 450px) and (max-width: 767px) {
    .thumb_col{
		width:50% !important;
	}
}

@media (min-width: 0px) and (max-width: 350px) {
    .min_height_thumb_wrap{
		min-height: auto !important;
	}
}

#autoWidth{
	margin: 0 auto;
}

.ThumbTitleWrapper{
	min-height: 50px;
    display: block;
}

/* Thumbnail Image Positions */

.no-webp .bg-brochure-holders, .no-webp .bg-bulletin-boards, .no-webp .bg-certificate-holders, .no-webp .bg-chalkboards, .no-webp .bg-custom-splashbacks, 
.no-webp .bg-data-projectors, .no-webp .bg-educational-boards, .no-webp .bg-flipcharts, .no-webp .bg-glass-splashbacks, .no-webp .bg-glass-wall-art, 
.no-webp .bg-home-office-essentials, .no-webp .bg-iws, .no-webp .bg-markers, .no-webp .bg-touch-led, .no-webp .bg-carpet-protectors, 
.no-webp .bg-customized-product-solutions, .no-webp .bg-glass-whiteboards, .no-webp .bg-janitorial, .no-webp .bg-laminators,.no-webp .bg-magnetic-whiteboards
{ max-width: 100%; background-size: 100%; background-image: url('Images/HomePageLifeStyles/Sprite1.jpg'); }

.webp .bg-brochure-holders, .webp .bg-bulletin-boards, .webp .bg-certificate-holders, .webp .bg-chalkboards, .webp .bg-custom-splashbacks, 
.webp .bg-data-projectors, .webp .bg-educational-boards, .webp .bg-flipcharts, .webp .bg-glass-splashbacks, .webp .bg-glass-wall-art, 
.webp .bg-home-office-essentials, .webp .bg-iws, .webp .bg-markers, .webp .bg-touch-led, .webp .bg-carpet-protectors, 
.webp .bg-customized-product-solutions, .webp .bg-glass-whiteboards, .webp .bg-janitorial, .webp .bg-laminators,.webp .bg-magnetic-whiteboards
{ max-width: 100%; background-size: 100%; background-image: url('Images/HomePageLifeStyles/Sprite1.webp'); }
 
.bg-brochure-holders { background-position: 0 0%; background-size: 100%; }
.bg-bulletin-boards { background-position: 0 5.265323%; background-size: 100%; }
.bg-certificate-holders { background-position: 0 10.537148%; background-size: 100%; }
.bg-chalkboards { background-position: 0 15.857672%; background-size: 100%; }
.bg-custom-splashbacks { background-position: 0 21.122995%; background-size: 100%; }
.bg-data-projectors { background-position: 0 26.388318%; background-size: 100%; }
.bg-educational-boards { background-position: 0 31.65364%; background-size: 100%; }
.bg-flipcharts { background-position: 0 36.918963%; background-size: 100%; }
.bg-glass-splashbacks { background-position: 0 42.184286%; background-size: 100%; }
.bg-glass-wall-art { background-position: 0 47.449609%; background-size: 100%; }
.bg-home-office-essentials { background-position: 0 52.714932%; background-size: 100%; }
.bg-iws { background-position: 0 57.980255%; background-size: 100%; }
.bg-markers { background-position: 0 63.245578%; background-size: 100%; }
.bg-touch-led { background-position: 0 68.510901%; background-size: 100%; }
.bg-carpet-protectors { background-position: 0 73.761053%; background-size: 100.222222%; }
.bg-customized-product-solutions { background-position: 0 79.00473%; background-size: 100.222222%; }
.bg-glass-whiteboards { background-position: 0 84.248406%; background-size: 100.222222%; }
.bg-janitorial { background-position: 0 89.51049%; background-size: 100.222222%; }
.bg-laminators { background-position: 0 94.756323%; background-size: 100.222222%; }
.bg-magnetic-whiteboards { background-position: 0 100%; background-size: 100.222222%; }


.no-webp .bg-edu-interactive, .no-webp .bg-parrot-digital, .no-webp .bg-pro-interactive, .no-webp .bg-projector-screens, .no-webp .bg-punches, 
.no-webp .bg-shredders, .no-webp .bg-soundbar, .no-webp .bg-staplers, .no-webp .bg-writing-slate
{ max-width: 100%; background-size: 100%; background-image: url('Images/HomePageLifeStyles/Sprite2.jpg'); }

.webp .bg-edu-interactive, .webp .bg-parrot-digital, .webp .bg-pro-interactive, .webp .bg-projector-screens, .webp .bg-punches, 
.webp .bg-shredders, .webp .bg-soundbar, .webp .bg-staplers, .webp .bg-writing-slate
{ max-width: 100%; background-size: 100%; background-image: url('Images/HomePageLifeStyles/Sprite2.webp'); }

.bg-edu-interactive { background-position: 0 0%; background-size: 100%; }
.bg-parrot-digital { background-position: 0 12.518337%; background-size: 100%; }
.bg-pro-interactive { background-position: 0 25.036675%; background-size: 100%; }
.bg-projector-screens { background-position: 0 37.555012%; background-size: 100%; }
.bg-punches { background-position: 0 50.07335%; background-size: 100%; }
.bg-shredders { background-position: 0 62.561095%; background-size: 100%; }
.bg-soundbar { background-position: 0 75.061125%; background-size: 100%; }
.bg-staplers { background-position: 0 87.536657%; background-size: 100.222222%; }
.bg-writing-slate { background-position: 0 100%; background-size: 100.222222%; }


.no-webp .bg-cables-and-adapters, .no-webp .bg-display-cases, .no-webp .bg-poster-frames-and-stands
{ max-width: 100%; background-size: 100%; background-image: url('Images/HomePageLifeStyles/Sprite3.jpg'); }

.webp .bg-cables-and-adapters, .webp .bg-display-cases, .webp .bg-poster-frames-and-stands
{ max-width: 100%; background-size: 100%; background-image: url('Images/HomePageLifeStyles/Sprite3.webp'); }
 
.bg-cables-and-adapters { background-position: 0 0%; background-size: 100%; }
.bg-display-cases { background-position: 0 50%; background-size: 100%; }
.bg-poster-frames-and-stands { background-position: 0 100%; background-size: 100%; }

.no-webp .bg-acrylic-menu-holders, .no-webp .bg-guillotine-and-rotary-trimmers, .no-webp .bg-lectern, .no-webp .bg-visualizer, .no-webp .bg-headphones, 
.no-webp .bg-board-supports, .no-webp .bg-comb-binding,.no-webp .bg-planners,.no-webp .bg-standing-brochure-holders, .no-webp .bg-wall-mounted-dispensers
{ max-width: 100%; background-size: 100%; background-image: url('Images/HomePageLifeStyles/Sprite_4.jpg'); }

.webp .bg-acrylic-menu-holders, .webp .bg-guillotine-and-rotary-trimmers, .webp .bg-lectern, .webp .bg-visualizer, .webp .bg-headphones, 
.webp .bg-board-supports, .webp .bg-comb-binding,.webp .bg-planners,.webp .bg-standing-brochure-holders, .webp .bg-wall-mounted-dispensers
{ max-width: 100%; background-size: 100%; background-image: url('Images/HomePageLifeStyles/Sprite_4.webp'); }
 
.bg-acrylic-menu-holders { background-position: 0 0%; background-size: 100%; }
.bg-guillotine-and-rotary-trimmers { background-position: 0 11.106272%; background-size: 100%; }
.bg-lectern { background-position: 0 22.212544%; background-size: 100%; }
.bg-visualizer { background-position: 0 33.318815%; background-size: 100%; }
.bg-headphones { background-position: 0 44.444444%; background-size: 100.221729%; }
.bg-board-supports { background-position: 0 55.574913%; background-size: 100.444444%; }
.bg-comb-binding { background-position: 0 66.681185%; background-size: 100.444444%; }
.bg-planners { background-position: 0 77.787456%; background-size: 100.444444%; }
.bg-standing-brochure-holders { background-position: 0 88.893728%; background-size: 100.444444%; }
.bg-wall-mounted-dispensers { background-position: 0 100%; background-size: 100.444444%; }

.home-thumb{
	width:100%;
	height:auto;
}

/*ZR - Code for hiding and Showing sliders for mobile or Desktop*/
@media all and (min-height:0px) and (max-width:649px) {
    #dnn_ctr2830_ModuleContent {
        display: none;
    }
}

@media all and (min-width:650px) {
    #dnn_ctr7099_ModuleContent {
        display: none;
    }
}
