@import url(../css/univers.css);
h1 {
  font: 700 24px/27px 'Univers LT Std', sans-serif;
}

h2 {
  font: 700 22px/25px 'Univers LT Std', sans-serif;
}

h3 {
  font: 20px/23px 'Univers LT Std', sans-serif;
}

p {
  font: 16px/22px 'Univers LT Std', sans-serif;
}

a {
  font: 16px/21px 'Univers LT Std', sans-serif;
  text-decoration: none;
  cursor: pointer;
}

ol {
  font: 16px/20px 'Univers LT Std', sans-serif;
  list-style: none;
}

ul {
  font: 16px/20px 'Univers LT Std', sans-serif;
  list-style: none;
}

li {
  font: 16px/20px 'Univers LT Std', sans-serif;
}

* {
  outline: none;
}

body {
  color: #2d2d2d;
  font: 16px/22px 'Univers LT Std', sans-serif;
}

.overflow {
  overflow: hidden;
}

.full {
  width: 100%;
}

.relative {
  position: relative;
}

.container {
  width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 1500px) {
  .container {
    width: 940px;
  }
}

@media (max-width: 940px) {
  .container {
    width: 95%;
    padding: 0 2.5%;
  }
}

@media (max-width: 768px) {
  .space {
    height: 100px;
  }
}

.clearFix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

input[type="text"] {
  border: 1px solid rgba(45, 45, 45, 0.3);
  border-radius: 2px;
}

select {
  background: none;
  border: 1px solid rgba(45, 45, 45, 0.3);
  border-radius: 2px;
}

.col-2 {
  width: calc(100%/2);
}

.col-3 {
  width: calc(100%/3);
}

.col-2-3 {
  width: calc(100%/3 *2);
}

.col-4 {
  width: calc(100%/4);
}

.col-3-4 {
  width: calc(100%/4 * 3);
}

.col-5 {
  width: calc(100%/5);
}

.col-6 {
  width: calc(100%/6);
}

.col-7 {
  width: calc(100%/7);
}

.col-8 {
  width: calc(100%/8);
}

.button {
  box-sizing: border-box;
  background: #f3766d;
  padding: 20px 30px 10px;
  border: 2px solid transparent;
  transition: .4s ease-in-out;
  color: white;
}

.button:hover {
  background: white;
  border: 2px solid #f3766d;
  color: #f3766d;
  box-sizing: border-box;
}

nav {
  position: relative;
  width: 100%;
  background: #f3766d;
  height: 50px;
  z-index: 9999;
}

@media (max-width: 1024px) {
  nav {
    font-size: .8em;
  }
}

@media (max-width: 768px) {
  nav {
    display: none;
  }
}

nav a img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
}

nav ol {
  text-align: center;
  padding: 0;
}

nav ol li {
  list-style: none;
  display: inline-block;
  text-align: center;
}

nav ol li a {
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  transition: .4s ease-in-out;
}

@media (max-width: 1024px) {
  nav ol li a {
    font-size: .8em;
  }
}

nav ol li a svg {
  padding-top: 12px;
  height: 28px;
  width: auto;
  vertical-align: bottom;
  color: #ffffff;
  transition: .4s ease-in-out;
}

nav ol li:first-child a:hover {
  color: #3b748b;
}

nav ol li:nth-child(2) a:hover {
  color: #e9d8b6;
}

nav ol li:nth-child(3) a:hover {
  color: #8eb293;
}

nav ol li:nth-child(5) a svg {
  position: absolute;
  top: -32px;
  left: 50%;
  z-index: 9999999999;
  transition: .4s ease-in-out;
}

nav ol li:nth-child(5) a svg:hover {
  color: #3b748b;
}

nav ol li:nth-child(6) a svg:hover {
  color: #e9d8b6;
}

nav ol li:nth-child(7) a svg:hover {
  color: #8eb293;
}

nav ol li + li {
  padding-left: 2px;
}

nav ol .scale {
  -ms-transform: scale(1, 1.75);
  -webkit-transform: scale(1, 1.75);
  transform: scale(1, 1.75);
}

.search input {
  position: absolute;
  top: -20px;
  left: 0;
  height: 25px;
  width: 0;
  background: none;
  border: none;
  transition: .4s ease-in-out;
  z-index: 999999999;
}

.search .iconify {
  position: absolute;
  left: 0;
  top: -30px;
}

#nav .smallNav {
  z-index: 999;
  display: none;
  position: relative;
}

@media (max-width: 768px) {
  #nav .smallNav {
    display: block;
  }
}

#nav .smallNav img {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 1%;
  width: 100px;
}

#nav .smallNav .hamBars {
  background: rgba(45, 45, 45, 0.4);
  z-index: 99999;
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px;
  width: 50px;
  height: 50px;
  transition: .4s ease-in-out;
}

#nav .smallNav .hamBars .bar {
  position: absolute;
  left: 0;
  background: #ffffff;
  width: 50px;
  height: 5px;
  border-radius: 3px;
  transition: .4s ease-in-out;
}

#nav .smallNav .hamBars .bar:first-child {
  top: 0;
}

#nav .smallNav .hamBars .bar:nth-child(2) {
  top: 20px;
}

