/*==========================================================================*/
/*                                  HEADER                                  */
/*==========================================================================*/

body {
	font-family:assistant;
}

header {
  height: 70px;
}
header .header {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #02075f;
  padding: 10px 0;
}
header .header .logo {
  height: 30px;
  margin-left: 80px;
  cursor: pointer;
}
header .header .logo img {
  height: 100%;
}
header .header .main-menu #menu-main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  margin-right: 40px;
}
header .header .main-menu #menu-main-menu li {
  margin-right: 35px;
  height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4px;
  padding-left: 35px;
}
header .header .main-menu #menu-main-menu li a {
  color: #fff;
  font-size: 24px;
}
header .header .main-menu #menu-main-menu li a:hover {
  color: #00b2ff;
}
header .header .main-menu #menu-main-menu li:last-of-type {
  border-left: 0;
}
.loader {
  font-size: 70px;
  text-align: center;
  height: 70px;
  width: 70px;
  margin: 0 auto;
  margin-top: 15px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.site_container {
  display: none;
}
@media screen and (max-width: 860px) {
  header .header .logo img {
    display: none;
  }
  header .header .main-menu #menu-main-menu {
    width: 100%;
    margin-right: 0;
  }
  header .header .logo {
    margin-left: 0;
  }
  header .header .main-menu #menu-main-menu li {
    padding-top: 0px;
    padding-left: 18px;
    height: 18px;
  }
  header .header .main-menu #menu-main-menu li a {
    font-size: 12px;
  }
}
/*==========================================================================*/
/*                                  SLIDER                                  */
/*==========================================================================*/
#home {
  overflow: hidden;
  direction: ltr;
  position: relative;
}
#home #slider_container {
  /* max-height: ~ "calc(100vh - 70px)";*/
}
#home #slider_container .slides {
  width: 200%;
  height: 100%;
}
#home #slider_container .slides .slide {
  width: 50%;
  max-height: 100%;
  float: left;
}
#home #slider_container .slides .slide img {
  width: 100%;
  height: 100%;
}
#home .slider-controls {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: -30px;
}
#home .slider-controls .control-dot {
  background: #999;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 5px;
}
#home .slider-controls .control-dot:first-of-type {
  background: #00b2ff;
}
#home .order_button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ea0001;
  padding: 8px 15px 10px 15px;
  color: #fff;
  font-size: 44px;
  border-radius: 6px;
  border: 1px solid #756b74;
  box-shadow: -8px -3px 15px #0a0a0a, #8e0000 0 0 20px inset;
  position: absolute;
  bottom: 6%;
  left: 5%;
  cursor: pointer;
}
#home .order_button i {
  margin-right: 10px;
}
#home .order_button .content {
  margin-top: -4px;
}
#home .order_button:hover {
  background: #ff0000;
}
@media screen and (max-width: 800px) {
  #home .order_button {
    display: none;
  }
}
/*==========================================================================*/
/*                               Middle screen                              */
/*==========================================================================*/
#middle_screen {
  background: #d2d2d2;
  padding-top: 30px;
}
#middle_screen .seat_saver_logo {
  width: 100px;
  margin-bottom: 1px;
}
#middle_screen .title {
  font-size: 40px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  color: darkblue;
}
#middle_screen .title img {
  width: 220px;
}
/*==========================================================================*/
/*                               HOW IT WORKS                               */
/*==========================================================================*/
#how_it_works {
  background-image: url("../images/how_it_works_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 40px 80px;
}
#how_it_works .title {
  font-size: 56px;
  color: #fede00;
  line-height: 47px;
  text-align: center;
}
#how_it_works .top_line {
  color: #fff;
  font-size: 34px;
  line-height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
