.field-label {
  margin: 0;
}

.field-lable-inline .field-label {
  display: inline;
}

.field-type-taxonomy-term-reference {
  margin-bottom: 1em;
  display: inline-block;
}

.field-type-taxonomy-term-reference .field-label {
  font-size: 1em;
  padding: 2px 5px 0 0;
}

.field-type-taxonomy-term-reference ul {
  margin: 0;
  padding: 0;
}

.field-type-taxonomy-term-reference ul li {
  display: inline-block;
  font-size: 0.92em;
  list-style: none;
  margin: 0 5px 0 0 !important;
  padding: 0;
}

.field-type-taxonomy-term-reference ul li a {
  border: 1px dotted #dadada;
  color: #333;
  display: inline-block;
  padding: 1px 10px;
}

.field-type-taxonomy-term-reference ul li a:hover,
.field-type-taxonomy-term-reference ul li a:active,
.field-type-taxonomy-term-reference ul li a:focus {
  background: #333;
  border: 1px solid #333;
  color: #fff;
  text-decoration: none;
}

.ai-l .field-type-image {
  margin: 4px 20px 10px 0;
}

.ai-r .field-type-image {
  margin: 4px 0 10px 20px;
}


.tryme-teaser {
  display: inline-block;
  width: 31%;
}
.tryme-teaser img {
width: 100%;
}

.tryme-teaser {
  border-bottom: 5px #16a7bb solid;
  text-transform: uppercase;

  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 2%;
}



.app-teaser {
  display: inline-block;
  width:100%;
}
.app-teaser img {
  width: 80%;
  border-radius: 40px;
}

.app-teaser {
/*  border-bottom: 5px #16a7bb solid;*/
  text-transform: uppercase;

  font-weight: 700;
  text-align: center;
  /* padding-bottom: 20px;
   margin-bottom: 20px;
   margin-left: 2%;*/
}

 .region-content .view-apps.view .views-view-grid .grid-inner,  .region-content .view-Apps.view .views-view-grid .grid-inner {
  border: 1px solid #16a7bb;
   min-height: auto !important;
}

.view-Apps.view .views-view-grid .grid-inner {
  border: 1px solid #16a7bb;
  min-height: auto !important;
  margin: 10px;
  padding: 10px;
}

.region-content .view-apps.view .views-view-grid .grid-inner:hover,  .region-content .view-Apps.view .views-view-grid .grid-inner:hover,
.view-Apps.view .views-view-grid .grid-inner:hover
{
background-color: #16a7bb;
  color: #fff;
}

.app-teaser p {
  text-transform: none;
  font-weight:normal !important;
  padding: 10px;
}
.app-teaser .store-icon img {
  width: 48%;
}

.app-teaser .app-screenshot {
  width: 100%;
}


.tryme-teaser:hover a.title {
  color: #fff;
  text-decoration: none;
}

.tryme-teaser a.title {
  color: #006f84;
  text-align: center;
  height: 45px !important;
  overflow: hidden;
  display: inline-block;
  padding-top: 5px;
}


.trymeThumb, .trymeDesc {
  width: 50%;
  float: left;
  margin-bottom: 25px;
}
#gameFrame {
  margin-bottom: 20px;
}
.trymeDesc {
  padding: 20px;

}

#rotatePhone {
  width: 60%;
  margin-left: 20%;
  display: none;
}

.trymeDesc h2 {
  border-bottom: 1px solid #3aa5d0;
  font-size: 25px;
  color: #156f84;
  margin: 0;
  text-transform: uppercase;
}

.node-type-page h1 {
  text-align: center;
  padding: 0 10%;
}

.node-type-page div.node-page .field-name-field-image-feature {
 text-align: center;
  margin-bottom: 20px;
}

.title-text {
  font-size: 18px;
}

.tabs ul.primary.tabs {
  float: right;
}

.tabs.blog ul.primary.tabs {
  float: none;
}

.blogDetail ul li {
  list-style: inherit;
}

#iphoneButton {
  display: none; }

#videoToolTip {
  display: none;
  position: absolute;
  top: 284px;
  right: 20px;
  width: 230px;

  padding: 10px;
  pointer-events: none;
}

#videoToolTip .button-theme {
  background:url("../images/btn-orange-noshadow.png") left top no-repeat;
}

#tooltipPack {
  width: 150px;
  margin-left:24px;
/*  -webkit-filter: drop-shadow(-5px -5px 0px #bfdeef);
  filter: drop-shadow(-5px 5px 0px #bfdeef);*/
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
