/* Basic */
html{
	height: 100%;
}

body, span, input, select, textarea {
  font-family: 'Ubuntu', sans-serif;
}

a {
  color: #e8ebc7;
  text-decoration: underline;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

p, ul, ol, dl, table, blockquote {
  margin: 0 0 0em 0;
}

p {
  line-height: 2em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: inherit;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
}

  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
  }

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.25em;
}

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

hr {
  border-top: solid 1px #888888;
  border: 0;
  margin-bottom: 1.5em;
}

blockquote {
  border-left: solid 0.5em #888888;
  font-style: italic;
  padding: 1em 0 1em 2em;
}

section.special, article.special {
  text-align: center;
}

header.major {
  padding-bottom: 3em;
}

  header.major h2 {
    margin: 0;
    padding: 0;
    line-height: 1em;
    font-weight: 800;
    font-size: 2.8em;
  }

  header.major .byline {
    display: block;
    margin: 0.50em 0 0 0;
    padding: 0 0 0.5em 0;
    letter-spacing: 1px;
    font-size: 1.3em;
    font-weight: 300;
  }





/* Icon */

#page-container {
  height: auto;
}

#content-wrap {
  padding-bottom: 0em;
}


.icon {
  position: center;
}

  .icon:before {
    content: "";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
  }

  .icon > .label {
    display: none;
  }

/* Lists */

ol.default {
  list-style: decimal;
  padding-left: 1.25em;
}

  ol.default li {
    padding-left: 0.25em;
  }

ul.default {
  margin: 0em 0em 2em 0em;
  padding: 0em 0em 1.5em 0em;
  list-style: none;
}

  ul.default li {
    padding: 0.60em 0em;
    font-size: 0.90em;
    border-top: 1px solid;
    border-color: rgba(0, 0, 0, 0.1);
  }

    ul.default li:first-child {
      border-top: none;
    }

ul.icons {
  cursor: default;
  text-align: center;
}

  ul.icons li {
    display: inline-block;
    padding: 0em 0.20em;
  }

    ul.icons li:first-child {
      padding-left: 0;
    }

    ul.icons li span {
      display: none;
    }

    ul.icons li a {
      display: inline-block;
      color: #828282;
      width: 30px;
      height: 30px;
      text-align: center;
    }

      ul.icons li a:before {
        display: inline-block;
        border: 1px solid #828282;
        width: 2em;
        height: 2em;
        line-height: 2em;
        font-size: 1em;
        color: #828282;
        border-radius: 100%;
        text-align: center;
      }

ul.actions {
  cursor: default;
}

  ul.actions:last-child {
    margin-bottom: 0;
  }

  ul.actions li {
    display: inline-block;
    padding: 0 0 0 1.5em;
  }

    ul.actions li:first-child {
      padding: 0;
    }

  ul.actions.vertical li {
    display: block;
    padding: 1.5em 0 0 0;
  }

    ul.actions.vertical li:first-child {
      padding: 0;
    }

ul.style {
  padding-top: 3em;
}

  ul.style li {
    position: relative;
    padding: 3em 0em 3em 6em;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
  }

  ul.style > :first-child {
    border-top: none;
  }

  ul.style li:before {
    position: absolute;
    left: 0;
    top: 1em;
    display: block;
    background: none;
    color: #FFF;
    width: 56px;
    height: 56px;
    text-align: center;
    font-size: 3em;
    border-radius: 6px;
  }

  ul.style h3 {
    margin-bottom: 0.80em;
    font-weight: 800;
    font-size: 2em;
    color: #FFF;
  }

  ul.style span {
    line-height: 180%;
    color: #FFF;
  }

/* Tables */

table {
  width: 100%;
}

  table.default {
    width: 100%;
  }

    table.default tbody tr {
      border-bottom: solid 1px #888888;
    }

    table.default td {
      padding: 0.5em 1em 0.5em 1em;
    }

    table.default th {
      font-weight: 700;
      padding: 0.5em 1em 0.5em 1em;
      text-align: left;
    }

    table.default thead {
      background: #555555;
      color: #fff;
    }



