* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  cards: "";
  cards: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  height: 100%;
  background-color: #303030;
}

/* iframe {
  border: 1px solid tomato;
  border-radius: 25px;
  height: 400px;
} */
a {
    text-decoration: none;
    transition: color 0.5s ease;
}

.headerLeftBar a:hover {
    text-decoration: none;
    transition: color 0.5s ease;
}

.headerBar {
  display: flex;
  justify-content: space-between;
  /* padding: 4% 10% 2%; */
  /* line-height: 1.8;
  font-size: .9em; */
}

.navbar-toggler {
  position: absolute;
  top: 3.5px;
  right: 10px;
}

.headerLeftBar, .headerRightBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 2% 10%; */
}

.headerLeftBar {
  /* display:table-cell; */
  /* display: flex; */
  flex-wrap: wrap;
}

.headerLeftBar p, .headerLeftBar p span {
	margin: 0;
}

.headerRightBar {
  display: block;
  /* display: flex; */
  /* flex-flow: column wrap; */
	float: right;
	margin-top: 0px;
	max-width: auto;
	margin: 0;
}

.headerRightBar {
    list-style-type:none;
    margin-top:0px;
    text-align:center;
    padding: 0;
}

.headerRightBar .nav-item {
    display:table-cell;
    float: right;
    /* max-height: inherit; */
    /* flex: 0; */
}

.headerRightBar .nav-item a{
    padding-right:10px;
    padding-left:10px;
    min-width: 147px;
}

