/* the small card */

.upper-middle-card-container h2 {
  font-family: "Ringside Wide A", "Ringside Wide B";
  font-style: normal;
  font-weight: 500;
  color: #959594;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 45px;
  font-size: 12px;
  padding-left: 5px;
  letter-spacing: 1px;
  padding-bottom: 17px;
  width: 100%;
}

.card {
  display: inline-block;
  box-shadow: 0 1px 2px rgba(12, 12, 12, 0.07);
  border-radius: 6px;
  transition: box-shadow 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
}

.top-card-container .card .top {
  height: 188px;
}

.card:hover {
	box-shadow: 0 3px 7px rgba(12, 12, 12, 0.05);
	transition: box-shadow 0.3s ease-in-out;
}

.card .top {
  background-color: #f3f3f3;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;  
  width: 255px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #e6e5e4;
  text-align: center;
	opacity: 1;
}

.card .middle {
  background-color: #edeceb;
  width: 205px;
  min-height: 70px;
  padding: 25px;
  line-height: 21px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-top: none;
  color: #101010;
  font-family: "Ringside Regular A", "Ringside Regular B";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  padding-bottom: 60px;
}

.card .bottom {
  background-color: #4a5968;
  height: 39px;
  width: 220px;
  padding-left: 27px;
  padding-right: 8px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 1px solid rgba(63, 76, 89, 0.5);
  border-top: none;
  color: #a0a8b9;
  font-family: "Ringside Wide A", "Ringside Wide B";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 39px;
  position: absolute;
  bottom: 0;
}

.card .bottom .price {
  color: #f3f3f3;
  font-family: "Ringside Regular A", "Ringside Regular B";
  font-style: normal;
  font-weight: 500;
  float: right;
  padding-right: 11px;
  letter-spacing: 2px;
}

.title-card {
  font-family: "Ringside Regular A", "Ringside Regular B";
  font-style: normal;
  font-weight: 500;
  color: #454545;
  font-size: 28px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  padding-top: 8px;
  margin-top: 0;
  margin-bottom: 0;
}

