/*===================================================================================*/
/*	RESPONSIVE
/*===================================================================================*/
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}


@media (max-width: 1020px) {
	.owl-theme .owl-controls .owl-page {
    display: none!important;
}
	
  #video-background{
	  top:-50px!important;
  }	
	
	}



@media (min-width: 801px) and (max-width: 979px) {
.owl-theme .owl-controls .owl-page {
    display: none!important;
}
	
  #video-background{
	  top:-50px!important;
  }	
	
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 360px) {
.owl-theme .owl-controls .owl-page {
    display: none!important;
}
	
  #video-background{
	  top:-50px!important;
  }	
  
#for-who a.img-circle {
	width:70px;
	height:70px;
}

#for-who a.img-circle .icon-book4,
.icon-newspaper,
.icon-book,
.icon-graduation,
.icon-shop,
.icon-office {
	margin-top: 24px !important;
}

#for-who a.img-circle .div-overflow {
	width:70px;
	height:70px;
}

#for-who a.img-circle .div-overflow h4 {
    font-size: 8px;
    margin-top: 35px;
}

.rakutengroup img {
    margin: 0 auto;
    width: 50%;
}


.cube{
	height:200px;
}

h2{
    font-size: 24px !important;
    font-weight: 400;
    line-height: 130%;
    padding-bottom: 25px;
}

@media (min-width: 360px) and (max-width: 750px) {
.owl-theme .owl-controls .owl-page {
    display: none!important;
}
	
	  #video-background{
	  top:-50px!important;
  }	
  
.cube{
	height:250px;
}
}

@media (max-width: 800px) {
	.owl-theme .owl-controls .owl-page {
    display: none!important;
}
	
	  #video-background{
	  top:-50px!important;
  }	