/* Wrapper */

.wrapper.style1 {
  padding-top: 5em;
  background: url(../images/bg.jpg) no-repeat center ;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.wrapper.style2 {
  padding: 6em 0;
  background: #e8ebc7;
  color: white;
}




/***** header and nav *****/

/*#region HEADER AND NAV */

/* Header */

.header {
  position: fixed;
  background-attachment: scroll, fixed;
  top: 0;
  height: 5em;
  width: 100%;
  background: rgba(182, 223, 222, 1);
  padding: 0.3em 1em 0.3em 1em;
  z-index: 999;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}

/* Navigation and buttons */

#nav {
  position: fixed;
  background-attachment: scroll, fixed;
  right: 0;
  top: 0.7em;
}


.flg {
  width: 1.2em;
  opacity: 0.5;
  border-radius: 20%;
}

/* HeaderLogo */

#HeaderLogo {
  position: fixed;
  top: 0;
  margin-top: 0.5em;
  width: 7%;
  object-fit: cover;
}

#nav ul li {
  display: inline-block;
  margin-right: 1.2em;
  border-left: 210px, solid, black;
}

  #nav ul li a {
    -moz-transition: color 0.35s ease-in-out;
    -webkit-transition: color 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out;
    -ms-transition: color 0.35s ease-in-out;
    transition: color 0.35s ease-in-out;
    color: #ffffff;
    color: rgba(0, 0, 0, 0.80);
    text-decoration: none;
    font-size: 18px;
  }

    #nav ul li a:hover {
      color: #fff;
    }

    #nav ul li a img {
      margin-top: 1em;
    }

/*#endregion */

/***** Footer *****/

/*#region FOOTER */

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.footerRichText {
  font-size: 16px  ;
  text-decoration: none;
  margin-top: 2em;
  margin-left: 1em;
  border-right: 1px double  #555555 ;
  padding-right: 2em;
}


.footer {
  background: #b6dfde;
}

  .footer h2 {
    color: #555555;
    font-size: 20px;
    text-decoration: underline;
    font-weight: 600;
    line-height: 27px;
    padding: 10px;
  }

  .footer h3 {
    color: #555555;
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
    font-family: 'Ubuntu', sans-serif;
  }

  .footer h5 {
    color: #555555;
    font-size: 2em;
    font-weight: 600;
    line-height: 38px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: lighter;
  }

  .footer ul {

    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 1em;
    color: #555555;
    padding: 0 0 8px 0;
  }

    .footer ul li a {
      display: block;
    }

  .footer a {
    color: #555555;
    font-weight: lighter;
  }

    .footer a:hover {
      text-decoration: none;
      font-weight: bold;
    }

  .footer p {
    color: #555555;
    font-weight: lighter;
  }

.email {
  text-decoration: none;
  font-size: 2em;
}

  .email:hover {
    color: black;
  }

.supportLi h4 {
  font-size: 20px;
  font-weight: lighter;
  line-height: normal;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.bg-gray {
  background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
  box-shadow: 0 1px 0 #B4B3B3;
}


.footer a {
  color: #78828D
}


.footer-bottom p.pull-left {
  color: #78828D;
  font-weight: 600;
  font-size: 0.7em;
}



.supportLi h4 {
  font-size: 20px;
  font-weight: lighter;
  line-height: normal;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.bg-gray {
  background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
  box-shadow: 0 1px 0 #B4B3B3;
}


.footer a {
  color: #78828D
}


.footer-bottom p.pull-left {
  color: #78828D;
  font-weight: 600;
  font-size: 0.8em;
}

/* Copyright */

#copyright {
  color: #ddd;
  color: #ad802b !important;
  text-align: center;
  display: block;
  padding: 1em 0em;
  font-size: 20px;
}

  #copyright a {
    text-decoration: none;
    color: #ddd;
    color: #ad802b !important;
    font-size: 20px;
  }


/*#endregion */

/* Page */

#page {
  position: relative;
  background: #FFF;
  padding: 6em 4em 6em 4em;
  border-radius: 6px;
}

