@charset "utf-8";
/*-- ------------------ Buttons -------------------------- --*/
.shop-but a {
width: 150px;
height: 39px;
background-image: url("/images/button_up.png");
}

.shop-but a:link {
background-image: url("/images/button_up.png");
}

.shop-but a:focus {
background-image: url("/images/button_down.png");
}

.shop-but a:hover {
background-image: url("/images/button_down.png");
}

.shop-but a:visited {
background-image: url("/images/button_up.png");
}

.shop-but a:active {
background-image: url("/images/button_up.png");
}



/* ------------------- LINKS ------------------------*/
.bus-card-phone {
font-family: Tahoma;
font-size: 15px;
text-decoration: none;
}
.low_links a{
font-family: Tahoma;
font-size: 15px;
text-decoration: none;
color: white;
}

.low_links a:link {
color: white;
text-decoration: none;
font-weight: bold;
}

.low_links a:focus {
color: #4fc9c9;
font-decoration: none;
font-weight: bold;
}

.low_links a:hover {
color: #4fc9c9;
text-decoration: none;
font-weight: bold;
}

.low_links a:visited {
color: white;
text-decoration: none;
font-weight: bold;
}

.low_links a:active {
color: white;
text-decoration: none;
font-weight: bold;
}


/* ------------------- FONTS ------------------------*/
.red_bd_18 {
font-size: 18px;
	font-family: Arial;
	color: #ad2020;
}
.red_bd_22 {
font-size: 22px;
	font-family: Arial;
	color: #ad2020;
}
.blu-18 {
font-size: 28px;
	font-family: Arial;
	color: #003594;
}
.blu-21 {
font-size: 21px;
	font-family: Arial;
	color: #003594;
}
.blu_14 {
font-size: 14px;
	font-family: Arial;
	color: #003594;
}
.blu_bd_18 {
font-size: 28px;
	font-family: Arial;
	color: #003594;
}
.wht_bd_18 {
font-size: 28px;
	font-family: Arial;
	color: #fff;
}
.red_bd_lg {
	font-family: Arial;
	color: #ad2020;
}
.txt_norm {
font-family: Tahoma;
font-size: 16px;
  color: black;
  text-decoration: none;
}
.foot_txt_head {
font-family: Tahoma;
font-weight: bold;
font-size: 16px;
  color: #56bacc;
  text-decoration: none;
}
.top_phone {
font-family: Arial;
/* color: #003594;*/
font-weight: bold;
/* size in media */
text-decoration: none;
}
.top_phone_div {
text-align: center;
position:absolute;
top:0; right:0;
/*margin: 60px 15px 0 0;*/
}



/* ------------------------ SUB PAGES ------------------- */

.main_full_holder {
z-index: 5;
font-family: Tahoma;
width: 90%;
max-width:1280px;
border: solid 1px #000;
border-radius: 8px;
margin: 8px auto 200px auto;
padding: 20px;
overflow: hidden;
text-align: center;
background-image: url("../images/trans90.png");
background-repeat: repeat;
}
.main_white {
width:100%;
margin:0 auto 0 auto;
text-align:center;
padding:10px;
background-color: lightgray;
}
.main_white_inner {
width:100%;
max-width: 1200px;
margin:0 auto 0 auto;
text-align:center;
padding:10px;
background-color: white;
}
.main_full_bl {
font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
color: #fff;
font-size: 20px;
background-color: #003594;
padding: 3px 0 3px 0;
border: solid 1px #003594;
border-radius: 8px 8px 0 0;
}

.logo_strip {
width:100%;
overflow:hidden;
text-align: center;
margin: 10px auto 5px auto;
}
/* -------------------------------MEMBER-------------------------------- */

.mem_holder {
width: 100%;
overflow: hidden;
margin: 0 auto 0 auto;
background-color: lightgray;
}
.mem_holder_inner {
width: 100%;
max-width: 1200px;
overflow: hidden;
margin: 0 auto 0 auto;
background-color: white;
}
.mid_L {
display: inline-block;
overflow: hidden;
width:60%;
margin: 0 auto 0 auto;
background-color: white;
vertical-align: top;
}
.mid_R {
display: inline-block;
overflow: hidden;
width: 30%;
margin: 0 auto 0 auto;
background-color: white;
vertical-align: top;
}