#how_it_works .top_line .text_content {
  max-width: 50%;
}
#how_it_works .top_line .text_content img {
  height: 20px;
}
#how_it_works .top_line .text_content ol {
  padding-right: 22px;
  list-style-type: decimal;
  margin-top: 15px;
}
#how_it_works .top_line .video {
  position: relative;
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
}
#how_it_works .top_line .video video {
  height: 100%;
  width: 100%;
}
#how_it_works .bottom_line {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#how_it_works .bottom_line .step {
  width: 23%;
  position: relative;
  border: 3px solid #fff;
}
#how_it_works .bottom_line .step .num {
  position: absolute;
  left: 0;
  background: rgba(0, 0, 255, 0.55);
  height: 45px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 35px;
  color: #fffa11;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 7px;
}
#how_it_works .bottom_line .step .step_image {
  height: 100%;
}
#how_it_works .bottom_line .step .step_image img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  #how_it_works {
    padding: 20px 10px;
  }
  #how_it_works .top_line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 30px;
  }
  #how_it_works .top_line .text_content {
    max-width: 100%;
  }
  #how_it_works .top_line .video {
    width: 100%;
  }
  #how_it_works .bottom_line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #how_it_works .bottom_line .step {
    margin-top: 10px;
    width: 100%;
  }
}
/*==========================================================================*/
/*                                    Q&A                                   */
/*==========================================================================*/
#q_and_a {
  padding: 45px 0 0 0;
  position: relative;
  padding-bottom: 180px;
}
#q_and_a .limiter {
  max-width: 1340px;
}
#q_and_a .title {
  color: #0037c7;
  font-size: 56px;
  text-align: center;
}
#q_and_a .q_and_a_blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
}
#q_and_a .q_and_a_blocks .block {
  width: 32%;
  margin-bottom: 60px;
  margin-right: 1%;
}
#q_and_a .q_and_a_blocks .block .question {
  font-size: 26px;
  color: #52c1ef;
  display: inline-block;
}
#q_and_a .q_and_a_blocks .block .answer {
  font-size: 26px;
  color: #000;
  margin-top: 10px;
  line-height: 27px;
}
#q_and_a .q_and_a_image {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
#q_and_a .q_and_a_image img {
  width: 100%;
}
@media screen and (max-width: 1300px) {
  #q_and_a .q_and_a_blocks .block .question {
    font-size: 24px;
  }
  #q_and_a .q_and_a_blocks .block .answer {
    font-size: 24px;
  }
  #q_and_a .q_and_a_blocks {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #q_and_a .limiter {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  #q_and_a .q_and_a_blocks .block .question {
    font-size: 21px;
  }
  #q_and_a .q_and_a_blocks .block .answer {
    font-size: 21px;
  }
}
@media screen and (max-width: 1020px) {
  #q_and_a .q_and_a_blocks .block {
    width: 100%;
    text-align: center;
  }
  #q_and_a .q_and_a_image {
    display: none;
  }
  #q_and_a {
    padding-bottom: 0;
  }
}
/*==========================================================================*/
/*                                   Pirsum                                 */
/*==========================================================================*/
#pisrum .pirsum-flex-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ea0001;
  padding: 8px 15px 10px 15px;
  color: #fff;
  font-size: 44px;
  border-radius: 6px;
  border: 1px solid #756b74;
  box-shadow: -8px -3px 15px #0a0a0a, #8e0000 0 0 20px inset;
  cursor: pointer;
}
#pisrum .pirsum-flex-button:hover {
  background: #ff0000;
}
#pisrum .pirsum-flex-img {
  margin-left: 80px;
  border: 1px solid #fff;
  width: 300px;
  max-width: 100%;
  overflow: hidden;
}
#pisrum .pirsum-flex-img .img-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#pisrum .pirsum-flex-img .img-container img {
  height: 100%;
  width: 300px;
}
/*==========================================================================*/
/*                                   Shop                                   */
/*==========================================================================*/
#shop {
  padding: 40px 80px;
  background: #f1f1f1;
}
#shop .title {
  font-size: 56px;
  color: #0037c7;
  text-align: center;
}
#shop .prices {
  color: #3ebcef;
  font-size: 28px;
  margin-top: 15px;
}
#shop .shop_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-bottom: 20px;
}
#shop .shop_container .items_container {
  width: 73%;
  border-top: 2px solid #3ebcef;
}
#shop .shop_container .items_container .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -10px;
  margin-left: 10px;
}
#shop .shop_container .items_container .items .item {
  width: 24%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