#nav .smallNav .hamBars .bar:last-child {
  top: 40px;
}

#nav .smallNav .barClicked {
  transform: rotate(180deg);
}

#nav .smallNav .barClicked .bar:first-child {
  transform: rotate(45deg);
  top: 20px;
}

#nav .smallNav .barClicked .bar:nth-child(2) {
  display: none;
}

#nav .smallNav .barClicked .bar:last-child {
  transform: rotate(-45deg);
  top: 20px;
}

#nav .smallNav .nav {
  background: #2d2d2d;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
  transition: .5s ease-in-out;
}

#nav .smallNav .nav ol {
  padding: 50px 0 0 0;
  height: 100vh;
}

#nav .smallNav .nav ol li {
  padding-top: 8vh;
}

#nav .smallNav .nav ol li a {
  color: #ffffff;
  font-size: 1.8em;
}

#nav .smallNav .nav .bottom {
  position: absolute;
  bottom: 0;
}

#nav .smallNav .nav .fineprint {
  padding: 20px;
}

#nav .smallNav .nav .fineprint a {
  color: #ffffff;
}

.navClose {
  height: 0;
}

.navOpen {
  height: 100vh;
}

footer {
  background: #3b748b;
}

footer .social {
  background: #8eb293;
  height: 50px;
  margin-bottom: 40px;
}

footer .social ol {
  margin: 0;
  padding: 20px 0;
  text-align: center;
}

footer .social ol li {
  display: inline-block;
  padding: 0 30px;
}

footer .social ol li a {
  color: #ffffff;
  transition: .4s ease-in-out;
}

footer .social ol li a:hover {
  color: #f3766d;
}

footer .links .row a {
  color: #ffffff;
  transition: .4s ease-in-out;
}

footer .links .row a:hover {
  color: #f3766d;
}

footer .links .row img {
  width: 100px;
}

footer .links .row ol {
  padding: 0;
  text-align: center;
}

footer .links .row ol li {
  color: #ffffff;
  padding: 3px;
}

footer .links .row ol li:first-child {
  font-size: 1.3em;
  padding-bottom: 10px;
}

@media (max-width: 640px) {
  footer .links .row .col-3 {
    width: 100%;
  }
}

footer .links .fineprint {
  padding-top: 50px;
}

@media (max-width: 768px) {
  footer .links .hide {
    display: none;
  }
}

