/******************************************************************************
 *  WEB SITE AGIRA
 ******************************************************************************/
/******************************************************************************
 *  GLOBAL VARIABLES
 ******************************************************************************/
@font-face {
  font-family: OpenSansRegular;
  src: url(fonts/OpenSans-Regular.ttf); }
@font-face {
  font-family: OpenSansLight;
  src: url(fonts/OpenSans-Light.ttf); }
@font-face {
  font-family: OpenSansBold;
  src: url(fonts/OpenSans-Bold.ttf); }
@font-face {
  font-family: OpenSansExtraBold;
  src: url(fonts/OpenSans-ExtraBold.ttf); }
/******************************************************************************
 *  GLOBAL RULES
 ******************************************************************************/
html {
  width: 100%; }

body {
  margin: 0px;
  position: relative;
  font-family: OpenSansRegular,sans-serif;
  font-size: 16px;
  background-color: #EEE !important; }

a {
  color: #f7941d;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

a:hover {
  color: #222; }

.MainSection {
  position: relative;
  padding-top: calc(60px + 60px);
  margin-left: auto;
  margin-right: auto; }

.ButtonStyle, .Button {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: OpenSansBold;
  background: #f7941d; }

.Button {
  display: inline-block;
  padding: 15px 40px 15px 40px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  border-radius: 20px; }

.Button:hover {
  background: #00aeef; }

.ImageBorder, .ImageSizeSmall, .ImageSizeMedium, .ImageSizeFreeHeight, .PictureFrame {
  border: 3px solid transparent !important;
  box-shadow: 0 0 0 1px #8e8e8e !important; }

.ImageSizeSmall {
  width: 250px;
  height: 170px; }

.ImageSizeMedium {
  width: 400px;
  height: 320px; }

.ImageSizeFreeHeight {
  width: 400px; }

.PictureFrame {
  width: 300px;
  height: 340px; }

.QueryStrTag {
  font-size: 30px;
  font-weight: bold;
  width: 20%;
  display: inline-block; }

.BodyWrapper {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8); }

.Dialog {
  display: none;
  position: absolute !important;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%); }

#currentLang {
  display: none;
  width: 32px;
  height: 21px; }

.SectionBanner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 360px;
  position: relative;
  color: #222; }
  .SectionBanner .TextContainer {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-10%, -50%); }
  .SectionBanner .Text {
    font-weight: bold;
    font-family: OpenSansLight, sans-serif;
    font-size: 32px;
    line-height: 45px;
    color: #222;
    text-shadow: 2px 2px 2px #fff; }

.SectionContent, .SectionContentBgGrey {
  background-color: #FFF;
  font-family: OpenSansRegular,sans-serif;
  padding: 15px; }
  .SectionContent .Content, .SectionContentBgGrey .Content {
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    white-space: nowrap; }
    .SectionContent .Content .TitleContainer, .SectionContentBgGrey .Content .TitleContainer {
      text-align: left;
      white-space: normal; }
      .SectionContent .Content .TitleContainer .Title, .SectionContentBgGrey .Content .TitleContainer .Title {
        font-weight: 800;
        font-size: 30px;
        display: block;
        color: #00aeef;
        line-height: 35px;
        padding-bottom: 5px;
        font-family: OpenSansExtraBold; }
      .SectionContent .Content .TitleContainer .Subtitle, .SectionContentBgGrey .Content .TitleContainer .Subtitle {
        font-weight: 300;
        font-size: 30px;
        display: block;
        color: #00aeef;
        line-height: 35px;
        padding-bottom: 10px;
        font-family: OpenSansLight; }
    .SectionContent .Content .Picture, .SectionContentBgGrey .Content .Picture, .SectionContent .Content .PictureRight, .SectionContentBgGrey .Content .PictureRight, .SectionContent .Content .PictureLeft, .SectionContentBgGrey .Content .PictureLeft {
      margin-left: 20px;
      margin-right: 20px;
      margin-bottom: 20px; }
    .SectionContent .Content .PictureRight, .SectionContentBgGrey .Content .PictureRight {
      float: right; }
    .SectionContent .Content .PictureLeft, .SectionContentBgGrey .Content .PictureLeft {
      float: left; }
    .SectionContent .Content .Text, .SectionContentBgGrey .Content .Text {
      color: #777777;
      font-size: 18px;
      line-height: 28px;
      margin-top: 15px;
      font-weight: normal;
      white-space: normal;
      text-align: left; }

.SectionContentBgGrey {
  background-color: #e6e6e6; }

/******************************************************************************
 *  ANIMATIONS
 ******************************************************************************/
@keyframes PresentationTransition {
  0% {
    opacity: 0.0; }
  33% {
    opacity: 0.33; }
  66% {
    opacity: 0.66; }
  100% {
    opacity: 1; } }
@-webkit-keyframes PresentationTransition {
  0% {
    opacity: 0.0; }
  33% {
    opacity: 0.33; }
  66% {
    opacity: 0.66; }
  100% {
    opacity: 1; } }
/******************************************************************************
 *  CROSS BROWSER RULES
 ******************************************************************************/
/**********************************************************
/ HEADER
/*********************************************************/
header {
  text-align: center;
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  will-change: transform;
  font-family: OpenSansBold, sans-serif;
  z-index: 200; }
  header #mainMenu .navbar-nav > .active > a {
    background: #f7941d !important;
    color: #FFF !important; }
  header #languageMenu .navbar-nav > .active > a {
    background: #00aeef !important;
    color: #FFF !important; }

/**********************************************************
/ FOOTER
/*********************************************************/
footer {
  background-color: #00aeef;
  color: #FFFFFF;
  text-align: center;
  display: block; }
  footer .SiteMap {
    white-space: nowrap; }
    footer .SiteMap .Grid {
      padding: 10px;
      white-space: normal;
      display: inline-block;
      vertical-align: top;
      width: 33%;
      text-align: center; }
      footer .SiteMap .Grid .GridItem {
        text-align: left;
        display: inline-block;
        vertical-align: top; }
        footer .SiteMap .Grid .GridItem .Header {
          color: #FFFFFF;
          display: block;
          text-transform: uppercase;
          font-size: 24px;
          font-weight: bold;
          line-height: 35px;
          height: 40px; }
        footer .SiteMap .Grid .GridItem .Link {
          font-size: 16px;
          text-decoration: none;
          color: #FFFFFF;
          line-height: 25px; }
        footer .SiteMap .Grid .GridItem .Link:hover {
          text-decoration: underline; }
        footer .SiteMap .Grid .GridItem .social-media {
          border: 1px solid #FFF;
          padding: .5rem;
          color: #FFF; }
  footer .Copyright {
    border-top: 1px solid #FFF;
    font-size: 18px;
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px; }

/**********************************************************
/ HOME
/*********************************************************/
.Home .SectionBanner {
  background-image: url(../images//banner-home-top.jpg); }
  .Home .SectionBanner .TextContainer {
    left: 25%;
    transform: translate(-15%, -50%); }
  .Home .SectionBanner .Text {
    font-size: 40px;
    line-height: 50px; }
.Home .SectionSpotlight {
  background-color: #FFF;
  padding: 10px; }
  .Home .SectionSpotlight .Content {
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px; }
    .Home .SectionSpotlight .Content .SpotlightBox {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      margin: 15px;
      color: #777777;
      font-family: OpenSansRegular,sans-serif;
      width: calc(33% - 30px); }
      .Home .SectionSpotlight .Content .SpotlightBox .Title {
        font-weight: bold;
        font-size: 24px;
        display: block;
        color: #f7941d;
        text-transform: uppercase;
        margin-top: 15px;
        font-family: OpenSansBold;
        height: 50px; }
      .Home .SectionSpotlight .Content .SpotlightBox .Description {
        color: #777777;
        font-size: 18px;
        line-height: 28px;
        font-weight: normal;
        height: 210px; }
.Home .SectionCarousel {
  background-color: #e6e6e6;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  margin: 0px auto; }
  .Home .SectionCarousel .CarouselPicture {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 40%; }
    .Home .SectionCarousel .CarouselPicture img {
      border: 3px solid transparent !important;
      box-shadow: 0 0 0 1px #8e8e8e !important;
      width: 300px;
      /*height: 220px !important;*/ }
  .Home .SectionCarousel .CarouselText {
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 40%; }
    .Home .SectionCarousel .CarouselText .Title {
      font-weight: 800;
      font-size: 25px;
      display: block;
      color: #00aeef;
      line-height: 35px;
      padding-bottom: 5px;
      font-family: OpenSansExtraBold; }
    .Home .SectionCarousel .CarouselText .Subtitle {
      font-weight: 300;
      font-size: 25px;
      display: block;
      color: #00aeef;
      line-height: 35px;
      padding-bottom: 10px;
      font-family: OpenSansLight; }
    .Home .SectionCarousel .CarouselText .Description {
      color: #777777;
      font-size: 16px;
      line-height: 24px;
      margin-top: 15px;
      font-weight: normal; }

/**********************************************************
/ GNOSTIC CENTERS
/*********************************************************/
.GnosticCenterIntro {
  line-height: 28px;
  font-size: 18px;
  white-space: normal; }

.ListCountriesContainer {
  text-align: center; }
  .ListCountriesContainer .ListCountries {
    line-height: 25px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    width: calc(24%);
    line-height: 25px;
    margin-bottom: 20px;
    text-align: left; }
    .ListCountriesContainer .ListCountries ul {
      display: block;
      padding: 10px 0px 10px 0px;
      margin: auto;
      list-style: none;
      font-weight: bold;
      font-size: 20px; }
    .ListCountriesContainer .ListCountries li {
      padding: 5px 5px 5px 20px;
      font-weight: bold;
      text-align: left;
      white-space: normal; }
      .ListCountriesContainer .ListCountries li a {
        background: transparent;
        display: inline-block;
        padding: 0px;
        color: #555;
        text-decoration: none; }
  .ListCountriesContainer .ListCountries > * {
    display: inline-block;
    vertical-align: top; }

.SectionSearch {
  background-color: #FFF;
  font-family: OpenSansRegular,sans-serif;
  padding: 15px; }
  .SectionSearch .Content {
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
    white-space: nowrap; }
    .SectionSearch .Content .SearchContainer .SearchInputContainer {
      margin-bottom: 20px; }
      .SectionSearch .Content .SearchContainer .SearchInputContainer .SearchInput {
        height: 40px;
        border: 2px solid #DDD;
        padding: 5px;
        color: #222;
        margin: 5px;
        font-size: 16px;
        display: inline-block;
        width: calc(100% - 160px - 10px); }
      .SectionSearch .Content .SearchContainer .SearchInputContainer .ButtonSearch {
        width: 160px; }
    .SectionSearch .Content .SearchContainer .SearchButtonsContainer > * {
      margin: 20px; }
  .SectionSearch .SearchResults {
    display: none;
    margin: auto;
    text-align: center;
    -webkit-animation-name: "PresentationTransition";
    -moz-animation-name: "PresentationTransition";
    animation-name: "PresentationTransition";
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    padding-top: 115px;
    margin-top: -115px;
    /* handle with the anchor */ }
    .SectionSearch .SearchResults .Title {
      font-weight: 800;
      font-size: 30px;
      display: block;
      color: #00aeef;
      line-height: 35px;
      padding-bottom: 20px;
      font-family: OpenSansExtraBold;
      text-align: left; }
    .SectionSearch .SearchResults .Tile {
      text-align: left;
      white-space: normal; }
      .SectionSearch .SearchResults .Tile .TileItem {
        display: inline-block;
        vertical-align: top;
        width: calc(30% - 30px);
        margin: 15px;
        text-align: left; }
        .SectionSearch .SearchResults .Tile .TileItem .Name {
          font-weight: 800;
          font-size: 22px;
          display: block;
          padding-bottom: 5px;
          font-family: OpenSansExtraBold; }
        .SectionSearch .SearchResults .Tile .TileItem .Description {
          font-weight: 300;
          font-size: 18px;
          display: block;
          font-family: OpenSansLight; }
        .SectionSearch .SearchResults .Tile .TileItem .Description2 {
          font-size: 14px;
          display: block;
          font-family: OpenSansLight; }

/**********************************************************
/ GNOSTIC CENTER PAGE
/*********************************************************/
.GnosticCenterPage .ContactWays {
  white-space: normal; }
  .GnosticCenterPage .ContactWays .ContactItem {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 10px 20px 10px 20px;
    text-align: center;
    max-width: 300px;
    /*.Label{}*/ }
    .GnosticCenterPage .ContactWays .ContactItem .Icon {
      width: 50px;
      margin: 10px; }
    .GnosticCenterPage .ContactWays .ContactItem .Contact {
      font-size: 20px;
      font-weight: bold; }
.GnosticCenterPage .SectionPosterBoard {
  background-color: #E6E6E6; }
  .GnosticCenterPage .SectionPosterBoard .TitleContainer {
    height: 75px;
    color: #FFF;
    background-color: #f7941d;
    padding: 15px; }
    .GnosticCenterPage .SectionPosterBoard .TitleContainer .Title {
      font-size: 30px;
      font-weight: bold; }
  .GnosticCenterPage .SectionPosterBoard .PosterBoard {
    white-space: normal;
    text-align: center;
    margin: 10px; }
    .GnosticCenterPage .SectionPosterBoard .PosterBoard .PosterBoardItem {
      margin: 20px;
      /*display: inline-block; vertical-align: top; 
      img {width: 290px; height: 410px;}*/
      /*img{min-width: 40vw; max-width: 100%;}*/ }
      .GnosticCenterPage .SectionPosterBoard .PosterBoard .PosterBoardItem img {
        max-width: 100%; }

/**********************************************************
/ GNOSTIC EDITIONS
/*********************************************************/
.GnosticEditions {
  /*.SectionBanner{
      background-image: url(../images/banner-gnostic-editions.jpg);
      .TextContainer{left: 30%;}
      .Text{ font-size: 45px; line-height: 60px;}
  } */ }
  .GnosticEditions .SectionContent, .GnosticEditions .SectionContentBgGrey {
    padding-top: 15px; }
    .GnosticEditions .SectionContent .AvailableBooks, .GnosticEditions .SectionContentBgGrey .AvailableBooks {
      display: grid;
      grid-template-columns: auto auto auto auto auto auto;
      row-gap: 1rem; }
      .GnosticEditions .SectionContent .AvailableBooks .Book, .GnosticEditions .SectionContentBgGrey .AvailableBooks .Book {
        margin: .5rem;
        cursor: pointer;
        position: relative; }
        .GnosticEditions .SectionContent .AvailableBooks .Book .BookTitle, .GnosticEditions .SectionContentBgGrey .AvailableBooks .Book .BookTitle {
          font-weight: bold;
          font-size: 14px;
          width: 130px;
          color: #333;
          white-space: normal;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: .5rem; }
        .GnosticEditions .SectionContent .AvailableBooks .Book .BookDesc, .GnosticEditions .SectionContentBgGrey .AvailableBooks .Book .BookDesc {
          font-size: 14px;
          text-align: left;
          display: block; }
        .GnosticEditions .SectionContent .AvailableBooks .Book .BookLanguage, .GnosticEditions .SectionContentBgGrey .AvailableBooks .Book .BookLanguage {
          font-size: 12px;
          color: #222; }
        .GnosticEditions .SectionContent .AvailableBooks .Book .BookCover, .GnosticEditions .SectionContentBgGrey .AvailableBooks .Book .BookCover {
          margin: .5rem;
          height: 180px; }
        .GnosticEditions .SectionContent .AvailableBooks .Book .BookPrice, .GnosticEditions .SectionContentBgGrey .AvailableBooks .Book .BookPrice {
          position: absolute;
          top: 0;
          left: 0;
          color: #FFF;
          font-weight: bold;
          font-size: 16px;
          background-color: #f7941d;
          padding: 4px;
          border-radius: 4px; }
          .GnosticEditions .SectionContent .AvailableBooks .Book .BookPrice .Currency, .GnosticEditions .SectionContentBgGrey .AvailableBooks .Book .BookPrice .Currency {
            font-size: 10px; }
        .GnosticEditions .SectionContent .AvailableBooks .Book .BookPoD, .GnosticEditions .SectionContentBgGrey .AvailableBooks .Book .BookPoD {
          font-size: 11px; }
    .GnosticEditions .SectionContent #carouselBooks, .GnosticEditions .SectionContentBgGrey #carouselBooks {
      margin: -15px; }
      .GnosticEditions .SectionContent #carouselBooks .carousel-inner div:first-child .carousel-caption, .GnosticEditions .SectionContentBgGrey #carouselBooks .carousel-inner div:first-child .carousel-caption {
        right: 25%;
        left: 25%;
        bottom: 25%;
        font-weight: 300;
        line-height: 1.2;
        font-size: 45px; }
      .GnosticEditions .SectionContent #carouselBooks .carousel-inner .carousel-item img, .GnosticEditions .SectionContentBgGrey #carouselBooks .carousel-inner .carousel-item img {
        display: block;
        width: 100%;
        object-fit: contain;
        max-height: 360px; }
      .GnosticEditions .SectionContent #carouselBooks .carousel-inner .carousel-item .carousel-caption, .GnosticEditions .SectionContentBgGrey #carouselBooks .carousel-inner .carousel-item .carousel-caption {
        border-radius: 1rem;
        padding: .5rem;
        right: 45%;
        left: 45%;
        bottom: 10%;
        background-color: rgba(0, 0, 0, 0.7); }

#DlgBookSummary {
  width: 80%;
  max-height: 100%;
  position: relative; }
  #DlgBookSummary .panel-body {
    text-align: center; }
    #DlgBookSummary .panel-body .book-info {
      width: 80%; }

/**********************************************************
/ Desktop layout
/*********************************************************/
@media screen and (min-width: 1024px) {
  .MainSection {
    max-width: 1300px; } }
/* and (orientation: landscape)*/
/**********************************************************
/ tablets layout
/*********************************************************/
@media screen and (min-width: 768px) and (max-width: 1123px) {
  .ImageSizeSmall {
    width: 200px;
    height: 130px; }

  .ImageSizeMedium {
    width: 320px;
    height: 240px; }

  .ImageSizeFreeHeight {
    width: 320px; }

  .PictureFrame {
    width: 250px;
    height: 290px; }

  .SectionBanner {
    height: 215px; }
    .SectionBanner .Text {
      font-size: 24px;
      line-height: 35px; }

  .Home .SectionBanner .TextContainer {
    left: 20%;
    transform: translate(-10%, -50%); }
  .Home .SectionBanner .Text {
    font-size: 23px;
    line-height: 40px; }
  .Home .SectionSpotlight .Content .SpotlightBox {
    width: 50%;
    display: block;
    margin: 20px auto 20px auto; }
    .Home .SectionSpotlight .Content .SpotlightBox .Title {
      height: auto; }
    .Home .SectionSpotlight .Content .SpotlightBox .Description {
      height: auto; }

  .GnosticEditions {
    /*.SectionBanner{
        .TextContainer{left: 20%;  transform: translate(-10%, -50%);}
        
        .Text{ font-size: 40px;  line-height: 50px; } 
    } */ }
    .GnosticEditions .SectionContent .AvailableBooks, .GnosticEditions .SectionContentBgGrey .AvailableBooks {
      grid-template-columns: auto auto auto auto; }
    .GnosticEditions .SectionContent #carouselBooks .carousel-inner div:first-child .carousel-caption, .GnosticEditions .SectionContentBgGrey #carouselBooks .carousel-inner div:first-child .carousel-caption {
      font-size: 30px; }
    .GnosticEditions .SectionContent #carouselBooks .carousel-inner .carousel-item img, .GnosticEditions .SectionContentBgGrey #carouselBooks .carousel-inner .carousel-item img {
      max-height: 214px; }
    .GnosticEditions .SectionContent #carouselBooks .carousel-inner .carousel-item .carousel-caption, .GnosticEditions .SectionContentBgGrey #carouselBooks .carousel-inner .carousel-item .carousel-caption {
      right: 40%;
      left: 40%;
      bottom: 10%; }

  .GnosticCenterPage .ContactWays .ContactItem {
    margin: 10px 20px 10px 20px; }

  footer .SiteMap .Grid .GridItem .Header {
    height: 80px; } }