h2{
	margin-bottom:0px!important;
}
img.fixed-mac {
    left: 0 !important;
    opacity: 0.6 !important;
    position: fixed;
    top: 20%;
    width: 100%!important;
    z-index: 0 !important;
}
p{
	font-size:14px;
	line-height:18px;
}
section#banner p {
    font-size: 14px;
    line-height:18px;
}
}

  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
	
  .container {
    padding-right: 0;
    padding-left: 0;
  }
  .owl-buttons {
    display: none;
  }
  .items.col-4 {
    margin-left: -10px;
    margin-bottom: -10px;
  }
  .items.col-4 li {
    width: 285px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .items.col-3 {
    margin-left: -9px;
    margin-bottom: -9px;
  }
  .items.col-3 li {
    width: 384px;
    margin-left: 9px;
    margin-bottom: 9px;
  }
  .items.col-3.gap {
    margin-left: -21px;
    margin-bottom: -21px;
  }
  .items.col-3.gap li {
    width: 376px;
    margin-left: 21px;
    margin-bottom: 21px;
  }
  .items.col-4.gap {
    margin-left: -18px;
    margin-bottom: -18px;
  }
  .items.col-4.gap li {
    width: 279px;
    margin-left: 18px;
    margin-bottom: 18px;
  }
  .navbar .dropdown-submenu > a:after {
    display: none;
  }
  .navbar .dropdown-submenu > .dropdown-menu:not(.firstMenu-dropdown-menu) {
    margin-top: 0;
  }
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu > .dropdown-menu:not(.firstMenu-dropdown-menu) {
    top: 0;
    left: 100%;
    margin-top: -6px;
  }
  .dropdown-submenu:hover > .dropdown-menu:not(.firstMenu-dropdown-menu) {
    display: block;
  }
  .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
  }
  .dropdown-submenu.pull-left {
    float: none;
  }
  .dropdown-submenu.pull-left > .dropdown-menu:not(.firstMenu-dropdown-menu) {
    left: -100%;
    margin-left: 10px;
  }
  .open > .dropdown-menu,
  .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: 200ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: 200ms;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-fill-mode: forwards;
  }
  @keyframes slidenavAnimation {
    from {
      margin-top: -30px;
      opacity: 0;
    }
    to {
      margin-top: 0;
      opacity: 1;
    }
  }
  @-webkit-keyframes slidenavAnimation {
    from {
      margin-top: -30px;
      opacity: 0;
    }
    to {
      margin-top: 0;
      opacity: 1;
    }
  }
}
@media (max-width: 1200px) {
  .megaMenu-fullwidth ul {
    font-size: 12px;
    padding: 0;
  }
  .megaMenu-fullwidth h2 {
    font-size: 14px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .item figure .text-overlay .info {
    font-size: 16px;
    line-height: 22px;
  }
  .navbar .dropdown-submenu > a:after {
    display: none;
  }
  .navbar .dropdown-submenu > .dropdown-menu:not(.firstMenu-dropdown-menu) {
    margin-top: 0;
  }
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu > .dropdown-menu:not(.firstMenu-dropdown-menu) {
    top: 0;
    left: 100%;
    margin-top: -6px;
  }
  .dropdown-submenu:hover > .dropdown-menu:not(.firstMenu-dropdown-menu) {
    display: block;
  }
  .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
  }
  .dropdown-submenu.pull-left {
    float: none;
  }
  .dropdown-submenu.pull-left > .dropdown-menu:not(.firstMenu-dropdown-menu) {
    left: -100%;
    margin-left: 10px;
  }
  .open > .dropdown-menu,
  .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: 200ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: 200ms;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-fill-mode: forwards;
  }
  @keyframes slidenavAnimation {
    from {
      margin-top: -30px;
      opacity: 0;
    }
    to {
      margin-top: 0;
      opacity: 1;
    }
  }
  @-webkit-keyframes slidenavAnimation {
    from {
      margin-top: -30px;
      opacity: 0;
    }
    to {
      margin-top: 0;
      opacity: 1;
    }
  }
  #bigBanner h1 {
    font-size: 52px;
  }
}
@media (max-width: 1024px) {
  .parallax2 {
    background-attachment: inherit;
  }
  .myCloneOLW {
    display: block;
  }
  .myClone {
    display: none;
  }
  .bgVideo .container {
    height: inherit;
  }
  .navbar-nav > li,
  .navbar-nav > li.pull-right {
    float: inherit !important;
  }
  section#banner.video video {
    top: 0;
  }
  .firstMenu .navbar-collapse {
    background-color: #000000;
  }
  .firstMenu .bgpaper {
    background-color: black;
    border: 0;
  }
  html {
    overflow-x: hidden;
  }
  br {
    display: none;
  }
  [class*="col-md"][class*="inner-left"],
  [class*="col-md"][class*="inner-right"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  [class*="col-md"][class*="border-left"] {
    border-left: none;
  }
  [class*="col-md"][class*="border-right"] {
    border-right: none;
  }
  #owl-main .caption.text-center,
  #owl-main .caption.text-left,
  #owl-main .caption.text-right {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-header .navbar-brand {
    display: inline-block;
  }
  .navbar-collapse .navbar-brand {
    display: none;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar .container {
    display: block;
  }
  .navbar .lang,
  .navbar .info {
    display: none;
  }
  .navbar-nav {
    padding-left: 0;
  }
  .navbar-header {
    background: #202020;
    padding: 10px 0;
  }
  .btn.responsive-menu {
    display: table;
  }
  .btn.responsive-menu i {
    display: table-cell;
    vertical-align: middle;
  }
  .navbar-collapse {
    position: static !important;
    background: #2c2c2c;
    max-height: inherit;
    text-align: center;
  }
  .navbar-collapse:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .firstMenu .nav,
  .firstMenu .dropup,
  .firstMenu .dropdown,
  .firstMenu .collapse {
    float: none;
    position: relative;
  }
  .firstMenu .dropdown-menu {
    position: relative;
    left: inherit;
    top: inherit;
    float: none;
    width: 100%;
    /* display: block !important;*/
  
  }
  .firstMenu .firstMenu-content {
    padding: 12px 0;
    font-size: 13px;
  }
  .navbar-nav {
    display: block;
    padding: 15px 0;
  }
  .navbar-nav > li {
    display: block;
  }
  .navbar-nav > li > a {
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-radius: 0;
  }
  .navbar-nav > li > a:focus {
    background: none;
    /*color: #5EBCE3;*/
  
  }
  .navbar-nav .dropdown-menu {
    border: none;
    box-shadow: none;
  }
  .navbar-nav .dropdown-submenu .dropdown-menu {
    top: 0 !important;
    padding-left: 20px;
  }
  .navbar-nav .dropdown + .dropdown {
    /*border-top: 1px solid #E6E9ED;*/
  
  }
  .navbar-nav .dropdown-menu > li:last-child {
    margin-bottom: 20px;
  }
  .navbar-nav .searchbox {
    float: left !important;
    display: block;
    width: 100%;
  }
  .navbar-header {
    float: left;
    width: 100%;
  }
  .navbar-header:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .background-illus {
    opacity: 0.2;
  }
  #bigBanner h1 {
    font-size: 50px;
  }

  
  ul.browser li {
    display: inline-block;
    font-size: 30px;
    margin: 0 10px;
}
  
  #BZ9BF76C1EC94B49FA9BC0 {
  display:none;
  }
  