.hero {
  background: url(../img/family.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  height: 90vh;
  margin-top: -50px;
}

@media (max-width: 940px) {
  .hero {
    background: url(../img/family.jpg) no-repeat center center;
    height: 70vh;
    background-size: cover;
  }
}

.smallMessage {
  backdrop-filter: blur(5px);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 0;
  margin: 0;
  background: rgba(45, 45, 45, 0.3);
  color: #ffffff;
  text-align: center;
  transition: .4s ease-in-out;
}

@media (max-width: 1024px) {
  .smallMessage {
    display: block;
  }
}

.smallMessage h1 {
  -ms-transform: scale(1, 1.75);
  -webkit-transform: scale(1, 1.75);
  transform: scale(1, 1.75);
  margin: 0;
}

.smallMessage h3 {
  margin: 0;
}

.smallMessage p {
  margin: 0;
}

.smallMessage hr {
  visibility: hidden;
}

.smallMessage a {
  color: #ffffff;
  padding-top: 10px;
}

.tradeIn {
  background: #3b748b;
  height: auto;
  color: #ffffff;
  text-align: center;
  padding: 50px 0;
}

.tradeIn h3 {
  margin: 0;
}

@media (max-width: 1200px) {
  .tradeIn .col-5 {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .tradeIn .col-5 {
    width: 80%;
  }
}

@media (max-width: 414px) {
  .tradeIn .col-5 {
    width: 95%;
  }
}

.sections {
  position: relative;
}

.sections h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  background: rgba(45, 45, 45, 0.5);
  color: #ffffff;
  text-align: center;
  transition: .4s ease-in-out;
}

.shop {
  height: 50vh;
  background: url(../img/background/shop.jpg) no-repeat center center;
  background-size: cover;
}

.classes {
  height: 50vh;
  background: url(../img/background/classes.jpg) no-repeat center center;
  background-size: cover;
}

.services {
  height: 50vh;
  background: url(../img/background/services.jpg) no-repeat center center;
  background-size: cover;
}

.hobbies {
  height: 50vh;
  background: url(../img/background/hobbies2.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.cameras {
  height: 50vh;
  background: url(../img/background/camera.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.trains {
  height: 50vh;
  background: url(../img/background/hobbies.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.storeAbout {
  background: #f3766d;
  height: auto;
  color: #ffffff;
  text-align: center;
  padding: 50px 0;
}

.storeAbout p {
  margin: 0;
}

@media (max-width: 1200px) {
  .storeAbout .col-3 {
    width: 80%;
  }
}

@media (max-width: 1200px) {
  .category .col-3 {
    width: 50%;
    height: 30vh;
  }
}

@media (max-width: 812px) {
  .category .col-3 {
    height: 20vh;
  }
}

.map {
  height: 498px;
}

.map iframe {
  height: 100%;
  width: 100%;
}

.bread {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .bread {
    margin-top: 150px;
  }
}

.header {
  background: url(../img/background/store.jpg) no-repeat center left;
  background-size: cover;
  height: 30vh;
  margin-top: -70px;
}

@media (max-width: 940px) {
  .header {
    height: calc(30vh + 25px);
  }
}

@media (max-width: 375px) {
  .header {
    height: calc(30vh + 50px);
  }
}

@media (max-width: 320px) {
  .header {
    height: calc(30vh + 75px);
  }
}

.header .container {
  position: relative;
  height: 100%;
}

.header .container h1 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 3em;
  color: #ffffff;
  text-shadow: 0 0 2.5px #2d2d2d;
  -ms-transform: scale(1, 1.75);
  -webkit-transform: scale(1, 1.75);
  transform: scale(1, 1.75);
}

@media (max-width: 940px) {
  .header .container h1 {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .header .container h1 {
    font-size: 3em;
  }
}

@media (max-width: 568px) {
  .header .container h1 {
    font-size: 2em;
  }
}

@media (max-width: 414px) {
  .header .container h1 {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .store {
    margin-top: 120px;
  }
}

@media (max-width: 768px) {
  .sort {
    display: none;
  }
}

.sort h1 {
  float: left;
}

@media (max-width: 768px) {
  .field #filter {
    display: none;
  }
}

@media (max-width: 768px) {
  .field .pField {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .field .pField .card {
    width: 50%;
  }
}

@media (max-width: 414px) {
  .field .pField .card {
    width: 100%;
  }
}

.smallFilter {
  display: none;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .smallFilter {
    display: block;
  }
}

.smallFilter .filterButton {
  display: inline-block;
  background: #f9f9f9;
  box-shadow: 1px 1px 2px 0.5px #adadad;
}

.smallFilter .filterButton:hover {
  background: none;
  box-shadow: 1px 1px 1px #adadad;
}

.smallFilter .filterButton h3 {
  margin: 10px 5px 5px;
}

.smallFilter .filterScreen {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: .4s ease-in-out;
}

.smallFilter .filterScreen .arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background: rgba(45, 45, 45, 0.4);
  padding: 20px;
  text-align: center;
}

.smallFilter .filterScreen .arrow h1 {
  margin: 10px 0;
}

.smallFilter .filterScreen .arrow i {
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.smallFilter .filterScreen #filter2 {
  text-align: center;
  margin-top: 100px;
}

.smallFilter .filterScreen #filter2 ol {
  padding-left: 0;
}

a .card, .card {
  float: left;
  margin-bottom: 2%;
}

a .card .item, .card .item {
  position: relative;
  width: 96%;
  height: 360px;
  background: #ffffff;
  margin: 1%;
  padding: 5%;
  box-shadow: 1px 1px 2px 1px rgba(45, 45, 45, 0.3);
  border-radius: 2px;
  box-sizing: border-box;
  overflow: hidden;
  transition: .3s ease-in-out;
}

a .card .item:hover, .card .item:hover {
  box-shadow: 2px 2px 3px 2px rgba(59, 116, 139, 0.5);
}

@media (max-width: 640px) {
  a .card .item, .card .item {
    height: 300px;
  }
}

a .card .item img, .card .item img {
  width: 100%;
}

a .card .item h2, .card .item h2 {
  color: #2d2d2d;
}

a .card .item h3, .card .item h3 {
  color: #2d2d2d;
  font-size: .8em;
  line-height: 1em;
}

a .card .item p, .card .item p {
  color: #2d2d2d;
  margin: 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

a .card .item b, .card .item b {
  color: #c76160;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 1.5em;
}

.paginate p {
  display: inline-block;
  width: 50px;
}

.paginate input {
  display: inline-block;
  width: 50px;
  text-align: center;
}

.paginate button {
  display: inline-block;
  width: 50px;
  background: #f9f9f9;
  box-shadow: 1px 1px 2px 0.5px #adadad;
  height: 25px;
}

.paginate button:hover {
  background: none;
  box-shadow: 1px 1px 1px #adadad;
}

@media (max-width: 1500px) {
  .thisone {
    display: none;
  }
}

@media (max-width: 1024px) {
  .thistwo {
    display: none;
  }
}

@media (max-width: 640px) {
  .thisthree {
    display: none;
  }
}

@media (max-width: 1024px) {
  .singleProduct .clearFix:after {
    clear: none;
  }
}

.singleProduct {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .singleProduct {
    margin-top: 120px;
  }
}

.productFull .product {
  width: 700px;
  margin: 25px;
}

.productFull .product img {
  width: 100%;
}

@media (max-width: 1024px) {
  .productFull .product {
    width: 80%;
  }
}

.productFull .add2cart {
  width: calc(98% - 750px);
  margin: 25px 0;
}

@media (max-width: 1024px) {
  .productFull .add2cart {
    width: 30%;
  }
}

@media (max-width: 640px) {
  .productFull .add2cart {
    width: 80%;
    margin-left: 20%;
  }
}

@media (max-width: 414px) {
  .productFull .add2cart {
    width: 90%;
    margin-left: 10%;
  }
}

.productFull .add2cart input {
  width: 50px;
}

.productFull .add2cart b {
  font-size: 2em;
  color: #c76160;
}

.productFull .add2cart button {
  width: 75%;
  background: #3b748b;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  padding: 1% 2%;
}

.productFull .add2cart button:hover {
  background: #6ca8c0;
}

@media (max-width: 640px) {
  .productFull .add2cart button {
    width: 60%;
  }
}

@media (max-width: 414px) {
  .productFull .add2cart button {
    width: 80%;
  }
}

.description {
  padding: 0 5% 5%;
}

@media (max-width: 1024px) {
  .description {
    width: 60%;
  }
}

@media (max-width: 640px) {
  .description {
    width: 90%;
  }
}

.orange {
  background: #f3766d;
  height: 50px;
}

.similar {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

.similar .simCard {
  width: 1500px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 1500px) {
  .similar .simCard {
    width: 100%;
  }
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(45, 45, 45, 0.6);
  z-index: 99999;
  display: none;
  transition: .2s ease-in-out;
}

@media (max-width: 640px) {
  .modal {
    padding-top: 25px;
  }
}

.modal .content {
  position: relative;
  background: #ffffff;
  width: 800px;
  height: auto;
  margin: 25vh auto 0;
  border-radius: 5px;
  padding: 20px;
}

@media (max-width: 940px) {
  .modal .content {
    width: 600px;
  }
}

@media (max-width: 640px) {
  .modal .content {
    width: 90%;
    padding: 20% 5%;
    height: 100vh;
    margin-top: 0;
    overflow: scroll;
  }
}

@media (max-width: 568px) {
  .modal .content .col-2 {
    width: 100%;
  }
}

.modal .content span {
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal .content img {
  width: 80%;
  margin-left: 10%;
}

.modal .content h1 {
  margin-bottom: 0;
}

.modal .content h3 {
  font-size: 1em;
  margin-top: 0;
}

.modal .content b {
  font-size: 2em;
  color: #c76160;
}

.modal .content input {
  width: 50px;
}

.modal .content button {
  height: 30px;
  background: #3b748b;
  color: #ffffff;
  width: 48%;
  padding: 5px 0;
  border: none;
  border-radius: 3px;
}

.modal .content button:hover {
  background: #6ca8c0;
}

.modal .content button a {
  display: block;
  color: #ffffff;
  width: 100%;
  margin: 0;
  padding: 0;
}

.modal .content button + button {
  margin-left: 2%;
}

.modal .content hr {
  margin: 20px 0;
}

.modal .content .describe p {
  height: 200px;
  overflow: scroll;
}

.modal .small {
  width: 400px;
  text-align: center;
}

.modal .small a {
  color: #c76160;
  transition: .4s ease-in-out;
}

.modal .small a:hover {
  color: #2d2d2d;
}

@media (max-width: 1024px) {
  .cart .col-2-3 {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .cart .col-4 {
    width: 80%;
    margin-right: 10%;
  }
}

@media (max-width: 414px) {
  .cart .col-4 {
    width: 90%;
    margin-right: 5%;
  }
}

.cart .topTotal {
  border-bottom: 1px solid rgba(45, 45, 45, 0.4);
}

.cart .topTotal .yourCart {
  text-align: left;
}

.cart .topTotal .yourTotal {
  text-align: right;
}

.cart .topTotal .yourTotal h2 {
  display: inline-block;
}

.cart .topTotal .yourTotal b {
  font-size: 2em;
  color: #c76160;
  margin-left: 10px;
}

.cart .itemList {
  margin-bottom: 50px;
}

.cart .cartItem {
  padding: 2%;
  border-bottom: 1px solid rgba(45, 45, 45, 0.4);
}

.cart .cartItem:last-child {
  border: none;
}

@media (max-width: 414px) {
  .cart .cartItem .col-5 {
    width: 33%;
  }
}

.cart .cartItem img {
  width: 100%;
  margin: 10px 0;
  float: left;
}

.cart .cartItem .info h2 {
  padding-left: 2%;
}

@media (max-width: 414px) {
  .cart .cartItem .info h2 {
    font-size: 1em;
  }
}

.cart .cartItem .info h3 {
  padding-left: 2%;
  font-size: .8em;
}

.cart .cartItem .amount b {
  font-size: 2em;
  color: #c76160;
}

@media (max-width: 414px) {
  .cart .cartItem .amount b {
    font-size: 1.5em;
  }
}

.cart .cartItem .amount input {
  width: 80px;
}

.cart .cartItem .amount .wide {
  color: #c76160;
}

@media (max-width: 640px) {
  .cart .cartItem .amount .wide {
    display: none;
  }
}

.cart .cartItem .amount .thin {
  display: none;
}

@media (max-width: 640px) {
  .cart .cartItem .amount .thin {
    display: block;
    text-align: right;
  }
}

.cart .cartItem .amount a {
  display: block;
  width: 50%;
  float: left;
}

.summary {
  padding: 5%;
  border: 1px solid rgba(45, 45, 45, 0.2);
}

.summary h2 {
  margin-top: 0;
}

.summary p {
  display: inline;
  width: 50%;
  padding: 20px;
  margin-left: 5%;
}

.summary strong {
  float: right;
  margin-right: 5%;
}

.summary .estTotal p {
  font-size: 1.5em;
  vertical-align: bottom;
}

.summary .estTotal strong {
  font-size: 1.5em;
  color: #c76160;
}

.checkout a {
  text-align: center;
  display: block;
  background: #3b748b;
  color: #ffffff;
  width: 100%;
  padding: 10px 0;
  margin: 10px 0;
  border: none;
  border-radius: 3px;
}

.checkout a:hover {
  background: #6ca8c0;
}

.secure {
  text-align: center;
  width: 60%;
  margin: auto;
}

.secure p {
  font-size: .8em;
  color: #939393;
}

.back {
  padding: 40px 0;
}

.checkPage {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .checkPage {
    margin-top: 150px;
  }
}

@media (max-width: 812px) {
  .checkPage .col-2 {
    width: 100%;
  }
}

.checkPage .box {
  padding: 0 10% 50px;
}

.checkPage .box .check {
  border: 1px solid #2d2d2d;
  padding: 5%;
}

.checkPage .box .check .account h1 {
  color: #c76160;
  text-align: center;
  text-decoration: underline;
}

.checkPage .box .check .account p {
  text-align: center;
}

.checkPage .box .check .account .signin {
  padding: 0 5%;
}

.checkPage .box .check .account .signin input[type="text"] {
  width: 100%;
  height: 40px;
  margin-bottom: 5%;
  padding-left: 10px;
}

.checkPage .box .check .account .signin a {
  display: block;
  color: #2d2d2d;
  transition: .4s ease-in-out;
  padding-bottom: 20px;
}

.checkPage .box .check .account .signin a:hover {
  color: #f3766d;
}

.checkPage .box .check .account .signin input[type="checkbox"] {
  display: inline-block;
}

.checkPage .box .check .account button {
  display: block;
  width: 50%;
  margin: 20px auto;
  background: #3b748b;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  padding: 1% 2%;
}

.checkPage .box .check .account button:hover {
  background: #6ca8c0;
}

.checkPage .box .check .guest h1 {
  color: #c76160;
  text-align: center;
  text-decoration: underline;
}

.checkPage .box .check .guest p {
  text-align: center;
}

.checkPage .box .check .guest a {
  text-align: center;
  display: block;
  width: 50%;
  padding-top: 5px;
  margin: 20px auto;
  background: #3b748b;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  padding: 1% 2%;
}

.checkPage .box .check .guest a:hover {
  background: #6ca8c0;
}

.checkPage .secure {
  text-align: center;
  margin: auto;
}

@media (max-width: 640px) {
  .asGuest .itemFull {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .asGuest .sum {
    width: 80%;
    margin-right: 10%;
  }
}

@media (max-width: 568px) {
  .asGuest .sum {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 1200px) {
  .asGuest .sum p {
    margin: 0;
    padding: 10px;
  }
}

@media (max-width: 1200px) {
  .asGuest .sum .estTotal p {
    font-size: 1.1em;
  }
}

.asGuest hr {
  display: none;
}

@media (max-width: 1024px) {
  .asGuest hr {
    display: block;
    margin-bottom: 50px;
  }
}

@media (max-width: 1024px) {
  .asGuest .forms {
    width: 100%;
  }
}

.asGuest .forms ul {
  padding-bottom: 20px;
}

.asGuest .forms li {
  text-align: center;
  padding: 0;
  margin: 0;
}

.asGuest .forms li a {
  width: 100%;
}

.asGuest .forms button {
  width: 150px;
  height: 60px;
  text-align: center;
  display: block;
  padding: 4% 5%;
  margin: 100px 10%;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  transition: .4s ease-in-out;
  background: #3b748b;
}

.asGuest .forms button:hover {
  background: #6ca8c0;
}

@media (max-width: 414px) {
  .asGuest .forms button {
    width: 120px;
  }
}

.asGuest .forms .green {
  background: #8eb293;
}

.asGuest .forms .green:hover {
  background: #cbdbcd;
}

.asGuest .forms .red {
  background: #c76160;
}

.asGuest .forms .red:hover {
  background: #d48686;
}

.asGuest .forms h1 {
  color: #c76160;
  text-decoration: underline;
}

.asGuest .forms b {
  font-size: .8em;
  color: #c76160;
}

@media (max-width: 568px) {
  .asGuest .forms .toFull {
    width: 100%;
  }
}

@media (max-width: 568px) {
  .asGuest .forms .breakAfter:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}

.asGuest .forms #contact input[type="text"] {
  width: 90%;
  margin: 5px 0 20px;
  height: 40px;
  padding-left: 10px;
}

.asGuest .forms #shipping .where2 {
  text-align: center;
  margin: 20px 0;
  padding-top: 20px;
}

.asGuest .forms #shipping .where2 h3 {
  text-align: left;
  margin-bottom: 5px;
}

.asGuest .forms #shipping .where2 .toFull h3 {
  text-align: center;
}

.asGuest .forms #shipping input[type="text"] {
  width: 90%;
  margin: 5px 0 20px;
  height: 40px;
  padding-left: 10px;
}

.asGuest .forms #shipping select {
  width: 90%;
  margin: 5px 0 20px;
  height: 44px;
  padding-left: 10px;
  border-radius: 0;
  background: none;
}

.asGuest .forms #shipping input[type="radio"] {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}

.asGuest .forms #shipping input + label {
  width: 100%;
  padding: 1%;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: 1px solid #c6c6c6;
}

.asGuest .forms #shipping input:hover + label {
  border: 1px solid #6ca8c0;
}

.asGuest .forms #shipping input:checked + label {
  background: #6ca8c0;
  color: #ffffff;
  border: 1px solid transparent;
}

.asGuest .forms #payment input[type="text"] {
  width: 90%;
  margin: 5px 0 20px;
  height: 40px;
  padding-left: 10px;
}

.asGuest .forms #payment select {
  width: 90%;
  margin: 5px 0 20px;
  height: 44px;
  padding-left: 10px;
  border-radius: 0;
  background: none;
}

.asGuest .forms #payment input[type="checkbox"] {
  margin: 10px 0;
}