/**********************************************************
/ Smartphone layout
/*********************************************************/
@media screen and (max-width: 767px) {
  #currentLang {
    display: block; }

  .ImageSizeMedium {
    width: 280px;
    height: 200px; }

  .ImageSizeFreeHeight {
    width: 280px; }

  .PictureFrame {
    width: 250px;
    height: 290px; }

  header .navbar .navbar-brand {
    font-size: 1rem; }

  .SectionBanner {
    background-size: cover; }
    .SectionBanner .Text {
      font-size: 24px;
      line-height: 35px; }

  .SectionContent .Content .TitleContainer .Title, .SectionContentBgGrey .Content .TitleContainer .Title {
    font-size: 22px; }
  .SectionContent .Content .TitleContainer .Subtitle, .SectionContentBgGrey .Content .TitleContainer .Subtitle {
    font-size: 22px; }
  .SectionContent .Content .PictureRight, .SectionContentBgGrey .Content .PictureRight {
    float: none;
    margin-left: 0px;
    margin-right: 0px; }
  .SectionContent .Content .PictureLeft, .SectionContentBgGrey .Content .PictureLeft {
    float: none;
    margin-left: 0px;
    margin-right: 0px; }

  .Home .SectionBanner {
    background-image: url(../images//banner-home-top-sm.jpg); }
    .Home .SectionBanner .TextContainer {
      left: 20%;
      transform: translate(-10%, -50%); }
    .Home .SectionBanner .Text {
      font-size: 23px;
      line-height: 33px; }
  .Home .SectionSpotlight .Content .SpotlightBox {
    width: calc(100% - 30px); }
    .Home .SectionSpotlight .Content .SpotlightBox .Title {
      height: auto; }
    .Home .SectionSpotlight .Content .SpotlightBox .Description {
      height: auto; }
  .Home .SectionCarousel .CarouselPicture {
    display: block;
    width: 100%;
    margin-bottom: 10px; }
  .Home .SectionCarousel .CarouselText {
    display: block;
    width: 100%;
    text-align: center; }

  .SectionContentBgGrey .Content .TitleContainer .Title {
    font-size: 22px; }
  .SectionContentBgGrey .Content .TitleContainer .Subtitle {
    font-size: 22px; }
  .SectionContentBgGrey .Content .PictureLeft {
    float: none;
    margin-left: 0px;
    margin-right: 0px; }

  footer .SiteMap .Grid {
    display: block;
    width: 100%;
    text-align: left;
    height: auto; }

  .GnosticEditions {
    /*.SectionBanner{
        background-image: url(../images/banner-gnostic-editions-sm.jpg);
        .TextContainer{left: 20%;  transform: translate(-10%, -50%);}
        .Text{ font-size: 40px; line-height: 60px;}    
    } */ }
    .GnosticEditions .SectionContent .AvailableBooks, .GnosticEditions .SectionContentBgGrey .AvailableBooks {
      grid-template-columns: auto auto; }
    .GnosticEditions .SectionContent #carouselBooks .carousel-inner div:first-child .carousel-caption, .GnosticEditions .SectionContentBgGrey #carouselBooks .carousel-inner div:first-child .carousel-caption {
      right: 10%;
      left: 20%;
      bottom: 35%;
      font-size: 15px;
      display: block; }
    .GnosticEditions .SectionContent #carouselBooks .carousel-inner .carousel-item img, .GnosticEditions .SectionContentBgGrey #carouselBooks .carousel-inner .carousel-item img {
      max-height: 100px; }
    .GnosticEditions .SectionContent #carouselBooks .carousel-inner .carousel-item .carousel-caption, .GnosticEditions .SectionContentBgGrey #carouselBooks .carousel-inner .carousel-item .carousel-caption {
      right: 40%;
      left: 40%;
      bottom: 10%;
      display: none; }

  #DlgBookSummary {
    width: 90%; }

  .SectionSearch .Content .SearchContainer {
    text-align: center; }
    .SectionSearch .Content .SearchContainer .SearchInputContainer .SearchInput {
      display: block;
      width: 100%; }
  .SectionSearch .SearchResults .Tile .TileItem {
    width: auto;
    display: block; }

  .ListCountriesContainer .ListCountries {
    display: block;
    width: auto; }

  .GnosticCenterPage .ContactWays .ContactItem {
    display: block;
    margin: 10px auto 10px auto; } }

/*# sourceMappingURL=style.css.map */
