@import url("package/css/onsenui.min.css");
@import url("package/css/onsen-css-components.min.css");

ons-splitter-side[animation=overlay] {
    border-left: 1px solid #C8D9E8;
}

.tabbar {
    box-shadow: 0px -2px 5px rgba(0, 0, 0, .2);
}

.mainDiv {
    background-color: #C8D9E8;
    min-height: 100%;
}

.link-splashscreen{
  width: 300px;
  text-align: center;
  height: 397px;
  margin: auto;
}

.img-splashscreen {
  width: 300px;
}
body.home .page__content {
  background: rgb(36,32,129) !important;
  background: linear-gradient(347deg, rgba(36,32,129,1) 0%, rgba(61,140,197,1) 100%) !important;
  background: -webkit-linear-gradient(257deg, rgba(36,32,129,1) 0%, rgba(61,140,197,1) 100%);
  background: -o-linear-gradient(257deg, rgba(36,32,129,1) 0%, rgba(61,140,197,1) 100%);
  background: linear-gradient(347deg, rgba(36,32,129,1) 0%, rgba(61,140,197,1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}


.content {
    padding: 0 20px;
}

.pageTitle {
    padding-bottom: 10px;
    font-weight: bold;
}

.top-image {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#Home .top-image {
    background-color: #FFF;
}

#Services .top-image {
    background-color: #FFF;
}

#ServiceContent {
    padding: 0;
    margin: 0;
    min-height: 100%;
    background-color: #FFF;
}

#ServiceContent .content {
    background-color: #FFF;
}

#ServiceContent .top-image {
    background-color: #C8D9E8;
}

#ServiceContent .top-separator {
    background-color: #FFF;
    height: 30px;
    width: 100%;
    border-radius: 22px 22px 0 0;
}

#Publications .top-image {
    background-color: #FFF;
}

#Videos .top-image {
    background-color: #FFF;
}

img.pageIllustration {
    margin: 10px;
    max-width: 80%;
}

.top-separator {
    background-color: #C8D9E8;
    height: 30px;
    width: 100%;
    border-radius: 22px 22px 0 0;
}

.separatedListItems {
    background-color: #FFF;
    border-radius: 10px;
    margin-bottom: 10px;
}

.list-header.separetedListHeader {
    background-color: transparent;
    background-image: none;
    font-size: 1.2em;
    padding: 0;
    padding-bottom: 15px;
}

.list-header,
.separatedListItems .list-item__center {
    background-image: none;
    background-color: transparent;
}

span.family-name {
    display: block;
    padding: 10px;
}

.list {
    background-color: transparent;
    background-image: none;
}

.hidden {
    visibility: hidden;
    display:none;
    height: 0;
    opacity: 0;
    -moz-transition: height 0.8s, opacity 1s, visibility 1.3s;
    -webkit-transition: height 0.8s, opacity 1s, visibility 1.3s;
    -o-transition: height 0.8s, opacity 1s, visibility 1.3s;
    transition: height 0.8s, opacity 1s, visibility 1.3s;
}

.shown {
    visibility: visible;
    display:block;
    height: auto;
    opacity: 1;
    -moz-transition: height 0.8s, opacity 1s, visibility 1.3s;
    -webkit-transition: height 0.8s, opacity 1s, visibility 1.3s;
    -o-transition: height 0.8s, opacity 1s, visibility 1.3s;
    transition: height 0.8s, opacity 1s, visibility 1.3s;
}

ons-carousel-item {
    padding: 15px;
}

div.family-group {
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

div.Translation-services {
    background-color: #a80745;
    color: #fff;
}

div.Terminology-services {
    background-color: #E26E20;
    color: #fff;
}

div.Audiovisual-language-services {
    background-color: #ffa857;
}

div.Other-services {
    background-color: #1A68A8;
    color: #fff;
}

.pull-hook-content {
    color: #666;
    transition: transform .25s ease-in-out;
}

.profile-pic {
    width: 200px;
    background-color: #fff;
    margin: 20px auto 10px;
    border-radius: 4px;
}

.profile-pic>img {
    display: block;
    max-width: 100%;
}
#serviceDetails{
    padding-bottom:40px;
}

#serviceDetails button{
    margin:auto;
    background:  transparent;
    border:0;
    padding:0;
    font-size:1em;
    color:blue;
}