.asGuest .forms #review .itemReview, .asGuest .forms #review .shipReview, .asGuest .forms #review .paymentReview, .asGuest .forms #review .totalReview {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 20px;
}

.asGuest .forms #review .shipReview, .asGuest .forms #review .paymentReview {
  padding: 20px 0;
}

.asGuest .forms #review h1 {
  color: #c76160;
  text-decoration: underline;
  margin-bottom: 20px;
}

.asGuest .forms #review img {
  width: 100%;
}

.asGuest .forms #review p, .asGuest .forms #review h2 {
  margin: 0;
}

.asGuest .forms #review .to {
  margin-bottom: 50px;
}

.asGuest .forms #review a {
  color: #c76160;
  transition: .4s ease-in-out;
}

.asGuest .forms #review a:hover {
  color: #2d2d2d;
}

.asGuest .forms #review .reviewItems {
  margin-bottom: 10px;
}

.asGuest .forms #review .reviewItems:last-child {
  border: none;
}

.asGuest .forms .items {
  padding: 20px 0;
}

.asGuest .forms .appear {
  display: none;
}

@media (max-width: 640px) {
  .asGuest .forms .appear {
    display: block;
  }
}

@media (max-width: 640px) {
  .asGuest .forms .gone {
    display: none;
  }
}