/* Sidebar */

#sidebar .major {
  padding-bottom: 2em;
}

  #sidebar .major h2 {
    font-size: 1.8em;
  }

#returnToMain {
  display: none !important;
}
    

/******* landing screen elements*******/

/*#region LANDING CAROUSEL | CATEGORIES | MARQUEE | INFO BOXES */

/*carousel LANDING SCREEN*/

.box {
  background: transparent;
  text-align: center;
  border-radius: 5px 5px 5px 5px;
  width: 100%;
  box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.5), inset 5px -5px 0px 5px rgba(200, 200, 200, 0.05), inset -2px -2px 0px 5px rgba(195, 195, 195, 0.05);
}


.carousel-indicators li {
  background-color: #b6dfde !important;
  width: 15px !important;
  height: 15px !important;
}

.carousel-indicators .active {
  background-color: #e44f47 !important;
}


#carousel {
  width: 100%;
  margin-left: 1em;
}

#inside {
  cursor: pointer;
  border-radius: 5px;
  border-radius: 2px;
  margin-left: 0em;
  width: 100%;
  height: 100%;
}




/* categories boxes IN LANDING SCREEN */

.contents {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.well {
  cursor: pointer;
  margin-top: 2em;
  height: 7em;
  opacity: 0.85;
  min-width: 15em;
  display: inline-flex;
  transition: 0.4s;
  flex-direction: column;
  justify-content: center;
  box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.5), inset 5px -5px 0px 5px rgba(200, 200, 200, 0.05), inset -2px -2px 0px 5px rgba(195, 195, 195, 0.05);
}


  .well:hover {
    opacity: 1;
  }

  .well a {
    color: black;
    text-decoration: none;
  }


.category {
  text-align: center;
  opacity: 1;
  font-size: 20px;
}

.odd {
  background-color: #e44f47;
}





/*scrolling text at LANDING*/


.marquee {
  background-color: rgba(245, 255, 250, 0.76);
  border-radius: 5px;
  height: 1.5em;
  width: 100%;
  overflow: hidden;
  margin-top: 0.5em;
  margin-bottom: 1em;
  position: relative;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
}

  .marquee div {
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    overflow: hidden;
    animation: marquee 15s linear infinite;
  }

  .marquee span {
    width: 100%;
  }

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}


/*information box AT LANDING*/
#information {
  background-color: rgba(245, 255, 250, 0.76);
  display: flex;
  height: auto;
  margin-left: 2em;
  width: 13em;
  padding: 2px;
  border-radius: 5px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
}

.info{
  float:right;
  margin-right: 2em;
}

/*#endregion */


/************* CATEGORY CARDS of Categories Page ***************/

/*#region CATEGORY CARDS */

.titleCat {
  text-decoration: underline;
  margin-top: 1em;
}

.imagefit{
  width: 70%;
}

.loipa {
  position: absolute;
  bottom: 0.6em;
  padding: 0.5em;
}

.book {
  height: 100px;
}

.descrCat {
  margin-top: 1em;
}

.price {
  font-size: 1.5em;
}

.thumbnail {
  margin-left: 4em;
  background-color: rgba(255,255, 255, 0.8);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  min-height: 35em;
  display: flex;
  position: relative;	
  justify-content: center;
  width: 22em;
  border-radius: 5px;
}

.thumbnail-description {
  min-height: 40px;
}

.thumbnail:hover {
  cursor: pointer;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 1);
}

.btn-info {
  background-color: rgba(173, 128, 43, 0.7);
  border-color: black;
  justify-content: flex-end;
}

  .btn-info:hover {
    text-decoration: none;
    background-color: rgba(173, 128, 43,1);
    border-color: black;
  }