img.fixed-mac {
  opacity: 0;
  position: fixed;
  z-index: 1;
  width: 34%;
  top: 20%;
  left: 5%;
}
}
@media (max-width: 969px) {
  .firstMenu .dropdown.firstMenu-fullwidth .dropdown-menu {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .navbar .container,
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .items.col-4 {
    margin-left: -9px;
    margin-bottom: -9px;
  }
  .items.col-4 li {
    width: 234px;
    margin-left: 9px;
    margin-bottom: 9px;
  }
  .items.col-3 {
    margin-left: -9px;
    margin-bottom: -9px;
  }
  .items.col-3 li {
    width: 234px;
    margin-left: 9px;
    margin-bottom: 9px;
  }
  .items.col-3.gap {
    margin-left: -18px;
    margin-bottom: -18px;
  }
  .items.col-3.gap li {
    width: 351px;
    margin-left: 18px;
    margin-bottom: 18px;
  }
  .items.col-4.gap {
    margin-left: -18px;
    margin-bottom: -18px;
  }
  .items.col-4.gap li {
    width: 351px;
    margin-left: 18px;
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) {
 .bounce {
    position: relative;
    left: 2000px;
    -webkit-animation: bounceOutRight 1s;
    animation: bounceOutRight 1s;
    -moz-animation: bounceOutRight 1s;
    -o-animation: bounceOutRight 1s;
    width: 100%;
  }
  .active .bounce {
    -webkit-animation: bounceInRight 2s;
    animation: bounceInRight 2s;
    -moz-animation: bounceInRight 2s;
    -o-animation: bounceInRight 2s;
    left: 0;
  }
  .active .bounce.two {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: 0.2s;
  }
  .active .bounce.three {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: 0.6s;
  }
  .height-xs,
  .height-sm,
  #owl-main .item {
    height: 480px;
  }
  #bigBanner h2 {
    font-size: 35px;
    font-weight: 600;
  }
  #bigBanner .btn {
    margin-top: 35px;
  }
  .item figure .text-overlay .info {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .height-xs,
  .height-sm,
  .height-md,
  .height-lg,
  #owl-main .item,
  #owl-main.height-md .item,
  #owl-main.height-lg .item {
    height: 480px;
  }
}
@media (max-width: 480px) {
  .choice .btn {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .btn-large {
    font-size: 16px;
    padding: 15px 35px 17px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .item figure .text-overlay .info {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .myCloneOLW #myEvolutiveBanner img.fixed-mac,
  .myCloneOLW #myEvolutiveBanner img.fixed-mac.first {
    top: 5% !important;
    left: 30%;
  }
  .myCloneOLW #myEvolutiveBanner .vertical-center {
    vertical-align: bottom;
  }
  .firstMenu .dropdown.pull-right {
    float: inherit !important;
  }
  #bigBanner h1 {
    font-size: 30px;
    line-height: 115%;
    text-align: center;
  }
  .height-xs,
  .height-sm,
  .height-md,
  .height-lg,
  #owl-main .item,
  #owl-main.height-md .item,
  #owl-main.height-lg .item {
    height: 400px;
  }
  #bigBanner p {
    font-size: 16px;
  }
  .col-sm-6.text-center.pull-right {
    float: inherit!important;
  }
  body {
    height: 100vh;
  }
  h1 {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 20px;
  }
  h1 span {
    font-size: 20px;
  }
  header p {
    font-size: 20px;
  }
  footer .inner {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  footer .row .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .container > .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row,
  #share {
    overflow: hidden;
  }
  #share .container {
    width: auto;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  /*.owl-controls {
  		display: inline;
  	}
  	
  	.owl-pagination {
  		top: 0 !important;
  	}*/
  .last-bottom {
    padding-bottom: 20px !important;
  }
  .last-bottom + .last-bottom {
    padding-bottom: 0 !important;
  }
  .thumbs.gap-lg {
    margin-left: -15px;
  }
  .thumbs.gap-lg .thumb {
    padding: 0 0 15px 15px;
  }
  .icon.pull-right {
    margin-left: 10px;
  }
  .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .inner-md {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .inner-sm {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .inner-xs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inner-top {
    padding-top: 80px;
  }
  .inner-top-md {
    padding-top: 65px;
  }
  .inner-top-sm {
    padding-top: 50px;
  }
  .inner-top-xs {
    padding-top: 40px;
  }
  .inner-bottom {
    padding-bottom: 80px;
  }
  .inner-bottom-md {
    padding-bottom: 65px;
  }
  .inner-bottom-sm {
    padding-bottom: 50px;
  }
  .inner-bottom-xs {
    padding-bottom: 40px;
  }
  h2 {
    font-size: 20px;
  }
  header h2 {
    font-size: 25px;
  }
  #ready-to-go h2 {
    font-size: 40px;
  }
  #bigBanner h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }
  #bigBanner p {
    line-height: 135%;
    margin-top: 15px;
    text-align: center;
  }
  #bigBanner .btn {
    margin-top: 15px;
  }
  #bigBanner .btn-large {
    font-size: 14px;
    padding: 12px 20px 15px;
  }
  h1.single-block .btn {
    margin-left: 0;
  }
  .pagination > li:first-child {
    margin-left: 10px;
  }
  .pagination li {
    margin-bottom: 10px;
  }
  [class*="col"] > figcaption:first-child {
    padding-top: 20px;
  }
  [class*="col"][class*="border-left"] {
    border-left: none;
  }
  [class*="col"][class*="border-right"] {
    border-right: none;
  }
  .items li .text-overlay .info h2,
  .thumbs .thumb .text-overlay .info h2,
  .owl-carousel .item .text-overlay .info h2,
  .items li .text-overlay .info h3,
  .thumbs .thumb .text-overlay .info h3,
  .owl-carousel .item .text-overlay .info h3,
  .items li .text-overlay .info h4,
  .thumbs .thumb .text-overlay .info h4,
  .owl-carousel .item .text-overlay .info h4 {
    font-size: 16px;
    line-height: 150%;
  }
  .items li .text-overlay .info p,
  .thumbs .thumb .text-overlay .info p {
    font-size: 14px;
    line-height: 140%;
    padding-top: 0;
  }
  [class*="col"][class*="inner-left"],
  [class*="col"][class*="inner-right"],
  [class*="col"][class*="reset-padding"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  [class*="inner-top"].reset-xs {
    padding-top: 0 !important;
  }
  .firstMenu-content {
    margin-top: 25px;
  }
  .firstMenu-content > [class*="col"] {
    margin-bottom: 50px;
  }
  .navbar .container,
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar .firstMenu .container,
  .firstMenu .container {
    padding: 0;
  }
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-bottom p.pull-left,
  .footer-bottom ul.pull-right {
    float: none !important;
    text-align: center;
  }
  .footer-bottom p {
    margin-bottom: 20px;
  }
  .footer-menu li {
    padding: 0 5px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .items {
    margin-left: 0 !important;
    /*margin-bottom: -20px !important;*/
  
  }
  .items li {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 20px !important;
  }
  .items.fullscreen li {
    margin: 0 !important;
  }
  .panel-title {
    line-height: 18px;
  }
  .firstMenu .firstMenu-content.row {
    margin-bottom: -30px;
  }
  .titleSelect span {
    font-size: 30px;
  }
  .titleSelect a.active {
    font-size: 35px;
  }
}


@media (max-width: 1200px) {
		.toolsnextgen{
			background-image:url(/images/digital-publishing/banner-nextgenblueG.jpg);
			background-size:cover;
			transition:0.5s;
		}
		.nextgen{
		background-image: url(/images/digital-publishing/nextgen01G.jpg);
		background-position:center ;
		background-repeat:no-repeat;
		height:500px;
		transition:0.5s;
		}
	}