@media (max-width: 768px) {
  .nameTab {
    display: none;
  }
}

.numTab {
  display: none;
}

@media (max-width: 768px) {
  .numTab {
    display: block;
  }
}

.review {
  border-bottom: 1px solid #c6c6c6;
}

.review:last-child {
  border-bottom: none;
}

.review:nth-child(odd) {
  background: #e9f2f6;
}

@media (max-width: 640px) {
  .review:nth-child(odd) {
    background: none;
  }
}

.review:nth-child(even) {
  background: none !important;
}

@media (max-width: 640px) {
  .review:nth-child(even) {
    background: none;
  }
}

.classHeader {
  background: url(../img/background/classes.jpg) no-repeat center center;
  background-size: cover;
  height: 20vh;
}

.classSection h3 {
  text-align: center;
}

.classSection a {
  display: block;
  margin: 60px auto;
  width: 175px;
  text-align: center;
}

.classSection .todaysClasses {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.classSection .todaysClasses .classCard {
  margin: 0;
  width: calc(100% / 5) !important;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px 1px rgba(45, 45, 45, 0.3);
}

.classSection .todaysClasses .classCard:hover {
  box-shadow: 2px 2px 3px 2px rgba(59, 116, 139, 0.3);
}

@media (max-width: 1024px) {
  .classSection .todaysClasses .classCard {
    width: calc(100% / 2) !important;
  }
}

.classSection .todaysClasses .classCard .padding {
  padding: 0 20px;
}

.classSection .todaysClasses .classCard .fine {
  font-size: .8em;
  color: gray;
  width: 50%;
  display: inline-block;
}

.classSection .todaysClasses .classCard .onRight {
  float: right;
  text-align: right;
}

.class1 {
  background: url(../img/classes/camera.jpg) no-repeat center center;
  background-size: cover;
  height: 200px;
}

.class2 {
  background: url(../img/classes/camera.jpg) no-repeat center center;
  background-size: cover;
  height: 200px;
}

.class3 {
  background: url(../img/classes/camera.jpg) no-repeat center center;
  background-size: cover;
  height: 200px;
}

.class4 {
  background: url(../img/classes/camera.jpg) no-repeat center center;
  background-size: cover;
  height: 200px;
}

.whySection {
  background: rgba(59, 116, 139, 0.1);
  padding: 40px 0;
}

.whySection h3 {
  text-align: center;
}

.whySection .whyClasses {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
}

@media (max-width: 767px) {
  .whySection .whyClasses {
    display: block !important;
  }
}

.whySection .whyClasses .reasons {
  flex-grow: 1;
  box-sizing: border-box;
  margin: 0 10px;
  padding: 0 10px 10px;
}

@media (max-width: 767px) {
  .whySection .whyClasses .reasons {
    width: 100% !important;
  }
}

.reason1 {
  background: url(../img/classes/doing.png) no-repeat center center;
  background-size: contain;
  height: 200px;
}

.reason2 {
  background: url(../img/classes/together.png) no-repeat center center;
  background-size: contain;
  height: 200px;
}

.reason3 {
  background: url(../img/classes/future.png) no-repeat center center;
  background-size: contain;
  height: 200px;
}

.signIn {
  background: url(../img/classes/signIn.jpg) no-repeat center center;
  background-size: cover;
  height: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.signIn .signInBox {
  width: 30%;
  margin: 100px auto;
  background: white;
}

@media (max-width: 1200px) {
  .signIn .signInBox {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .signIn .signInBox {
    width: 80%;
  }
}

.signIn .signInBox h3 {
  text-align: center;
}

.signIn .signInBox .box .center {
  display: block;
  text-align: center;
  margin: auto;
  color: #3b748b;
  transition: .3 ease-in-out;
}

.signIn .signInBox .box .center:hover {
  color: #f3766d;
}

.signIn .signInBox .box .check {
  padding: 5%;
}

.signIn .signInBox .box .check .account h1 {
  color: #c76160;
  text-align: center;
  text-decoration: underline;
}

.signIn .signInBox .box .check .account p {
  text-align: center;
}

.signIn .signInBox .box .check .account .signin {
  padding: 0 5%;
}

.signIn .signInBox .box .check .account .signin input[type="text"] {
  width: 100%;
  height: 40px;
  margin-bottom: 5%;
  padding-left: 10px;
}

.signIn .signInBox .box .check .account .signin a {
  display: block;
  color: #2d2d2d;
  transition: .4s ease-in-out;
  padding-bottom: 20px;
}

.signIn .signInBox .box .check .account .signin a:hover {
  color: #f3766d;
}

.signIn .signInBox .box .check .account .signin input[type="checkbox"] {
  display: inline-block;
}

.signIn .signInBox .box .check .account .button2 {
  text-align: center;
  display: block;
  width: 50%;
  margin: 20px auto;
  background: #3b748b;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  padding: 1% 2%;
}

.signIn .signInBox .box .check .account .button2:hover {
  background: #6ca8c0;
}

.story {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .story {
    margin-top: 150px;
  }
}

.story .colonialStory p {
  font-size: 1.3em;
  line-height: 1.4em;
}

.story .colonialStory .rausch {
  background: url(../img/background/rausch.jpg) no-repeat center center;
  background-size: contain;
  width: 30%;
  margin-right: 5%;
  height: 20vh;
}

@media (max-width: 1500px) {
  .story .colonialStory .rausch {
    width: 40%;
    height: 15vh;
  }
}

@media (max-width: 940px) {
  .story .colonialStory .rausch {
    width: 100%;
    height: 15vh;
    float: none;
  }
}

.story .colonialStory .publix {
  background: url(../img/background/publix.png) no-repeat center center;
  background-size: contain;
  width: 40%;
  margin-left: 5%;
  height: 30vh;
}

@media (max-width: 1500px) {
  .story .colonialStory .publix {
    width: 50%;
    height: 20vh;
  }
}

@media (max-width: 940px) {
  .story .colonialStory .publix {
    background-size: cover;
    margin: 0;
    height: 30vh;
    width: 100%;
    float: none;
  }
}

.story .colonialStory .colonialGuys {
  background: url(../img/background/colonialGuys.jpg) no-repeat center top;
  background-size: cover;
  margin-left: 5%;
  height: 40vh;
}

.aboutHeader {
  background: url(../img/background/don.jpg) no-repeat center center;
  background-size: cover;
  height: 40vh;
}

#tabs {
  margin: 100px 0 50px;
  border: none !important;
}

@media (max-width: 768px) {
  #tabs {
    margin-top: 150px;
  }
}

#tabs ul li {
  padding-right: 40px;
}