.titleOfCategories {
  margin-top: 1em;
  padding-bottom: 0.4em;
  font-size: 2em;
  font-weight: bolder;
  color: #e8ebc7;
  text-shadow: 2px 2px 4px #000000;
  border-bottom: solid;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.imageCout{
   width:inherit;
}



/*#endregion */


/********************PRODUCT PAGE**************************/

/*#region PRODUCT PAGE */
#headLeft {
  background-attachment: scroll, fixed;
  background-position: top left, top left;
  background-repeat: repeat, no-repeat;
  color: rgba(255, 255, 255, 0.5);
  height: 100%;
  left: 0;
  padding: 1em;
  position: fixed;
  width: 35%;
  top: 0;
  box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.7);
}


.bookTitle {
  color: rgba(0, 0, 0, 0.80);
  font-size: 1.5em;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  margin-left: 1.2em;
}

.btn-primary {
  background-color: silver !important;
  border-color: black !important;
}


#HeaderLogoProduct {
  width: 25%;
  object-fit: cover;
}

#buyIcon {
  background-color: rgba(252, 41, 41, 0.4) !important;
  border-color: black !important;
  box-shadow: 0 0.15em 0.15em 0 rgba(0, 0, 0, 0.5);
  float: right;
}

  #buyIcon:hover {
    background-color: rgb(252, 41, 41) !important;
  }


#buyIcon2 {
  background-color: rgba(252, 41, 41, 0.4) !important;
  border-color: black !important;
  box-shadow: 0 0.15em 0.15em 0 rgba(0, 0, 0, 0.5);
}

  #buyIcon2:hover {
    background-color: rgb(252, 41, 41) !important;
  }



.prod-icons {
  width: 8em;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
	
	
.prod-buy {
  width: 3em;
}

#buyIcon2 {
  background-color: rgba(252, 41, 41, 0.4) !important;
  border-color: black !important;
  box-shadow: 0 0.15em 0.15em 0 rgba(0, 0, 0, 0.5);
}
  #buyIcon2:hover {
    background-color: rgb(252, 41, 41) !important;  
  }

.buyMenu {
  width: 2em;
}

/*author boxes*/
.AuthCont {
  display: flex;
}

.picture {
  margin-right: 2em;
  flex: 1;
}

.Arest {
  flex: 1;
  flex-direction: column;
}

.Aname {
  flex: 1;
  border-bottom: 1px, solid, gray;
}

.Adesc {
  flex: 1;
}

#main {
  margin-left: 35%;
  max-width: 70em;
  padding: 5em 3em 3em 4em;
  width: calc(100% - 35%);
}

  #main h2 {
    font-size: 2em;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  }

  #main > section {
    border-top: solid 2px #efefef;
    margin: 4em 0 0 0;
    padding: 4em 0 0 0;
  }

    #main > section:first-child {
      border-top: 0;
      margin-top: 0;
      padding-top: 0;
    }

/*#region POPTROX */