#shop .shop_container .items_container .items .item .item_image {
  width: 100%;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#shop .shop_container .items_container .items .item .item_image img {
  height: 100%;
  width: 100%;
}
#shop .shop_container .items_container .items .item .basic_info {
  margin-top: 3px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#shop .shop_container .items_container .items .item .basic_info .availability {
  background: #ff0000;
  border-radius: 100%;
  height: 7px;
  width: 7px;
  margin-left: 3px;
  margin-top: 4px;
}
#shop .shop_container .items_container .items .item .basic_info .availability.available {
  background: #00fe00;
}
#shop .shop_container .items_container .items .item .basic_info .name {
  padding-top: 3px;
  font-weight: bold;
  text-align: center;
}
#shop .shop_container .items_container .items .item .number_of_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #40bcf0;
  height: 24px;
  width: 100px;
  margin-top: 3px;
  border-radius: 8px;
}
#shop .shop_container .items_container .items .item .number_of_items .add,
#shop .shop_container .items_container .items .item .number_of_items .subtract {
  background: #fff;
  height: 18px;
  width: 25px;
  color: #40bcf0;
  cursor: pointer;
  margin: 0 5px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2px;
  font-size: 25px;
  border-radius: 6px;
}
#shop .shop_container .items_container .items .item .number_of_items .total {
  font-size: 20px;
  color: #fff;
  padding-bottom: 1px;
}
#shop .shop_container .items_container .items .item .item_price {
  margin-top: 4px;
}
#shop .shop_container .order_summary {
  background: #40ABF0;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
#shop .shop_container .order_summary .summary_title {
  font-size: 40px;
  margin-top: 20px;
}
#shop .shop_container .order_summary .numeric_summary {
  font-size: 23px;
  width: 100%;
  padding: 15px;
}
#shop .shop_container .order_summary .numeric_summary .seat_summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#shop .shop_container .order_summary .numeric_summary .seat_summary .number_of_orders {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 185px;
}
#shop .shop_container .order_summary .numeric_summary .seat_summary .number_of_orders div {
  margin-right: 5px;
}
#shop .shop_container .order_summary .numeric_summary .seat_summary .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
}
#shop .shop_container .order_summary .numeric_summary .seat_summary .price div {
  margin: 0 5px;
}
#shop .shop_container .order_summary .total_price {
  font-size: 23px;
  width: 100%;
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#shop .shop_container .order_summary .total_price div {
  display: inline-block;
}
#shop .shop_container .order_summary .total_price #total_items_price,
#shop .shop_container .order_summary .total_price #total_price {
  margin-left: 5px;
}
#shop .shop_container .order_summary .discount {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  padding: 35px 15px;
  font-size: 23px;
}
#shop .shop_container .order_summary .discount .discount_input {
  margin-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#shop .shop_container .order_summary .discount .discount_input input {
  border: 0;
  border-radius: 10px;
  width: 175px;
  padding: 8px;
}
#shop .shop_container .order_summary .discount .discount_input input:focus {
  outline: 0;
}
#shop .shop_container .order_summary .discount .discount_input .check_cupon {
  background: #c7c7c7;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  border-radius: 10px;
  margin-right: 8px;
}
#shop .shop_container .order_summary .discount .discount_input #discount_validation {
  margin-right: 5px;
  display: none;
  position: absolute;
  left: -20px;
}
#shop .shop_container .order_summary .discount .discount_input #discount_validation .good {
  color: green;
}
#shop .shop_container .order_summary .discount .discount_input #discount_validation .bad {
  color: red;
}
#shop .shop_container .order_summary .discount .discount_input #discount_validation .discount_loader_container {
  margin-left: -6px;
}
#shop .shop_container .order_summary .discount .discount_input #discount_validation .discount_loader_container .discount_loader {
  text-align: center;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 20px;
  font-size: 20px;
}
#shop .shop_container .order_summary .discount .shipping {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items:center;
}


.notinstock {
	opacity:0.3;
	pointer-events: none;
}

.shipping input[type="radio"] {
	margin: 0;
    margin-left: 5px;
	
}

#shop .shop_container .order_summary .discount .shipping #shipping_price {
  margin: 0 5px;
}
#shop .shop_container .order_summary .discount .discount_container {
  margin-top: 3px;
  display: none;
}
#shop .shop_container .order_summary .discount .discount_container #discount_value {
  margin: 0 0 0 5px;
}
#shop .shop_container .order_summary .seperator {
  height: 4px;
  width: 85%;
  background: #fff;
  margin-top: 5px;
}
#shop .shop_container .order_summary .total_price {
  margin-top: 15px;
}
#shop .shop_container .order_summary .payment {
  margin-top: 20px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  padding-right: 15px;
  
}
#shop .shop_container .order_summary .payment button {
  color: #40bcf0;
  font-size: 30px;
  padding: 8px 13px;
  border: 0;
  background: #fff;
  cursor: pointer;
  border-radius: 25px;
  width:250px;
  height:35px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
   align-items: center;
transition: 0.3s;
}

#shop .shop_container .order_summary .payment button:hover {
   background: #e4e4e4;

}