.top-card-container {
  padding-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.large-photo-card {
  display: inline-block;
  max-width: 544px;
  width: 100%;
  float: right;
  margin: 10px;
}

.large-photo-card .photo {
  width: 100%;
  height: 278px;
  background-image: url(../images/top-card-photo.png);
  background-position: center;
  background-size: cover;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.large-photo-card .caption {
  background-color: #d1d8df;
  color: #101010;
  font-family: "Ringside Regular A", "Ringside Regular B";
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  padding: 15px;
  padding-left: 14px;
  padding-right: 14px;
  line-height: 19px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  border-left: 1px solid #c5cdd5;
  border-right: 1px solid #c5cdd5;
  border-bottom: 1px solid #b4babf;
  background-image: url(../images/pick.png);
  background-size: 23px auto;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}

body.ios .large-photo-card .caption {
  font-size: 8px;
  line-height: 13px;
}

.card.mini {
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.card.mini .top {
    height: 163px;
}

.card.mini .title-card {
  font-family: "Ringside Regular A", "Ringside Regular B";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  padding-top: 47px;
  text-align: left;
  padding-left: 96px;
  padding-bottom: 42px;
}

.card.mini .title-card.multiline {
  padding-top: 36px;
  padding-bottom: 28px;
}

.card.mini .price {
  color: #9e9e9e;
  font-family: "Ringside Wide A", "Ringside Wide B";
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  padding-top: 14px;
  margin-top: 0px;
  margin-left: 15px;
  margin-right: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.card.mini .middle {
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.bottom-middle-card-container {
  padding-top: 85px;
}

.bottom-middle-card-container .title-big, .bottom-card-container .title-big {
  font-size: 32px;
  font-family: "Ringside Regular A", "Ringside Regular B";
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

.bottom-middle-card-container .card.mini .title-card {
  font-family: "Ringside Regular A", "Ringside Regular B";
  font-style: normal;
  color: #454545;
  font-weight: 500;
  font-size: 32px;
  padding-top: 0px;
  padding-left: 0;
  padding-bottom: 18px;
  text-align: center;
}

.bottom-middle-card-container .title-small, .bottom-card-container .title-small {
  padding-top: 16px;
  line-height: 21px;
  padding-bottom: 56px;
  -webkit-font-smoothing: antialiased;
}
.bottom-card-container .title-small {
  padding-bottom: 60px;
}

.bottom-middle-card-container .card.mini {
  cursor: pointer;
  position: relative;
}

.bottom-middle-card-container .card.mini .top {
  height: auto;
  padding-bottom: 33px;
}

.bottom-middle-card-container .card.mini:hover::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/link-icon.png);
  background-size: 16px auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  height: 26px; 
  
}

.bottom-card-container {
  padding-top: 113px;
  padding-bottom: 100px;
}

.full-card-link {
  display: block;
  width: 100%;
}

.full-card {
  display: flex;
  position: relative;
  padding-top: 10px;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

body.verysmallscreen .full-card {
  display: block;
}

.full-card .left {
  background-color: #f3f3f3;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  width: 288px;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
}

.full-card .left h1 {
  font-family: "Ringside Regular A", "Ringside Regular B";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 19px;
}

.full-card .left h2 {
  font-family: "Ringside Wide A", "Ringside Wide B";
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  padding-top: 5px;
  color: #9e9e9e;
}

.full-card .left .title-big, .full-card .left .title-small {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  flex-grow: 0 !important;
  width: 173px;
}

.full-card .left .title-container {
  padding-right: 24px;
  display: inline-block;
}

.full-card .right {
  flex: 1;
  background-color: #edeceb;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  width: calc(100% - 361px);
  color: #101010;
  font-family: "Ringside Regular A", "Ringside Regular B";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  padding: 25px;
  padding-left: 35px;
  padding-right: 35px;
  line-height: 21px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: none;
}

.clear {
  clear: both;
}

.upper-middle-card-container, body.smallscreen .top-card-container, .bottom-middle-card-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

body.smallscreen .top-card-container {
  flex-wrap: nowrap;
  align-items: stretch;
}

body.smallscreen:not(.verysmallscreen) .top-card-container .card {
  background-color: #edeceb;
  margin-left: 9px;
}

body.smallscreen .top-card-container .middle {
  border-bottom: none;
}

body.verysmallscreen .top-card-container {
  flex-wrap: wrap;
}

body.smallscreen .large-photo-card {
  margin: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

body.verysmallscreen .large-photo-card {
  margin-top: 10px;
  width: 260px;
}

body.verysmallscreen .full-card-image {
  margin-left: inherit;
  margin-right: inherit;
}

.card.mini {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

body.verysmallscreen .full-card .left {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: 100%;
  padding-bottom: 23px;
  padding-top: 23px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  float: none;
}

body.verysmallscreen .full-card .right {
  float: none;
  width: calc(100% - 70px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 7px;
  border-top: none;
  border-top-right-radius: 0;
  padding-top: 17px;
  padding-bottom: 20px;
}

a {
  text-decoration: none;
}

body.verysmallscreen .title-big,
body.verysmallscreen .title-small,
body.verysmallscreen .upper-middle-card-container h2 {
  /*padding-left: calc(50% - 165px);
  width: 330px;*/
  padding-left: 20px;
  padding-right: 20px;
}

.title-big, .title-small {
  flex-grow: 1;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

body.smallscreen .bottom-middle-card-container, body.smallscreen .bottom-card-container  {
    padding-top: 60px;
}

body.smallscreen .top-card-container {
  padding-top: 50px;
}

body.verysmallscreen .title-big {
  font-size: 30px;
  flex-grow: 1;
}

body.smallscreen .caption {
  background-image: none;
}

body.smallscreen .full-card .title-big {
  font-size: 24px;
}