/* Poptrox */
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.poptrox-popup {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  background: #fff;
  border-radius: 0.35em;
  box-shadow: 0 0.1em 0.15em 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding-bottom: 3em;
}

  .poptrox-popup .loader {
    text-decoration: none;
    -moz-animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    -ms-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    font-size: 1.5em;
    height: 1em;
    left: 50%;
    line-height: 1em;
    margin: -0.5em 0 0 -0.5em;
    position: absolute;
    top: 50%;
    width: 1em;
  }

    .poptrox-popup .loader:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: normal;
      text-transform: none !important;
    }

    .poptrox-popup .loader:before {
      content: '\f1ce';
    }

  .poptrox-popup .caption {
    background: #fff;
    bottom: 0;
    cursor: default;
    font-size: 0.9em;
    height: 3em;
    left: 0;
    line-height: 2.8em;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
  }

  .poptrox-popup .nav-next,
  .poptrox-popup .nav-previous {
    text-decoration: none;
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    background: rgba(0, 0, 0, 0.01);
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 50%;
  }

    .poptrox-popup .nav-next:before,
    .poptrox-popup .nav-previous:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: normal;
      text-transform: none !important;
    }

    .poptrox-popup .nav-next:before,
    .poptrox-popup .nav-previous:before {
      color: #fff;
      font-size: 2.5em;
      height: 1em;
      line-height: 1em;
      margin-top: -0.75em;
      position: absolute;
      text-align: center;
      top: 50%;
      width: 1.5em;
    }

  .poptrox-popup .nav-next {
    right: 0;
  }

    .poptrox-popup .nav-next:before {
      content: '\f105';
      right: 0;
    }

  .poptrox-popup .nav-previous {
    left: 0;
  }

    .poptrox-popup .nav-previous:before {
      content: '\f104';
      left: 0;
    }

  .poptrox-popup .closer {
    text-decoration: none;
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    color: #fff;
    height: 4em;
    line-height: 4em;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 4em;
    z-index: 2;
  }

    .poptrox-popup .closer:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: normal;
      text-transform: none !important;
    }

    .poptrox-popup .closer:before {
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      -o-box-sizing: content-box;
      -ms-box-sizing: content-box;
      box-sizing: content-box;
      border-radius: 100%;
      border: solid 3px rgba(255, 255, 255, 0.5);
      content: '\f00d';
      display: block;
      font-size: 1em;
      height: 1.75em;
      left: 50%;
      line-height: 1.75em;
      margin: -0.875em 0 0 -0.875em;
      position: absolute;
      top: 50%;
      width: 1.75em;
    }

  .poptrox-popup:hover .nav-next,
  .poptrox-popup:hover .nav-previous {
    opacity: 0.5;
  }

    .poptrox-popup:hover .nav-next:hover,
    .poptrox-popup:hover .nav-previous:hover {
      opacity: 1.0;
    }

  .poptrox-popup:hover .closer {
    opacity: 0.5;
  }

    .poptrox-popup:hover .closer:hover {
      opacity: 1.0;
    }



/*#endregion */

/*Product image on the left*/

.content {
  width: 90%;
  margin: 0px auto;
}

.embed-container {
  height: 0;
  width: 100%;
  padding-bottom: 70%; /* play with this until right */
  overflow: hidden;
  position: relative;
}

  .embed-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

#menu {
  margin-left: 35%;
  width: calc(100% - 35%);
  height: auto;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  /*background-color: rgba(136, 204, 30,1);*/
  position: fixed;
  z-index: 10;
  border-left: 1px solid rgb(155, 149, 149);
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}

  #menu ul {
    top: 0;
    height: auto;
    padding: 8px 0px;
    margin: 0px;
  }

  #menu li {
    display: inline;
    padding: 20px;
  }

  #menu a {
    text-decoration: none;
    border-bottom: none;
    font-size: 14px;
    transition: all 0.2s linear;
  }

    #menu a:hover {
      color: rgb(155, 149, 149)
    }

/*FOOTER ON PRODUCT PAGE*/


.footer-product {
  bottom: 0;
  height: 7vh;
}

#footer-product {
  margin-left: 35%;
  width: calc(100% - 35%);
  /*background-color: rgba(136, 204, 30, 0.7)*/
}


.footer-product h3 {
  color: #555555;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  padding: 10px 0 0px;
}

.footer-product h5 {
  color: #555555;
  font-size: 1em;
  font-weight: 600;
  line-height: 38px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: lighter;
}

.footer-product ul {
  font-size: 12px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  color: #555555;
  padding: 0 0 8px 0;
}

  .footer-product ul li a {
    display: block;
  }

.footer-product a {
  color: #555555;
  font-weight: lighter;
}

  .footer-product a:hover {
    text-decoration: none;
    font-weight: bold;
  }

.footer-product p {
  color: #555555;
  font-weight: lighter;
}

.footer-product #copyright {
  color: #ddd;
}

#copyright-product {
  color: #FFF !important;
  text-align: center;
  display: block;
  width: 35%;
  padding: 1em 0em;
  font-size: 15px;
}
/*carousel-Products*/
.carousel-indicators li {
  width: 15px !important;
  height: 15px !important;
}




#carousel-product {
  width: 85%;
}

#inside-product {
  cursor: pointer;
  border-radius: 5px;
  border-radius: 2px;
  margin-left: 0em;
  width: 100%;
}