@media (max-width: 768px) {
  #tabs ul li {
    padding-right: 20px !important;
  }
}

@media (max-width: 768px) {
  #tabs ul li a {
    font-size: 1em !important;
  }
}

#tabs .signOut {
  display: inline-block;
  font-size: 1.4em;
  color: #7a7a7a;
  margin-top: 8px;
  padding: 4px;
}

@media (max-width: 768px) {
  #tabs .signOut {
    font-size: 1em;
    margin-top: 6px;
  }
}

#tabs .signOut::after {
  display: table;
  content: "";
  margin-top: 1px;
  width: 0;
  height: 2px;
  background: #c76160;
  transition: .3s ease-in-out;
}

#tabs .signOut:hover::after {
  width: 100%;
}

@media (max-width: 1200px) {
  #tabs .toGone {
    display: none;
  }
}

@media (max-width: 1200px) {
  #tabs .col-4 {
    width: calc(100% / 3);
  }
}

@media (max-width: 812px) {
  #tabs .col-4 {
    width: calc(100% / 2);
  }
}

@media (max-width: 568px) {
  #tabs .previous .col-4 {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 812px) {
  #tabs .toFull {
    width: 100%;
    text-align: center;
  }
}

#tabs .red {
  font-size: .8em;
  font-weight: normal;
  color: #c76160;
  cursor: pointer;
}

