/* ==========================================================================
	#Reset
========================================================================== */
* {
  padding: 0;
  margin: 0;
  outline: 0;
}

/* ==========================================================================
	#Base
========================================================================== */
html,
body {
  height: 100%;
}

html {
  overflow-y: scroll;
}
body {
  font-family: "GothamBook", sans-serif;
  font-size: 17px;
  line-height: 1.41;
  color: #333;
}

a {
  color: #059ddd;
  cursor: pointer;
  text-decoration: none;
}
a {
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
a:hover {
  text-decoration: underline;
  color: #3e4142;
}

img {
  border: 0;
  vertical-align: middle;
}

h2,
h3 {
  font-weight: normal;
  font-family: "GothamThin";
}

h2 {
  font-size: 65px;
  line-height: 1;
  color: #69c;
  letter-spacing: -3px;
}
h3 {
  font-size: 49px;
  line-height: 0.9;
  color: #4697bc;
  letter-spacing: -2.5px;
  padding-bottom: 11px;
}
h4 {
  color: #69c;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 1.2;
}

p {
  padding-bottom: 25px;
}

/* ==========================================================================
	#Helpers 
========================================================================== */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

.fsr-container {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.fsr-image {
  position: absolute;
}
.fsr-hidden {
  display: none;
}

.alignleft {
  float: left;
}
.alignright {
  float: right;
}

/* ==========================================================================
	#Containers 
========================================================================== */
.wrapper {
  min-height: 100%;
  position: relative;
}
.shell {
  width: 1000px;
  margin: 0 auto;
}

/* ==========================================================================
	#Header
========================================================================== */
.header {
  color: #fff;
  font-family: "GothamBold";
  text-transform: uppercase;
}
.header {
  background: rgb(57, 190, 243);
  background: -moz-linear-gradient(
    top,
    rgba(57, 190, 243, 1) 0%,
    rgba(53, 183, 237, 1) 42%,
    rgba(47, 182, 246, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(57, 190, 243, 1)),
    color-stop(42%, rgba(53, 183, 237, 1)),
    color-stop(100%, rgba(47, 182, 246, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(57, 190, 243, 1) 0%,
    rgba(53, 183, 237, 1) 42%,
    rgba(47, 182, 246, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(57, 190, 243, 1) 0%,
    rgba(53, 183, 237, 1) 42%,
    rgba(47, 182, 246, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(57, 190, 243, 1) 0%,
    rgba(53, 183, 237, 1) 42%,
    rgba(47, 182, 246, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(57, 190, 243, 1) 0%,
    rgba(53, 183, 237, 1) 42%,
    rgba(47, 182, 246, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39bef3', endColorstr='#2fb6f6',GradientType=0 );
}
.header .shell {
  position: relative;
  padding: 37px 0 5px;
}

.logo {
  position: absolute;
  top: 37px;
  left: 50%;
  z-index: 1;
  width: 368px;
  margin-left: -184px;
}
.logo a {
  overflow: hidden;
  display: block;
  height: 55px;
  background: url(images/sprite.png) no-repeat 0 0;
  white-space: nowrap;
  text-indent: 100%;
}

.address {
  float: left;
  width: 160px;
  letter-spacing: 0.4px;
  font-size: 13px;
}
.phone {
  float: right;
  padding-top: 15px;
}

/* ==========================================================================
	#Navigation
========================================================================== */
.nav {
  position: relative;
  z-index: 2;
  height: 43px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.nav ul {
  list-style: none outside none;
  overflow: hidden;
  text-align: center;
  padding: 7px 0 0 20px;
}
.nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 22px;
}
.nav a {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "GothamBold";
}
.nav .current a,
.nav a:hover {
  color: #3e4142;
  text-decoration: none;
}

/* ==========================================================================
	#Intro
========================================================================== */
.intro {
  position: relative;
  z-index: 1;
  /* padding-bottom: 70px; */
  background: #fff url(images/loader.gif) no-repeat center center;
}

.intro-image {
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.intro-image {
  height: 720px;
  opacity: 0;
}
.intro-image.visible {
  opacity: 1;
}
.intro-image img {
  display: none;
}

.intro-text {
  position: absolute;
  top: 58px;
  left: 50%;
  width: 530px;
  padding: 19px 0 5px 17px;
  margin-left: 61px;
  background: #cee0e9;
  font-family: "ProximaNovaLight";
  letter-spacing: 0.5px;
}
.intro-text {
  -webkit-transition: margin-left 0.2s linear;
  -moz-transition: margin-left 0.2s linear;
  -ms-transition: margin-left 0.2s linear;
  -o-transition: margin-left 0.2s linear;
  transition: margin-left 0.2s linear;
}

.intro-text h2 {
  margin-left: -3px;
}
.intro-text p {
  padding-bottom: 10px;
}

.intro-interior {
  height: 275px;
  position: relative;
}
.intro-interior .credits {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1000px;
  margin-left: -460px;
  font-size: 12px;
  text-align: right;
}

.map {
  width: 100%;
  height: 275px;
}

/* ==========================================================================
	#Main
========================================================================== */
.main {
  padding-bottom: 150px;
}
.main .shell {
  padding: 0 50px;
  width: 900px;
}
.main h2 {
  padding: 49px 0 22px;
}

.sidebar {
  float: left;
  width: 300px;
}
.content {
  float: right;
  width: 622px;
  margin-right: -50px;
}

.widgets {
  list-style: none outside none;
}

.widget-nav {
  padding: 27px 0 0 32px;
}
.widget-nav ul {
  list-style: none outside none;
}
.widget-nav li + li {
  padding-top: 16px;
}
.widget-nav a {
  text-transform: uppercase;
  font-family: "GothamBold";
  font-size: 13px;
}
.widget-nav .icon-arrow-right {
  margin: -3px 0 0 11px;
}
.widget-nav .current a,
.widget-nav a:hover {
  color: #3e4142;
  text-decoration: none;
}
.widget-nav a:hover .icon-arrow-right {
  -webkit-animation: arrow 0.7s infinite;
  -o-animation: arrow 0.7s infinite;
  animation: arrow 0.7s infinite;
}

.widget-nav-primary {
  padding: 136px 0 0 66px;
}

.widget-photo {
  padding: 63px 0 0 24px;
}
.photo {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 9px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.testimonials {
  padding-top: 44px;
}

.testimonial-author,
.testimonial-author img {
  border-radius: 50%;
}

.testimonial-text {
  position: relative;
  float: left;
  width: 369px;
  padding: 22px 27px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  line-height: 1.5;
}
.testimonial-text .author {
  color: #059ddd;
}
.testimonial-text p {
  padding-bottom: 4px;
}
.testimonial-text .icon-baloon-arrow {
  position: absolute;
  top: 56px;
  right: -20px;
}
.testimonial-author {
  float: right;
  margin: -9px 15px 0 0;
  padding: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.col {
  float: left;
}
.col-size1 {
  width: 288px;
}
.col-size2 {
  width: 590px;
}

.directions {
  padding-top: 26px;
  font-size: 14px;
  line-height: 1.7;
}
.list-directions {
  padding: 7px 0 0 7px;
  list-style: none outside none;
}
.list-directions li,
.list-directions p {
  overflow: hidden;
}

.list-directions li + li {
  padding-top: 3px;
}
.list-directions p {
  padding-bottom: 0;
  line-height: 2;
}
.list-directions i {
  float: left;
  margin: 4px 10px 0 0;
}

/* ==========================================================================
	#Footer
========================================================================== */
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: #3e4142;
  color: #7a7a7a;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "GothamBold";
  letter-spacing: 0.5px;
}
.footer .shell {
  height: 71px;
  position: relative;
}
.logo-footer {
  width: 30px;
  padding: 10px 7px 0 0;
}
.logo-footer a {
  height: 49px;
  background: url(images/sprite.png) no-repeat 0px -60px;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  font-size: 0;
  line-height: 0;
}

.footer p {
  padding: 27px 0 0;
}

.callout {
  position: absolute;
  top: -17px;
  right: 0;
}
.callout a {
  color: #059ddd;
  font-size: 11px;
  text-transform: uppercase;
}

.callout a:hover {
  color: #30bdf8;
}
.callout span {
  padding-right: 7px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 20px;
}
.callout a:hover {
  text-decoration: none;
}

.callout img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.callout a:hover img {
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* ==========================================================================
	#Icons
========================================================================== */
[class^="icon-"] {
  display: inline-block;
  vertical-align: middle;
  background-image: url(images/sprite.png);
  background-repeat: no-repeat;
}

.icon-arrow-right {
  width: 4px;
  height: 8px;
  background-position: -107px -60px;
}
.icon-bus {
  width: 19px;
  height: 20px;
  background-position: -35px -60px;
}
.icon-car {
  width: 19px;
  height: 19px;
  background-position: -59px -60px;
}
.icon-train {
  width: 19px;
  height: 19px;
  background-position: -83px -60px;
}
.icon-baloon-arrow {
  background: url(images/baloon-arrow.png) no-repeat 0 0;
  width: 20px;
  height: 32px;
}

.btn-menu {
  display: none;
}

/* ==========================================================================
	#Keyframes
========================================================================== */

@keyframes arrow {
  0% {
    margin-left: 11px;
  }
  50% {
    margin-left: 16px;
  }
  100% {
    margin-left: 11px;
  }
}

@-webkit-keyframes arrow {
  0% {
    margin-left: 11px;
  }
  50% {
    margin-left: 16px;
  }
  100% {
    margin-left: 11px;
  }
}

/* ==========================================================================
	#Media queries
========================================================================== */
/* max-width: 999px */
@media (max-width: 999px) {
  /* ==========================================================================
		#General
	========================================================================== */
  body {
    font-size: 14px;
    -webkit-text-size-adjust: none;
  }
  h2 {
    font-size: 60px;
  }

  .shell {
    width: auto;
  }

  .intro {
    /* padding-bottom: 71px; */
  }
  .intro-text {
    margin-left: -50px;
  }

  .whats-new-page {
    flex-direction: column;
    padding-bottom: 160px !important;
  }

  .product-image {
    text-align: center;
    margin-bottom: 40px;
  }

  /* ==========================================================================
		#Header
	========================================================================== */
  .address {
    padding-left: 10px;
  }
  .phone {
    padding-right: 10px;
  }
  .phone a {
    color: #fff;
  }

  .nav ul {
    padding-top: 11px;
  }

  /* ==========================================================================
		#Main
	========================================================================== */
  .main .shell {
    padding: 0 10px;
    width: auto;
  }

  .sidebar {
    width: 275px;
  }
  .content {
    float: none;
    overflow: hidden;
    width: auto;
    margin: 0;
  }

  .widget {
    padding-left: 0px;
  }
  .widget-nav-primary {
    padding: 63px 0 0 15px;
  }

  .testimonial-text {
    width: 270px;
    padding: 10px;
    font-size: 15px;
  }

  .ad img {
    width: 100%;
  }

  .col-size1 {
    width: 224px;
  }
  .col-size2 {
    width: 510px;
  }

  /* ==========================================================================
		#Footer
	========================================================================== */
  .logo-footer {
    padding-left: 10px;
  }
  .callout {
    padding-right: 10px;
  }
  .footer .alignright {
    padding-right: 10px;
  }
}

/* max-width: 767px */
@media (max-width: 767px) {
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 38px;
    padding-bottom: 5px;
  }
  .brand__logos img{
    width: 100%;
  }

  /* ==========================================================================
		#Header
	========================================================================== */
  .header {
    overflow: hidden;
  }
  .header .shell {
    padding: 0;
    height: 77px;
  }
  .phone,
  .address {
    display: none;
  }

  .logo {
    width: 320px;
    top: 20px;
    margin-left: -160px;
  }
  .logo a {
    height: 48px;
    background-position: 0 -137px;
  }

  /* ==========================================================================
		#Nav
	========================================================================== */
  .nav {
    position: relative;
  }
  .nav .shell {
    padding-top: 15px;
  }
  .nav ul {
    position: absolute;
    top: 35px;
    left: -100%;
    background: #fff;
    width: 100%;
    text-align: left;
    padding: 10px 0;
  }
  .nav .nav-expanded {
    left: 0;
  }
  .nav li {
    display: block;
    padding-left: 5px;
  }
  .nav li + li {
    padding-top: 10px;
  }

  .nav-trigger {
    display: block;
    width: 25px;
    height: 14px;
    margin-left: 10px;
    position: relative;
  }

  .trigger-line,
  .icon-d-trigger,
  .nav ul {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .trigger-line {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background: #059ddd;
  }
  .tl-top {
    top: 0;
  }
  .tl-middle {
    top: 6px;
  }
  .tl-bottom {
    bottom: 0;
  }

  .nav-trigger.open .tl-top {
    -webkit-transform: rotate(45deg) translate(2.5px, 6px);
    -ms-transform: rotate(45deg) translate(2.5px, 6px);
    -o-transform: rotate(45deg) translate(2.5px, 6px);
    transform: rotate(45deg) translate(2.5px, 6px);
  }
  .nav-trigger.open .tl-middle {
    opacity: 0;
  }
  .nav-trigger.open .tl-bottom {
    -webkit-transform: rotate(-45deg) translate(2.5px, -6px);
    -ms-transform: rotate(-45deg) translate(2.5px, -6px);
    -o-transform: rotate(-45deg) translate(2.5px, -6px);
    transform: rotate(-45deg) translate(2.5px, -6px);
  }

  /* ==========================================================================
    	#Intro
    ========================================================================== */
  .intro {
    /* padding-bottom: 103px; */
  }
  .intro-image {
    min-height: 380px;
    background-position: 30% center !important;
  }
  .intro-text {
    top: 190px;
    width: 290px;
    margin-left: -150px;
    padding: 5px;
    opacity: 0.8;
    font-size: 12px;
  }

  .map,
  .intro-interior {
    height: 190px;
  }
  .intro-interior-centered {
    background-position: 40% center !important;
  }

  /* ==========================================================================
    	#Main
    ========================================================================== */
  .main .shell {
    padding: 0 5px;
  }
  .main h2 {
    padding: 30px 0 20px;
  }

  .sidebar,
  .content {
    width: 100%;
    float: none;
  }

  .widget-photo {
    padding-top: 20px;
  }
  .widget-nav {
    width: 250px;
  }

  .testimonials {
    text-align: center;
    padding: 20px 0;
  }
  .testimonial-text {
    display: block;
    margin: 0 auto;
    text-align: left;
  }
  .testimonial-text .icon-baloon-arrow {
    top: auto;
    bottom: -26px;
    left: 50%;
    margin-left: -40px;
  }
  .testimonial-text .icon-baloon-arrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .testimonial-author {
    display: inline-block;
    margin-top: 35px;
  }

  .testimonial-text,
  .testimonial-author {
    float: none;
  }

  .col {
    width: 100%;
  }

  .widget-nav-primary {
    padding-top: 20px;
  }

  /* ==========================================================================
		#Footer
	========================================================================== */
  .footer .shell {
    height: auto;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
  }
  .footer .alignleft,
  .footer .alignright {
    float: none;
  }

  .logo-footer {
    display: inline-block;
  }
  .footer p {
    padding: 20px 0 10px;
  }
  .footer p + p {
    padding-top: 0;
  }
  .callout {
    display: none;
  }
}

/* ======================================================================
	#content-page
   =====================================================================*/

#content-page {
  width: auto;
  margin: auto;
  max-width: 1020px;
  padding: 96px 32px 150px 96px;
  text-align: center;
}

.content-title {
  font-weight: 900;
  font-style: normal;
  font-size: 29px;
  letter-spacing: 5px;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 1em;
  font-family: "GothamBold";
}

#content-page h3 {
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 2em;
  font-family: "GothamBold";
}

.light-text-font {
  word-wrap: break-word;
  text-align: left;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1.55em;
  color: rgba(26, 26, 26, 0.57);
}

.divider {
  margin: 2em 0;
  border: 0.02em solid #ccc;
}

.whats-new {
  text-align: center;
}

.image-card {
  width: 41%;
  display: inline-block;
  padding: 20px;
}

.image-wrapper {
  padding-bottom: 30px;
}

.image-card img {
  cursor: pointer;
  width: 100%;
  border: none;
}

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

.card-footer {
  line-height: 1.8em;
}

.whats-new-page {
  display: flex;
  padding: 50px;
  padding-bottom: 100px;
  max-width: 1020px;
  margin: 0 auto;
}

.product-image {
  padding-right: 30px;
}

.details {
  text-align: left;
}

.product-price {
  margin: 1em 0;
  font-size: 16px;
  line-height: 1.5em;
}

.product-quantity-input input {
  padding: 5px 10px;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.add-to-cart-button-wrapper {
  margin: 1em 0;
  max-width: fit-content;
}

.add-to-cart-button {
  padding: 1.5em 4em;
  background-color: transparent;
  color: #403d99;
  border-width: 2px;
  border-style: solid;
}

.add-to-cart-button:hover {
  cursor: pointer;
  background-color: #403d99;
  color: #fff;
  -webkit-transition: 0.1s background-color linear, 0.1s color linear;
  -moz-transition: 0.1s background-color linear, 0.1s color linear;
  -o-transition: 0.1s background-color linear, 0.1s color linear;
  transition: 0.1s background-color linear, 0.1s color linear;
}

.add-to-cart-button-label {
  font-size: 0.85em;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.brand__logos{
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand__links-label h2{
  font-size: 2rem;
  margin-top: 1rem;
  font-weight: 700;
  word-spacing: 4px;
  text-decoration: underline;
}
.brand_links{
  display: flex;
  margin-top: 1rem;
  justify-content: center;
  align-items: center
}
.brand_links ul {
  list-style-type: square;
}
.brand_links ul li a {
  display: flex;
}