.eikona {
  width: 90%;
  height: auto;
}


.box-Product {
  background: #e8ebc7;
  text-align: center;
  border-radius: 5px 5px 5px 5px;
  width: 28em;
  box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.5), inset 5px -5px 0px 5px rgba(200, 200, 200, 0.05), inset -2px -2px 0px 5px rgba(195, 195, 195, 0.05);
}


.tblProduct {
  margin: 2em;
}

#author {
  margin: 3em;
}


#link {
  margin-top: 1em;
  color: rgba(112, 110, 110, 0.94);
  text-decoration: none;
}


/*#endregion */



/*********************CHRISTMAS CARDS**********************************/

/*#region CHRISTMAS CARDS */

*, *:after, *:before {
  box-sizing: border-box;
}

.tags {
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: flex;
}

/* Shared */
.tag-container {
  width: 200px;
  height: 225px;
  margin: 20px;
  position: relative;
  -webkit-perspective: 800px;
  perspective: 800px;
}

.tag {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.tag-container:hover .tag {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.tag-side {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

  .tag-side.is-back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 2;
  }

.tag-text {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 0 20px;
  color: #222;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* Tag 2 */
.tag-2-side:before,
.tag-2-side:after {
  content: " ";
  background: #b6dfde;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50px;
  right: 50px;
  -webkit-transform: skew(-45deg) translate3d(0, 0, 0);
  transform: skew(-45deg) translate3d(0, 0, 0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.tag-2-side.is-back:before,
.tag-2-side.is-back:after {
  background: #47ada0;
}

.tag-2-side:after {
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}



.tag-2-text:before {
  content: " ";
  background: #fff;
  width: 27px;
  height: 27px;
  border: 6px solid #47ada0;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.tag-2-side.is-back .tag-2-text:before {
  border-color: #b6dfde;
}

.tag-2-text {
  background: #b6dfde;
  margin-top: 50px;
  padding-bottom: 30px;
}

  .tag-2-text a {
    text-decoration: none;
  }

.tag-2-side.is-back .tag-2-text {
  background: #47ada0;
}

/*decorations*/
/* Extras */
.rule-shape {
  width: 100%;
  color: #fff;
  font-size: 34px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  align-self: flex-end;
}

  .rule-shape:before,
  .rule-shape:after {
    content: " ";
    background: #fff;
    height: 1px;
    margin-bottom: 8px;
    display: block;
    -webkit-box-flex: 2;
    flex-grow: 2;
  }

  .rule-shape:before {
    margin-right: 6.25px;
  }

  .rule-shape:after {
    margin-left: 6.25px;
  }

.rule-red {
  color: #e44f47;
}

  .rule-red:before,
  .rule-red:after {
    background: #e44f47;
  }

.rule-diagonal {
  background: -webkit-repeating-linear-gradient( 45deg, #e44f47, #e44f47 7px, transparent 7px, transparent 14px, #fff 14px, #fff 21px, transparent 21px, transparent 28px );
  background: repeating-linear-gradient( 45deg, #e44f47, #e44f47 7px, transparent 7px, transparent 14px, #fff 14px, #fff 21px, transparent 21px, transparent 28px );
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}


/*#endregion */

/**********************MEDIA QUERIES********************************/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 599px) {

  /*#region Product Page Media */

  /*Product Page*/
  #top {
    font-size: 12px !important;
  }

  
  table {
    margin-left: 0;
    width: 100%;
  }

 
  #headLeft {
    width: 100%;
    position: static;
  }

  #buyIcon2 {
    display: none;
  }

  #menu {
    display: none;
  }

  #main {
    margin: 2em;
    width: 80%;
    font-size: 12px !important;
  }

  h3 {
    font-size: 10px !important;
  }

  .embed-container {
    display: none;
  }
	
  .row {
	  margin: 0 !important;
}

	

  #carousel-product {
    margin-left: 0;
    width: 100%;
  }

  #copyright-product {
    font-size: 10px;
  }

  #footer-product {
	margin: 0;
    width: 100%;
	padding: 2em;
	  
  }


  .box-Product {
    width: 90%;
    height: auto;
  }

  /*#endregion */

  /*#region LANDING PAGE MASTER HEADER AND FOOTER*/
  
  .copyright {
    font-size: 10px;
  }
  .footerRichText {
    font-size: 12px;
    border-right: none;
  }

  .header{
    height: 3.5em;
  }


  #nav ul li {
    padding: 0.64em 0.2em;
  }

  #nav ul li a img{
    margin-top:0px;
  }

  #menuCat {
    display:none;
  }

  #line {
    display: none;
  }

  #inside {
    width: 100%;
  }

  #main {
    padding: 0;
    margin-top: 2em !important;
  }

  .box {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .carousel-indicators {
    display: none;
  }

  #carousel {
    margin-left: 0;
  }

  #information {
    width: 1em;
    height: auto;
  }

  .cs {
    width: auto;
    margin-right: 1em;
  }

  .footer ul {
    font-size: 12px !important;
  }

  .footer h3 {
    padding: 0px !important;
    margin-bottom: 0px !important;
  }

  .email {
    font-size: 15px;
  }

  .flg {
    width: 1.4em;
    opacity: 0.3;
    border-radius: 20%;
  }

  #HeaderLogo {
    width: 4.5em;
    margin-top: 0.3em;
  }
  /**********LANDING PAGE****************/

  .marquee {
    width: auto;
    margin-top: 1em;
  }

  /*#endregion */

  /*#region CATEGORIES PAGE */
  
  .thumbnail{
    margin-left: 0;
    width:95%;
  }
	