/* MEM TABLE */
.mem-table {
    border-collapse: collapse; /* Merges cell borders into a single border */
    /*margin-left: 10px;*/
    font-size: 0.9em;
    /*width: 100%;*/
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);*/
    margin-left: auto; /* Pushes the table to the right */
    margin-right: 0;
}
.mem-table thead tr {
    /*background-color: #009879;
    color: #ffffff;
    text-align: left;*/
}
.mem-table th,
.mem-table td {
    /*padding: 12px 15px;*/
    padding: 3px;
    border: 1px solid #dddddd;
}
.mem-table tbody tr:nth-of-type(even) {
    /*background-color: #f3f3f3;*/
}
.mem-table tbody tr:hover {
    /*background-color: #f1f1f1;
    cursor: pointer;*/
}
.mem-table .active-row {
    /*font-weight: bold;
    color: #009879;*/
}
/* ------------------------------ PROD ------------------------- */
.cart_fin_holder {
border: solid 1px black;
border-radius: 5px;
padding: 15px;
text-align: left;
display: inline-block;
}
.prod_container {
width: 100%;
margin: 0 auto 0 auto;
overflow: hidden;
text-align: center;
/*height: 500px;*/
}
.prod {
display:inline-block;
width: 300px;
/*height: 500px;*/
margin: 5px;
border: solid 1px white;
border-radius: 6px;
background-image: url('../images/trans80.png');
align-items: center;
}
.pr_hdr {
font-family: Tahoma;
font-size:28px;
font-weight: bold;
color: #003366;
}

.pr_txt {
text-align:center;
font-family: Tahoma;
font-size:14px;
color: #003366;
}
.button {
width: 150px;
height: 39px;
text-align:center;
background-image: url('../images/button_up.png');
 display: inline-block;
margin: 5px auto 5px auto;
	
}
.button:hover {
  background-image: url('../images/button_down.png');
}

/* -----------------  SLIDER ----------------------- */
.top_shad {
width: 100%;
height: 12px;
background-image: url('../images/top_shad.png');
background-repeat: horizontal;
}
* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 10000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/* ---------------------------------- FORMS ------------------------------------------------ */
.cont_800 {
width:100%;
max-width: 1000px;
margin: 20px auto 20px auto;
padding:20px;
border: solid 1px black;
border-radius: 10px;
background-image: url('../images/trans80.png');
}
.cartwhite {
width:100%;
max-width: 1000px;
margin: 20px auto 200px auto;
padding:20px;
border: solid 1px black;
border-radius: 10px;
background-color: #fff;
}

input[type=text], input[type=url], input[type=email], input[type=password], input[type=submit], input[type=hidden], input[type=textarea] {
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 8px 0 0 0;
  width: 90%;
  line-height: 15px;
		font-size: 16px;
  border: 1px solid #bbb;
		border-radius: 5px;
		padding: 8px;
}
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 90%;
	line-height: 20px; font-size: 15px;
	padding:3px;
}
label {
	padding: 5px;
}
input[type=tel] {
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 0;
  width: 4em; height: 40px;
  line-height: 40px; font-size: 17px;
  border: 1px solid #bbb;
		padding:0 3px;
		text-align: center;
}
input.tel {
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 0;
  width: 4em; height: 40px;
  line-height: 40px; font-size: 17px;
  border: 1px solid #bbb;
		padding:0 3px;
		text-align: center;
}
form_win {
width: 340px;
text-align: center;
margin: 0 auto 0 auto;
border: 1px solid #bbb;
}


/* ----------------------- FOOTER --------------------- */

.footer_cont {
position: fixed;
bottom: 0;
z-index: 0;
margin-top: 100px;
width: 100%;
background-color: #102172;
text-align: center;
}
.foot_inner {
width: 320px;
height: auto;
display: inline-block;
margin: 20px 10px 20px 10px;
padding: 5px;
text-align: center;
border: solid 1px white;
border-radius: 5px;
vertical-align: top;
font-family: Tahoma;
font-size:14px;
color: #fff;
}
.footer_low {
width:100%;
height: 36px;
margin: 0 auto 0 auto;
text-align: center;
position: fixed;
bottom: 0;
background-color: #050723;
}
.footer_low_inner {
width:100%;
padding-top: 5px;
vertical-align: middle;
font-family: Tahoma;
font-size: 14px;
/*font-weight: bold;*/
color: white;
}

/* --------------------------------------------------- MEDIA ----------------------------------------------------- */
@media (min-width: 100px) and (max-width: 732px){
.top_phone {
font-size: 16px;
color: #fff;
font-weight: bold;
}
.top_phone_div {
margin: 14px 5px 0 0;
/*top: 0;*/
/*right: 5px;*/
}
}

@media (min-width: 733px) and (max-width: 1025px){
.top_phone {
font-size: 18px;
color: #003594;
font-weight: bold;
}
.top_phone_div {
margin: 80px 10px 0 0;
}
}

@media (min-width: 1026px) and (max-width: 1280px){
.top_phone {
font-size: 24px;
color: #003594;
font-weight: bold;
}
.top_phone_div {
margin: 120px 5px 0 0;
}
}

@media (min-width: 1281px) {
.top_phone {
font-size: 24px;
color: #003594;
font-weight: bold;
}
.top_phone_div {
margin: 120px 5% 0 0;
}
}