.successpaypal .close {
	font-size:20px;
	font-weight:bold;
	cursor:pointer;
}

.successpaypal img {
	width:100%;
}
.successpaypal .seat_saver_logo {

	width: 100%;
    margin-top: 12px;
    padding: 10px;
    height: 100px;
    background: #40BCF0;

}
	
.successpaypal {
	visibility:hidden;
	opacity:0;
	background: #fff;
    width: 500px;
    text-align: center;
    height: fit-content;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.5);
    transition: all 0.3s;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    padding: 10px;
    margin-top: 30px;
}

.successpaypal .close {
	float:right;
}

.openpaypal {
	visibility:visible;
	opacity:1;
}

#shop .shop_container .order_summary .payment button:focus {
  outline: 0;
}
#shop .shop_container .order_summary .payment .payment_cards {
  margin-top: 15px;
  margin-right: 3px;
}
#shop .shop_container .order_summary .payment .payment_cards img {
  height: 29px;
}
#shop .shop_container .order_summary .payment .payment_cards .shipping_msg {
  padding-right: 5px;
}
#shop .shop_container .order_summary .payment input[type=image] {
  width: 175px;
  margin-top: 10px;
}
#shop .shop_container .order_summary .sms-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  max-widht: 100%;
}
#shop .shop_container .order_summary .sms-img img {
  max-width: 100%;
}
#tranzilla_pop_up {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  overflow-y: hidden;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 20px;
  height: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.55);
}
#tranzilla_pop_up .first_tranzilla_step {
  background: #3383d8;
  box-shadow: 0px 0px 20px #000000;
  padding: 20px;
  width: 415px;
  border: 2px solid white;
}
#tranzilla_pop_up .first_tranzilla_step .close_tranzilla {
  top: -webkit-calc(50% - 245px);
  top: calc(50% - 245px);
  right: -webkit-calc(50% - 180px);
  right: calc(50% - 180px);
}
#tranzilla_pop_up .first_tranzilla_step h2 {
  text-align: center;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 10px;
}
#tranzilla_pop_up .first_tranzilla_step .row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7px;
}
#tranzilla_pop_up .first_tranzilla_step .row label {
  width: 30%;
}
#tranzilla_pop_up .first_tranzilla_step .row input {
  padding: 5px;
  width: 70%;
  border-radius: 10px;
  border: none;
  font-family: Assistant;
  font-size: 16px;
}
#tranzilla_pop_up .first_tranzilla_step .row .select_address_type {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#tranzilla_pop_up .first_tranzilla_step .row .select_address_type input {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}
#tranzilla_pop_up .first_tranzilla_step .row .select_address_type #company {
  margin-right: 15%;
}
#tranzilla_pop_up .first_tranzilla_step .row .col {
  width: 48.5%;
}
#tranzilla_pop_up .first_tranzilla_step .row .col input {
  margin-bottom: 10px;
  padding: 8px;
  font-family: inherit;
  color: #555555;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #d6d6d6;
  outline: 0;
  width: 200px;
}
#tranzilla_pop_up .first_tranzilla_step .row .col input:focus {
  color: #555555;
  border-color: #71b1e3;
  box-shadow: inset 0 1px 1px #eaeaea, 0 0 3px #2786f3;
  -webkit-transition: border-color 0.17s linear, box-shadow 0.17s linear;
  transition: border-color 0.17s linear, box-shadow 0.17s linear;
}
#tranzilla_pop_up .first_tranzilla_step .row input[type="submit"] {
  width: 80%;
  font-size: 25px;
  color: #3383d8;
  background: #fff;
  border: 0;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 36px;
  height: 40px;
padding: 0px !important;
transition: 0.3s;
}