#tabs .ui-widget-header {
  border: none;
  background: none;
}

#tabs .ui-state-default a, #tabs .ui-state-default a:link, #tabs .ui-state-default a:visited, #tabs a.ui-button, #tabs a:link.ui-button, #tabs a:visited.ui-button, #tabs .ui-button {
  font-size: 1.5em;
  color: #7a7a7a;
  border: none;
}

#tabs .ui-state-default a::after, #tabs .ui-state-default a:link::after, #tabs .ui-state-default a:visited::after, #tabs a.ui-button::after, #tabs a:link.ui-button::after, #tabs a:visited.ui-button::after, #tabs .ui-button::after {
  display: table;
  content: "";
  width: 0;
  height: 2px;
  background: #c76160;
  transition: .3s ease-in-out;
}

#tabs .ui-state-default a:hover::after, #tabs .ui-state-default a:link:hover::after, #tabs .ui-state-default a:visited:hover::after, #tabs a.ui-button:hover::after, #tabs a:link.ui-button:hover::after, #tabs a:visited.ui-button:hover::after, #tabs .ui-button:hover::after {
  width: 100%;
}

#tabs .ui-state-default, #tabs .ui-widget-content .ui-state-default, #tabs .ui-widget-header .ui-state-default, #tabs .ui-button, #tabs html .ui-button.ui-state-disabled:hover, #tabs html .ui-button.ui-state-disabled:active {
  background: none;
  border: none;
}