.headerRightBar a:link, a:visited {
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.headerRightBar a:hover {
}


.navbar-nav {
  height: 50px;
}

.dropbtn {
   color: white;
   /* padding: 16px; */
   font-size: 30px;
   border: none;
}

.dropdownList {
   position: relative;
   display: inline-block;
}

.dropdownSublist {
   display: none;
   position: absolute;
   /* min-width: 160px; */
   max-width: 100%;
   text-align: left;
   /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
   z-index: 1;
}

.dropdownList .dropdownSublist a {
   /* padding: 12px 16px; */
   /* max-height: 100%; */
   min-width: 147px;
   background-color: #393939;
   font-size: 15px;
   text-decoration: none;
   display:block;
}

.dropdownList:hover .dropdownSublist {
   display: block;
}

.center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
    align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  min-height: 75%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.center code {
    text-align: center;
    width: 100%;
}

.center p {
    text-align: center;
    font-size: 40px;
}

.center img {
    opacity: 0.5;
    display: flex;
    width: 100%;
}

.center img:hover {
    opacity: 1;
}

.card {
  display: block;
  flex-direction: column;
  max-width: 500px;
  width: 100%;
  text-align: center;
  margin: 2em;
}
.card ul {
    text-align: center;
    display: table-cell;
}

.card li{
    display:table-row;
}

.card p{
    border-left-width: 10px;
    border-left-style: solid;
}





.content {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
    align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  /* min-height: 100px; */
  margin: 0;
  flex-wrap: wrap;
}

.cards {
  display: block;
  float: left;
  min-height: 265px;
  width: 100%;
  height: 100%;
  background-color: #454545;
}
.cards img {
  width: 100%;
  height: 101%;
}
.cards li {
  float: left;
  border-bottom: 1px solid #2c2c2c;
  border-left: 1px solid #2c2c2c;
  width: 33.2%;
  height: 33%;
  min-height: 265px;
  position: relative;
  min-width: 20%;
  /* Colors Hover */
}
.cards li:hover {
  cursor: pointer;
}
.cards li:hover .frontCard {
  -moz-transform: rotateY(50deg);
  -ms-transform: rotateY(50deg);
  -webkit-transform: rotateY(50deg);
  transform: rotateY(50deg);
  -moz-transform: perspective(1000) rotateY(50deg);
  -webkit-transform: perspective(1000) rotateY(50deg);
  transform: perspective(1000) rotateY(50deg);
}
.cards li:hover .backCard {
  z-index: 1;
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -moz-transform: perspective(1000) rotateY(0deg);
  -webkit-transform: perspective(1000) rotateY(0deg);
  transform: perspective(1000) rotateY(0deg);
}

.cards li .frontCard {
  background-color: #252525;
  color: #d1d1d1;
}

.cards li .backCard {
  background-color: #232323;
}

.cards .frontCard,
.cards .backCard {
  text-align: left;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: -moz-transform 400ms;
  -o-transition: -o-transform 400ms;
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
  display: block;
  min-height: 265px;
  height: 100%;
  position: absolute;
  width: 100%;
}
.cards .frontCard {
  -moz-transform: perspective(1000) rotateY(0);
  -webkit-transform: perspective(1000) rotateY(0);
  transform: perspective(1000) rotateY(0);
}
.cards .backCard {
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  z-index: 1;
}
.cards .backCard .cardDescription {
  padding: 10%;
  width: 90%;
  height: 90%;
  line-height: 180px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.cards .cardTitle {
  text-align: right;
  font-size: 28px;
  float: right;
  width: 100%;
  text-transform: uppercase;
  margin-right: 20px;
  margin-top: 20px;
}
.cards .cardTitle b {
  float: right;
  width: 55%;
}
.cards .cardSubtitle {
  text-align: right;
  font-size: 18px;
  float: right;
  width: 100%;
  margin-right: 20px;
}
.cards .cardSubtitle b {
  float: right;
  width: 55%;
}
.cards .cardDescription {
  text-align: center;
  line-height: 1.3em;
  color: #5d5d5d;
  width: 90%;
  float: right;
  margin-top: 10px;
  margin-right: 20px;
  padding: 2px;
}

.close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: auto;
  background: #d1d1d1;
  color: #111;
  text-decoration: none;
  font-size: 20px;
  padding: 0.5em 0.6em;
  border-radius: 25px;
  margin-top: 25px;
  margin-right: 25px;
}

.active {
  width: 100% !important;
  height: 100% !important;
}
.fullCard {
  visibility: hidden;
}
.active .fullCard {
  position: absolute;
  /* left: 10px;
  top: 20px; */
  width: 100%;
  height: 100%;
}
.active .fullCard .cardTitle {
  font-size: 80px;
  width: 50%;
}

@media (min-width: 720px) and (max-width: 991px) {
  .cards .cardTitle {
    font-size: 25px;
  }
  .cards .cardSubtitle {
    font-size: 23px;
  }
  .cards .cardDescription {
    font-size: 100%;
  }
  .cards li {
    width: 49.8%;
  }
}
@media (max-width: 719px) {
  .cards .cardTitle {
    font-size: 27px;
  }
  .cards .cardSubtitle {
    font-size: 25px;
  }
  .cards .cardDescription {
    font-size: 90%;
  }
  .cards li {
    width: 100%;
  }
}
/* @media (max-height: 450px) {
  .cards .cardTitle {
    font-size: 27px;
  }
  .cards .cardSubtitle {
    font-size: 25px;
  }
  .cards .cardTitle b {
    width: 100%;
  }
  .cards li {
    width: 33%;
  }
} */

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.errorInput {
  border-bottom: 4px solid tomato;
  margin-bottom: 8px;
}

#form input[type="text"],
#form input[type="email"],
#form input[type="tel"],
#form input[type="url"],
#form input[type="password"],
#form textarea,
#form button[type="submit"] {
  font: 400 16px "Roboto", Helvetica, Arial, sans-serif;
	border-radius: 6.25px;
}

#form {
  padding: 25px;
  /* margin: 150px 25%; */
	border-radius: 12.5px;
  /* max-width: 400px; */
  min-width: 300px;
  margin: auto;
  width: 49%;
  padding: 10px;

}

#form h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#form h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none; /*!important;*/
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#form input[type="text"],
#form input[type="email"],
#form input[type="tel"],
#form input[type="url"],
#form input[type="password"],
#form textarea {
  width: 100%;
  margin: 0 0 5px;
  padding: 10px;
}