#returnToMain{ padding-bottom:1.5em !important;}

  .titleOfCategories{
    margin-top: 2em;
  }
	
  .imagefit {
	  width: 50%;
	}



  /*#endregion */
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media (max-width:999px) and (min-width:600px) {

  /*#region PRODUCT PAGE */
#returnToMain{ padding-bottom:1.5em !important;}
  /*Product Page*/
  #top {
    font-size: 12px !important;
  }

 .row {
	  margin: 0 !important;
}

  table {
    margin-left: 0;
    width: 80%;
  }

  .tblProduct{
    margin:0em;
  }

  #headLeft {
    width: 100%;
    position: static;
  }

  #buyIcon2 {
    display: none;
  }

  #menu {
    display: none;
  }

  #main {
    margin: 2em;
    width: 90%;
    font-size: 12px !important;
  }

  h3 {
    font-size: 10px !important;
  }

  .embed-container {
    display: none;
  }

  #carousel-product {
    margin-left: 0;
    width: 100%;
  }

  #copyright-product {
    font-size: 10px;
  }

  #footer-product {
    margin-left: 0;
    width: 100%;
	padding: 2em;
  }


  .box-Product {
    width: 90%;
    height: auto;
  }

  /*#endregion */

  /*#region LANDING PAGE MASTER HEADER AND FOOTER */

  .copyright {
    font-size: 10px;
  }

  .footerRichText {
    font-size: 12px;
    border-right: none;
  }

  #line {
    display: none;
  }


  #inside {
    width: 100%;
  }

  #main {
    padding: 0;
    margin-top: 2em !important;
  }

  .box {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .carousel-indicators {
    display: none;
  }

  #carousel {
    margin-left: 0;
  }

  #information {
	margin-top: 0.5em;
    width: 12em;
    height: auto;
  }

  .cs {
    width: auto;
    margin-right: 1em;
  }

  .footer ul {
    font-size: 12px !important;
  }

  .footer h3 {
    padding: 0px !important;
    margin-bottom: 0px !important;
  }

  .email {
    font-size: 15px;
  }

  .flg {
    width: 1.4em;
    opacity: 0.3;
    border-radius: 20%;
  }

  #HeaderLogo {
    width: 4.5em;
    margin-top: 0.3em;
  }

  .header{
    height:4em;
	width: 100%;
  }
  .marquee {
    width: auto;
    margin-top: 2em;
  }

  /*#endregion */

  /*#region CATEGORIES PAGE */

  .thumbnail {
    margin-left: 1em;
    width: 50%;
  }
  
  .imagefit {
	  width: 55%; 
  }
	
  .titleOfCategories {
    margin-top: 2em;
	width: 100%;
  }



  /*#endregion */
}