#tabs .ui-state-active a, #tabs .ui-state-active a:link, #tabs .ui-state-active a:visited {
  font-size: 1.5em;
  color: #c76160;
}

#tabs .ui-state-active a::after, #tabs .ui-state-active a:link::after, #tabs .ui-state-active a:visited::after {
  display: table;
  content: "";
  width: 0;
  height: 2px;
  background: none;
  transition: .3s ease-in-out;
}

.bread a {
  color: #3b748b;
  display: inline-block;
  font-size: 1em;
  transition: .3 ease-in-out;
}

.bread a:hover {
  color: #f3766d;
}

.bread p {
  color: #c76160;
  display: inline-block;
  font-size: 1em;
}

#filter, #forms {
  background: none;
  border: none !important;
}

#filter .ui-state-default, #filter .ui-widget-content .ui-state-default, #filter .ui-widget-header .ui-state-default, #filter .ui-button, #filter html .ui-button.ui-state-disabled:hover, #filter html .ui-button.ui-state-disabled:active, #forms .ui-state-default, #forms .ui-widget-content .ui-state-default, #forms .ui-widget-header .ui-state-default, #forms .ui-button, #forms html .ui-button.ui-state-disabled:hover, #forms html .ui-button.ui-state-disabled:active {
  background: none;
  border: none !important;
}

#filter .ui-accordion .ui-accordion-content, #forms .ui-accordion .ui-accordion-content {
  border: none;
}

#filter .ui-icon, #forms .ui-icon {
  float: right;
  color: #2d2d2d;
}

#filter .ui-state-hover, #filter .ui-widget-content .ui-state-hover, #filter .ui-widget-header .ui-state-hover, #filter .ui-state-focus, #filter .ui-widget-content .ui-state-focus, #filter .ui-widget-header .ui-state-focus, #filter .ui-button:hover, #filter .ui-button:focus, #forms .ui-state-hover, #forms .ui-widget-content .ui-state-hover, #forms .ui-widget-header .ui-state-hover, #forms .ui-state-focus, #forms .ui-widget-content .ui-state-focus, #forms .ui-widget-header .ui-state-focus, #forms .ui-button:hover, #forms .ui-button:focus {
  border: none;
  background: none;
}

#filter .ui-widget.ui-widget-content, #forms .ui-widget.ui-widget-content {
  border: none;
}

#filter .ui-widget-content, #forms .ui-widget-content {
  background: none;
  border: none;
}

#filter .ui-widget-header, #forms .ui-widget-header {
  background: none;
  border: none !important;
  text-align: center;
}

#filter .ui-state-active a, #filter .ui-state-active a:link, #filter .ui-state-active a:visited, #forms .ui-state-active a, #forms .ui-state-active a:link, #forms .ui-state-active a:visited {
  color: #c76160;
}

#filter .ui-tabs .ui-tabs-nav .ui-tabs-anchor, #forms .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 0;
}

#filter .ui-state-hover, #filter .ui-widget-content .ui-state-hover, #filter .ui-widget-header .ui-state-hover, #filter .ui-state-focus, #filter .ui-widget-content .ui-state-focus, #filter .ui-widget-header .ui-state-focus, #filter .ui-button:hover, #filter .ui-button:focus, #forms .ui-state-hover, #forms .ui-widget-content .ui-state-hover, #forms .ui-widget-header .ui-state-hover, #forms .ui-state-focus, #forms .ui-widget-content .ui-state-focus, #forms .ui-widget-header .ui-state-focus, #forms .ui-button:hover, #forms .ui-button:focus {
  color: #f3766d;
}

#filter .ui-state-active, #filter .ui-widget-content .ui-state-active, #filter .ui-widget-header .ui-state-active, #filter a.ui-button:active, #filter .ui-button:active, #filter .ui-button.ui-state-active:hover, #forms .ui-state-active, #forms .ui-widget-content .ui-state-active, #forms .ui-widget-header .ui-state-active, #forms a.ui-button:active, #forms .ui-button:active, #forms .ui-button.ui-state-active:hover {
  color: #f3766d;
}