#tranzilla_pop_up .first_tranzilla_step .row input[type="submit"]:hover {
	background: #e4e4e4;
} 
#tranzilla_pop_up .first_tranzilla_step #company_name_row {
  display: none;
}
#tranzilla_pop_up .final_tranzila_section {
  display: none;
}
#tranzilla_pop_up .final_tranzila_section iframe {
  box-shadow: 0px 0px 20px #000000;
  background: #fff;
  height: 400px;
}
#tranzilla_pop_up .final_tranzila_section .close_tranzilla {
  top: -webkit-calc(50% - 185px);
  top: calc(50% - 185px);
  right: -webkit-calc(50% - 203px);
  right: calc(50% - 203px);
}
#tranzilla_pop_up .close_tranzilla {
  position: absolute;
  cursor: pointer;
}
@media screen and (max-width: 860px) {
  #shop {
    padding: 20px 10px;
  }
  #shop .title {
    font-size: 26px;
  }
  #shop .shop_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #shop .shop_container .items_container {
    width: 100%;
  }
  #shop .shop_container .items_container .items .item {
    width: 100%;
  }
  #tranzilla_pop_up .first_tranzilla_step .row {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #tranzilla_pop_up .first_tranzilla_step .row .col {
    width: 100%;
  }
  #tranzilla_pop_up .first_tranzilla_step .row .col input {
    width: 100%;
  }
  #tranzilla_pop_up {
    overflow-y: scroll;
  }
  #tranzilla_pop_up .first_tranzilla_step {
    max-width: 90%;
  }
  #tranzilla_pop_up .first_tranzilla_step .close_tranzilla,
  #tranzilla_pop_up .final_tranzila_section .close_tranzilla {
    right: initial;
    top: initial;
  }
  #tranzilla_pop_up .final_tranzila_section {
    max-width: 90%;
  }
  #tranzilla_pop_up .final_tranzila_section iframe {
    max-width: 100%;
  }
}
/*==========================================================================*/
/*                               HOW IT WORKS                               */
/*==========================================================================*/
#navarro {
  background-image: url("../images/navarro-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#navarro .left-img,
#navarro .right-img {
  width: 25%;
  max-height: 535px;
  max-width: 420px;
}
#navarro .left-img img,
#navarro .right-img img {
  width: 100%;
  height: 100%;
}
#navarro .navarro-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: assistant;
  font-weight: bold;
}
#navarro .navarro-container .navarro_logo {
  width: 560px;
  max-width: 95%;
}
#navarro .navarro-container .navarro_logo img {
  width: 100%;
}
#navarro .navarro-container .title_and_points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#navarro .navarro-container .title_and_points .title {
  font-size: 68px;
  color: #fff;
}
#navarro .navarro-container .title_and_points .points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-top: -20px;
}
#navarro .navarro-container .title_and_points .points .point {
  color: #acff00;
  font-size: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  min-width: 230px;
}
#navarro .navarro-container .title_and_points .points .point .circle {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background: #acff00;
  margin-top: 17px;
  margin-left: 15px;
}
#navarro .navarro-container .site_name {
  color: #fff;
  margin: 40px 0;
  font-size: 38px;
  font-family: nulshock;
}
#navarro .navarro-container .to_site_btn {
  margin-bottom: 20px;
  height: 50px;
}
#navarro .navarro-container .to_site_btn a {
  color: #000;
  font-size: 30px;
  background: #acff00;
  padding: 10px 50px;
  cursor: pointer;
}
#navarro .navarro-container .to_site_btn a:hover {
  background: #9efd21;
}
@media screen and (max-width: 860px) {
  #navarro {
    display: none;
  }
}
footer {
  background: #011460;
  color: #fff;
  padding: 10px 0;
  font-size: 20px;
}
footer .site_info {
  margin-bottom: 5px;
}
footer .site_info span {
  margin-left: 15px;
  cursor: pointer;
}
footer .site_info span:hover {
  color: #00b2ff;
}
footer a {
  color: #fff;
  margin-top: 5px;
  float: left;
}
footer a:hover {
  color: lightgrey;
}
footer .credits {
  text-align: center;
}
footer .dev-int-credit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 20px;
}
#footer_pop_up {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  overflow-y: hidden;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 20px;
  height: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.55);
}
#footer_pop_up .pop_up_container {
  background: #fff;
  width: 600px;
  max-width: 90%;
  padding: 25px;
  position: relative;
}
#footer_pop_up .pop_up_container div {
  display: none;
}
#footer_pop_up .pop_up_container .close_pop_up {
  display: block !important;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
/*==========================================================================*/
/*                             Tranzilla pages                              */
/*==========================================================================*/
.tranzilla_msg_container {
  color: darkblue;
  direction: rtl;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: assistant;
}
.tranzilla_msg_container .title {
  font-size: 24px;
  text-align: center;
  margin-top: 22px;
}
.tranzilla_msg_container .content {
  font-size: 20px;
  padding: 0 10px;
}
.tranzilla_msg_container .seat_saver_logo {
  background: blue;
  text-align: center;
}
.tranzilla_msg_container .seat_saver_logo img {
  width: 90%;
}

/*# sourceMappingURL=style.css.map */
