/* ============================================================
  GLOBAL
============================================================ */
.effects {
  padding-left: 15px;
}

.effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 25%;
  overflow: hidden;
}

/*.effects .img:nth-child(n) {
  margin-right: 5px;
}
.effects .img:first-child {
  margin-left: -15px;
}
.effects .img:last-child {
  margin-right: 0;
}*/
.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}

a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.form-item.form-type-radios.form-item-customer-profile-shipping-field-shipping-address-type-und label.option {
  display: inline;
}

div.orderinformation {
    text-align: justify;
    white-space: pre-line;
}

td.orderinformation {
	text-align: justify;
	white-space: pre-line;
}

/* ============================================================
  EFFECT 6 - ICON BOUNCE IN
============================================================ */
.img-effect .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.img-effect .overlay a.expand {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.img-effect .img.hover .overlay {
  opacity: 1;
}

.img-effect .img.hover .overlay a.expand {
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}

.img-effect .img img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.img-effect .img.hover img {
  opacity: 0.5;
}

.img-effect .img.hover a.expand {
  border-color: #fff;
  color: #1dceb8;
  text-decoration: none;
}

.img-effect .img.hover .overlay a.expand {
  margin-top: -45px;
}


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

.img-effect .overlay {
  background: none;
}

.CommentColor {
  color: white;
}

ul.nav li.dropdown:hover ul.dropdown-menu li.expanded ul.dropdown-menu {
  display: none;
}

ul.nav li.dropdown:hover ul.dropdown-menu li.expanded:hover ul.dropdown-menu {
  display: block;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
}

.page-digital-brochures .db-item-list img {
  border: 3px solid gray;
}

/*Kiddom Page*/
.bacground.grey{background:#eee; position:relative;}
.bacground.grey:before{content: ""; background: #eee; position: absolute; width: 4000px; left: -2000px; z-index: -1; height: 100%;}
.kiddomplatform.right{position:relative}
.kiddomplatform.left{transform: translateY(-50%); position: absolute; left: 50%; top: 50%;}
.immathimages img{max-width:250px;}

@media only screen and (max-width:767px){
	.kiddomplatform.left{transform: none; position: relative; left: 0; top: 0;}
}
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Media Queries
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
@media only screen and (max-width: 1100px) {
  .effects {
    padding-left: 5px;
  }

  .effects .img {
    width: 50%;
  }

  .effects .img:nth-child(n) {
    margin-right: 5px;
  }

  .effects .img:first-child {
    margin-left: 0;
  }

  .effects .img:nth-child(2n-1) {
    margin-left: -5px;
  }

  .effects .img:nth-child(2n) {
    margin-right: 0;
  }

  .effects .img:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 520px) {
  .effects .img {
    width: 100%;
  }

  .effects .img:nth-child(n) {
    margin-right: 0;
  }

  .effects .img:first-child {
    margin-left: 0;
  }

  .effects .img:nth-child(2n-1) {
    margin-left: 0;
  }

  .effects .img:nth-child(2n) {
    margin-right: 0;
  }

  .effects .img:last-child {
    margin-right: 0;
  }

  .effects .img img {
    margin: 0 auto;
  }
}

section.featur-prd-wrap.collaborations.slider ol.flex-control-nav.flex-control-paging {
  display: none;
}

.signup-right.col-lg-6.col-md-6.col-sm-6.col-xs-12 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}

section.featur-prd-wrap.email-signup {
  height: auto;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .signup-right.col-lg-6.col-md-6.col-sm-6.col-xs-12 {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
  }

  .mini-icon {
    width: calc(100%/6) !important;
  }
}

@media only screen and (max-width: 450px) {
  .mini-icon {
    width: calc(100%/3) !important;
  }

  .mini-icon.blog:after {
    content: '\a';
    white-space: pre;
  }
}

.mini-icon {
  text-align: center;
  margin-top: 10px;
  width: calc(100%/6);
  float: left;
}

ul.nav.navbar-nav li a {
  color: #0a4179;
}

.menu-hld-test .dropdown .dropdown-menu {
  background-color: rgba(73, 128, 165, 0.85);
  border: 0;
  border-radius: 0;
  margin: 0;
  min-width: 335px;
}

.mini-icon.rep {
  margin-top: 0;
}

#edit-submitted-video-file-upload-upload-button {
  display: none;
}