#form input[type="text"]:hover,
#form input[type="email"]:hover,
#form input[type="tel"]:hover,
#form input[type="url"],
#form input[type="password"],
#form textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
	/* border-left: 2em solid green; */
  border: 2px solid #aaa;
}

#form textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#form button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

.footer-wrap {
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
  min-height: 1px;
  background-color: #27ae60;
}
.footer {
  display: flex;
  justify-content: space-between;
  padding: 4% 10% 2%;
  line-height: 1.8;
}
.footer .footer-meta {
  max-width: 45ch;
}
.footer .footer-meta p{
	margin: 0;
    margin-right: 50%;
}

.footer .footer-meta p span {
	margin: 0;
}

.footer .footerBottom {
  display: flex;
  flex-wrap: wrap;
}
/* .footer .footerBottom  */
.list {
  display: flex;
  flex-direction: column;
  margin: 1em;
  /* padding-right: 2.5em; */
}
/* .footer  */
.sublist {
  font-weight: 600;
  white-space: nowrap;
  /* padding-right: 2.5em; */
}

.footer a {
  text-decoration: none;
  transition: 0.2s;
}

.footerBottomBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2% 5%;
}

.footerBottomBar .footerBottomBarRightSide {
  display: flex;
}
.footerBottomBar .footerBottomBarRightSide .icons {
  box-sizing: border-box;
  width: 1.5em;
  height: 1.5em;
  border-radius: 42%;
  padding: 6%;
  transition: 0.2s;
}

.footerBottomBar .footerBottomBarRightSide a {
  text-align: center;
  padding: 1em;
}

.box {
    /* min-height: 279px; */
    height: auto;
    border-radius: 15px;
    margin-top: 5%;
    padding: 7.5%;
}

.author {
  /* margin-top:2%;
  font-size: 18px; */
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.quote {
  font-size: 21px;
  width: 100%;
  text-align: center;
}
/* @media screen and (min-width: 1080px) {
  .collapse {
      display: none !important;
  }
} */
@media screen and (max-width: 991px) {
  .navbar-nav {
    height: auto;
  }
  /*  .headerBar, .headerRightBar, .headerLeftBar {
    text-align: center;
    flex-direction: column;
  }

  .headerBar .nav-item {
    min-width: 100%;
  }

  .headerRightBar {
    min-width: 100%;
  }
  .headerRightBar .nav-item {
    min-width: 100%;
  }
  .headerRightBar .nav-item a {
    min-width: 100%;
  }
  .dropdownList {
    min-width: 100%;
  }
  .dropdownList .dropdownSublist {
    min-width: 100%;
  }
  .dropdownList .dropdownSublist a {
    min-width: 100%;
  } */

  /* .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
  }
  .navbar-nav>li {
      float: none;
  }
  .collapse.in{
      display:block !important;
  } */

  .footer, .footerBottomBar {
    text-align: center;
    flex-direction: column;
  }
  .box {
    height: 289;
    border-radius: 20px;
    padding: 7.5%;
  }
  .quote {
    font-size: 19px;
  }

  .footer-meta {
    margin: 0 auto;
  }

  .footerBottom {
    justify-content: center;
  }

  .list {
    padding-bottom: 1em;
  }

  .footerBottomBarLeftSide {
    padding-bottom: 1em;
  }
}


.product-image {
  float: left;
  width: 30%;
}

.product-details {
  float: left;
  width: 57%;
}

.product-price {
  float: left;
  width: 13%;
}

.product-rate {
  float: left;
  /* right: 10%;
  top: 200px; */
}


/* This is used as the traditional .clearfix class */
.group:before, .shopping-cart:before,
.column-labels:before,
.product:before,
.totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
  content: "";
  display: table;
}

.group:after, .shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
  clear: both;
}

.group, .shopping-cart,
.column-labels,
.product,
.totals-item {
  zoom: 1;
}

.shopping-cart {
  padding: 20px;
  background-color: darkGray;
}

.column-labels label {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d1d1d1;
}
.column-labels .product-image,
.column-labels .product-details {
  text-indent: -9999px;
}