@media (max-width:1250px) and (min-width:1000px) {
  /*#region PRODUCT PAGE */
	
	
  /*Product Page*/
  #top {
    font-size: 12px !important;
  } 

  table {
    margin-left: 0;
    width: 100%;
  }

  .tblProduct {
    margin: 0em;
  }


  h3 {
    font-size: 10px !important;
  }


  #carousel-product {
    margin-left: 0.5em;
    width: 90%;
  }

 

  #copyright-product {
    font-size: 10px;
  }

  .footertext {
    display:none;
  }

  #footer-product {
    margin-left: 0;
    width: 100%;
  }


  .box-Product {
    width: 100%;
    height: auto;
  }

  /*#endregion */
	
 /*#region CATEGORIES PAGE */

  .thumbnail {
    margin-left: 1em;
	margin-bottom: 7em;
    width: 80%;
	min-height: 35em;
  }
  
  .imagefit {
	  width: 65%; 
  }
	
  .titleOfCategories {
    margin-top: 2em;
	width: 100%;
  }

 /*#endregion */
 	#carousel{
		margin-bottom: 4em;
	
	}
	.tag-container{
		margin-bottom: 2em;
	}
}

@media (max-width:1500px) and (min-width:1251px){	
	
  .thumbnail {
    margin-left: 1em;
	margin-bottom: 4em;
    width: 80%;
  }
	
  .imagefit {
	width: 50%;  
	
  }
	
  #carousel{
		margin-bottom: 4em;
	
	}
	.tag-container{
		margin-bottom: 2em;
	}	

	
	/*Product Page*/
  #top {
    font-size: 12px !important;
  }

	
  table {
    margin-left: 0;
    width: 100%;
  }

  .tblProduct {
    margin: 0em;
  }


  h3 {
    font-size: 10px !important;
  }


  #carousel-product {
    margin-left: 0.5em;
    width: 90%;
  }

  #copyright-product {
    font-size: 10px;
  }

  .footertext {
    display:none;
  }

	
  #footer-product {
    margin-left: 0;
    width: 100%;
  }

  #main {
	  width: 65%;
	}

  .row {
	margin:0 !important;
  }

  .box-Product {
    width: 90%;
    height: auto;
  }
}


	

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (max-width:2200px) and (min-width:1601px) {
	
   .header {
	   height: 7em;
	}
   /*#region CATEGORIES PAGE */

  .thumbnail {
    margin-left: 3em;
    width: 80%;
	margin-bottom: 5em;
  }
  
  .imagefit {
	  width: 57%; 
  }
	
  .titleOfCategories {
    margin-top: 2em;
	width: 100%;
  }
	
  #carousel{
	 margin-bottom: 5em;
	
  }
	
  .tag-container{
	margin-bottom: 7em;
  }

 /*#endregion */
}

@media only screen and (min-width: 2201px) {
	
	#carousel {
	 margin-bottom: 12em;
	
  	}
	
	.thumbnail {
    margin-left: 3em;
    width: 80%;
	min-height: 45em;
	margin-bottom: 7em;
  	}
	
	.titleOfCategories{
		margin-top: 2em;
	}
	
	.imagefit {
		width: 60%;
		padding-bottom: 10em;
		
	}
  
	.mainLanding{
		margin-top: 3em;
	}

	.header {
		height: 6em;
	}
	
  .tag-container{
	margin-bottom: 12em;
  }

}

@media only screen and (min-width: 2601px){
	#carousel{
	 margin-bottom: 15em;
	
  }
	.mainLanding{
		margin-top: 4em;
	}

	.header {
		height: 7em;
	}
	
	.tag-2-text{
		font-size: 2.4em;
	
	}
	
  .tag-container{
	margin-bottom: 15em;
	  width: 300px;
	  height: 350px;
  }
	
}