.product {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}
.product .product-image {
  text-align: center;
}
.product .product-image img {
  width: 100px;
}
.product .product-details .product-title {
  margin-right: 20px;
  font-family: 'Roboto', sans-serif;
}
.product .product-details .product-description {
  margin: 5px 20px 5px 0;
  line-height: 1.4em;
}

.totals .totals-item {
  float: right;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}
.totals .totals-item label {
  float: left;
  clear: both;
  width: 79%;
  text-align: right;
}
.totals .totals-item .totals-value {
  float: right;
  width: 21%;
  text-align: right;
}
@media screen and (max-width: 650px) {
  .shopping-cart {
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #d1d1d1;
  }

  .column-labels {
    display: none;
  }

  .product-image {
    float: right;
    width: auto;
  }
  .product-image img {
    margin: 0 0 10px 10px;
  }

  .product-details {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }

  .product-price {
    clear: both;
    width: 70px;
  }
}
@media screen and (max-width: 350px) {
  .totals .totals-item label {
    width: 60%;
  }
  .totals .totals-item .totals-value {
    width: 40%;
  }
}


#items {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    /* background-color: orange;
    border-style: none;
    border-left: 10px double #303030; */
    background-color: #232323;
    padding: 3px;
    margin: 0;
    /* padding-top: 10px;
    padding-bottom: 20px; */
}

#items #item {
    display: block;
    position: relative;
    width: calc(99%/3);
    min-height: 350px;
    height: 45%;
    background-color: #313131;
    border-style: none;
    border: 5px double #313131;
    color: #d1d1d1;
    margin: 1px;
    padding: 10px;
}

/* #items #item:hover {
  cursor: pointer;
} */
#items #item:nth-child(odd) {float: left;}
#items #item:nth-child(even) {float: left;}

#left, #right {
    position: relative;
    height: 29.5%;
/*        float: left;*/
    padding: 10px;
}
#left {
/*        padding-left: 2.4%;*/
padding-top: 5px;
  float: left;
  width: 29%;
  /* background: none; */
}
#left img {
  width: 90%;
}
#right {
    display: inline-block;
/*        padding-right: 2.4%;*/
    float: right;
    width: 70%;
}
#bottom {
    display: inline-block;
    position:static;
    padding: 10px;
    padding-top: 30px;
/*
    padding-left: 2.4%;
    padding-right: 2.4%;
*/
/*    border-top: 10px double #313131;*/
    width: 98%;
    height: 68.5%;
}

#bottom a {
    cursor: pointer;
    visibility: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 25px;
    width: 150px;
    background-color: #d9d9d9;
    color: #323232;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
}

#bottom a:hover {
    background-color: #d1d1d1;
    color: #353535;
}

@media screen and (min-width: 800px) and (max-width: 1200px){
#items #item {
    width: 49.5%;
    height: 40%;
}
/* #items #item:nth-child(odd) {float: left;}
#items #item:nth-child(even) {float: right;} */

#left, #right {
    position: relative;
    height: 29.5%;
}
#left {
    padding-left: 2.4%;
    float: left;
    width: 29%;
}
#left img {
    width: 80%;
}
#right {
    display: inline-block;
    padding-right: 2.4%;
    float: right;
    width: 70%;
}
#bottom {
    display: inline-block;
    position:static;
    padding-top: 30px;
    padding-left: 2.4%;
    padding-right: 2.4%;
/*    border-top: 10px double #313131;*/
    width: 98%;
    height: 68.5%;
}
}

@media screen and (max-width: 800px) {
#items #item {
    width: 100%;
    height: auto;
}
#left, #right {
    position: relative;
    height: 29.5%;
}
#left {
    padding-left: 2.4%;
    float: left;
    width: 29%;
}
#left img {
    width: 60%;
}
#right {
    display: inline-block;
    padding-right: 2.4%;
    float: right;
    width: 70%;
}
#bottom {
    display: inline-block;
    position:static;
    padding-top: 30px;
    padding-left: 2.4%;
    padding-right: 2.4%;
/*    border-top: 10px double #313131;*/
    width: 98%;
    height: 68.5%;
}
}
