body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #151c2b;
	font-size: 62.5%;
}
.hidden{
    display:none;
}
.roboto{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.clear{
	clear: both;
}
.wide{
	width: 100%;
}
img{
	max-width: 100%;
}
p{
	font-size: 2.2em;
	line-height: 32px;
}
a{
	color: #49aadc;
	text-decoration: none;
}
a:hover{
	color: #56c5ff;
}
h1{
	font-size: 3.6em;
	line-height: 48px;
}
h3{
	font-size: 2em;
}
.margin-top{
	margin-top: 100px;
}
.div-center{
	text-align: center;
}
.text-white{
	color: #fff;
}
.text-green{
	color: #97fe00;
}
.text-light{
	font-weight: 300;
}
.text-medium{
	font-weight: 500;
}
.text-bold{
	font-weight: 700;
}
.text-black{
	font-weight: 900;
}
.text-big{
	font-size: 150%;
}
.container-1920{
	max-width: 1920px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-1020{
	max-width: 1020px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.green-background{
	background-color: #97fe00;
}
.black-background{
	background-color: #000;
}
.container-1920.padding, .container-1020.padding{
	padding: 90px 0;
}
.grid_40, .grid_60, .grid_33, .grid_66, .grid_50, .grid_10, .grid_20{
	display: inline-block;
	vertical-align: middle;
	float: left;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.grid_10{
	width: 10%;
}
.grid_20{
	width: 20% !important;
}
.grid_40{
	width: 40%;
}
.grid_60{
	width: 60%;
}
.grid_33{
	width: 33.333%;
}
.grid_66{
	width: 66.666%;
}
.grid_50{
	width: 50%;
}
.padding-left-50{
	padding-left: 50px;
}
.padding-left{
	padding-left: 100px;
}
.padding-right-50{
	padding-right: 50px;
}
.padding-right{
	padding-right: 100px;
}
.align-bottom{
	display: table;
	table-layout: fixed;
	width: 100%;
}
.align-bottom>div{
	display: table-cell;
	float: none;
	vertical-align: bottom;
}
.align-bottom img{
	vertical-align: bottom;
	max-width: 100%;
	width: auto;
}
.hero{
	min-height: 620px;
	/*background: url(https://8aab14.claudeassets.com/20240713231310im_/https://www.zippedshoes.com/images/hero-bg.jpg) top left no-repeat;
	background-size: cover;
    
	padding-bottom: 40px;*/
}
.menu-container{
	background-color: rgba(0,0,0,0.9);
	padding-bottom: 20px;
}
.preorder-at, .navigation, .zipped-sign, .languages, .responsive-menu-icon{
	display: inline-block;
	vertical-align: bottom;
}
.languages{
	padding-bottom: 20px;
}
.header-wrapper{
	float: none;
	display: inline-block;
}
.preorder-at{
	font-size: 2em;
	margin: 0px 0px;
}
.navigation{
	margin-left: 15px;
}
.menu{
	list-style-type: none;
	font-size: 2em;
	padding: 0;
}
.menu li{
	display: inline-block;
}
.menu li>a{
	padding: 5px 4px;
	margin: 0 7px;
	color: #fff;
	text-decoration: none;
}
.menu li>a:hover{
	border-bottom: 3px solid #97fe00;
}
.zipped-sign{
	margin-top: 10px;
}
.languages-menu{
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}
.languages-menu li{
	display: inline-block;
	margin-left: -10px;
	position: relative;
}
.languages-menu li:first-child{
	margin-left: 0px;
}
.language-code{
	display: block;
	font-size: 1.75em;
	text-align: right;
	padding-right: 5px;
}
.language-code-popup{
	display: none;
}
.languages-menu li:hover .language-code-popup{
	display: inline-block;
	width: 100%;
	height: 20px;
	position: absolute;
	top:-25px;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	border-radius: 5px;
	font-size: 1.5em;
	line-height: 20px;
	font-weight: 900;
}
.languages-menu li>a:hover{
	border-top: 3px solid #b9ff00;
}
.description, .video, .indiegogo{
	display: inline-block;
	vertical-align: middle;
	margin-top: 25px;
}
.description, .video{
	margin-right: 20px;
}
.video{
	min-width: 600px;
}
.description{
	max-width: 360px;
}
.description p{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 3em;
}
.description span{
	font-size: 4.5em;
}
.gradient-line{
	height: 4px;
	background: #40cddf; /* Old browsers */
	background: -moz-linear-gradient(left, #40cddf 0%, #37dbc3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#40cddf), color-stop(100%,#37dbc3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #40cddf 0%,#37dbc3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #40cddf 0%,#37dbc3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #40cddf 0%,#37dbc3 100%); /* IE10+ */
	background: linear-gradient(to right, #40cddf 0%,#37dbc3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40cddf', endColorstr='#37dbc3',GradientType=1 ); /* IE6-9 */
}
.header-left{
	position: relative;
	min-height: 202px;
}
.header-left img.bg{
	position: absolute;
	top: 0;
	right: -292px;
}
.header-right{
	min-height: 202px;
}
.header-right h1, .header-left h1{	
	position: relative;
	z-index: 10;
}
h1.border{
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	display: inline-block;
}
h1.margin{
	margin: 70px 0;
}
.colors{
	display: inline-block;
	vertical-align: middle;
}
.size, .steps{
	display: inline-block;
	vertical-align: middle;
	max-width: 45%;
	padding: 0 2%;
}
.faq{
	margin: 0 auto;
	max-width: 650px;
}
.buy-now{
	display: inline-block;
	vertical-align: middle;
}
.cta-button{
	background-color: #2fe6ac;
	display: inline-block;
	padding: 10px 30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #151c2b;
	text-decoration: none;
	font-size: 2em;
}
.select{
	margin: 0 28px;
}
footer{
	padding: 30px 10px;
}
.accordion h3{
	cursor: pointer;
}
#facebook-content{position:fixed;background:url(https://d329be.claudeassets.com/20240713231310im_/https://www.zippedshoes.com/images/facebook.png) no-repeat;width:226px;height:430px;right:-193px;bottom:0px;}#facebook-content p {width:155px;margin-left:45px;margin-top:20px;color:#FFF} #facebook-content iframe{background:#FFF}
.responsive-menu-icon{
	display: none;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1920px){
	body{
		font-size: 8px;
	}
	.container-1920{
		max-width: 1300px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 780px){
	.zipped-sign{
		width: 20%;
		max-width: 70px;
		float: left;
	}
	.responsive-menu-icon{
		display: block;
		width: 20%;
		max-width: 70px;
		margin-top: 10px;
		float: right;
	}
	.navigation{
		margin-left: 0;
		width: 100%;
	}
	.menu{
		display: none;
		width: 100%;
	}
	.menu li{
		display: block;
	}
	.menu li>a{
		padding: 15px 0;
		margin: 0;
		color: #fff;
		text-decoration: none;
		display: block;
		width: 100%;
	}
	.menu-clear{
		clear: both;
	}
	.header-wrapper{
		width: 100%;
	}
	.video{
		min-width: 100%;
	}
	.grid_40, .grid_60, .grid_33, .grid_66, .grid_50{
		display: block;
		float: none;
		width: 100%;
		padding-left: 2%;
		padding-right: 2%;
	}
	.padding-left, .padding-right{
		padding-left: 0;
		padding-right: 0;
	}
	.padding-top{
		padding-top: 40px;
	}
	.padding-bottom{
		padding-bottom: 40px;
	}
	.header-left img.bg, .preorder-at, .languages{
		display: none;
	}
	.menu-container{
		padding-bottom: 0px;
	}
	.container-1920.padding{
		padding: 20px 0;
	}
	.size, .steps{
		display: block;
		max-width: 100%;
		padding: 0;
	}
	.description, .video, .indiegogo{
		display: block;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	#facebook-content{
		display: none;
	}
}


       .button{text-decoration:none; text-align:center; 
 padding:11px 32px; 
 border:solid 1px #004F72; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:18px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#E5FFFF; 
 background-color:#97fe07; 
 background-image: -moz-linear-gradient(top, #97fe07 0%, #6ba810 100%); 
 background-image: -webkit-linear-gradient(top, #97fe07 0%, #6ba810 100%); 
 background-image: -o-linear-gradient(top, #97fe07 0%, #6ba810 100%); 
 background-image: -ms-linear-gradient(top, #97fe07 0% ,#6ba810 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ba810', endColorstr='#6ba810',GradientType=0 ); 
 background-image: linear-gradient(top, #97fe07 0% ,#6ba810 100%);   
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
  
   -webkit-transition: background 0.31s ease;
 -moz-transition:  background 0.31s ease;
 -o-transition:  background 0.31s ease;
 transition:  background 0.31s ease;}.button:hover{
 padding:11px 32px; 
 border:solid 1px #004F72; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:18px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#E5FFFF; 
 background-color:#97fe07; 
 background-image: -moz-linear-gradient(top, #97fe07 0%, #96d932 100%); 
 background-image: -webkit-linear-gradient(top, #97fe07 0%, #96d932 100%); 
 background-image: -o-linear-gradient(top, #97fe07 0%, #96d932 100%); 
 background-image: -ms-linear-gradient(top, #97fe07 0% ,#96d932 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96d932', endColorstr='#96d932',GradientType=0 ); 
 background-image: linear-gradient(top, #97fe07 0% ,#96d932 100%);   
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
  
 }.button:active{
 padding:11px 32px; 
 border:solid 1px #004F72; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:18px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#E5FFFF; 
 background-color:#97fe07; 
 background-image: -moz-linear-gradient(top, #97fe07 0%, #6ba810 100%); 
 background-image: -webkit-linear-gradient(top, #97fe07 0%, #6ba810 100%); 
 background-image: -o-linear-gradient(top, #97fe07 0%, #6ba810 100%); 
 background-image: -ms-linear-gradient(top, #97fe07 0% ,#6ba810 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ba810', endColorstr='#6ba810',GradientType=0 ); 
 background-image: linear-gradient(top, #97fe07 0% ,#6ba810 100%);   
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
}
 .blad_dlg {
background:#f95d6b
}


.blad_dlg {
border:2px solid #ef7070!important;
background:#fff2f2!important
}

.blad_dlg .ui-dialog-titlebar {
color:#eb0707!important;
font-size:18px
}

.blad_dlg .ui-dialog-content {
color:#eb0707!important
}

.info_dlg {
border:2px solid #99d07b;
background:#e5f3d3!important
}

.info_dlg .ui-dialog-titlebar {
color:#3e9b06!important;
font-size:18px
}

.info_dlg .ui-dialog-content {
color:#3e9b06!important
}

.loading .ui-dialog-content {
color:#fff!important
}

.loading .ui-dialog-titlebar {
color:#3e9b06!important;
font-size:14px
}

.loading {
border:2px solid #99d07b;
background:#fff!important
}

.warning_dlg {
border:2px solid #ffd95a;
background:#fffbe6!important
}

.warning_dlg .ui-dialog-titlebar {
color:#7c5610!important;
background:#f7c76d!important;
font-size:14px
}

.warning_dlg .ui-dialog-content {
color:#7c5610!important
}

.warning_dlg {
color:#7c5610!important
}

input[type="text"] {
font-weight:bold;
color: #49aadc;
background: rgb(238, 238, 238);
border-radius: 2px;
    border: solid 1px #ccc;
    font-size:17px;
    width:260px;float:left;text-align:center;
    height:50px;
}

.koszyk_bg{
    background:#fff;
    border-radius: 3px;
    padding:5px 5px;
    border:1px solid #40cddf; 
 -webkit-box-shadow: inset 7px -14px 20px -8px  #40cddf; 
-moz-box-shadow: inset 7px -14px 20px -8px #40cddf;  
box-shadow: inset 7px -14px 20px -8px #40cddf; 
}
.koszyk_span{
    color:#3D541C;
    font-size:14px;
}
.height200{
    min-height:150px;
}


.btn_mini {
  background: #97FE00;
  background-image: -webkit-linear-gradient(top, #97FE00, #86e000);
  background-image: -moz-linear-gradient(top, #97FE00, #86e000);
  background-image: -ms-linear-gradient(top, #97FE00, #86e000);
  background-image: -o-linear-gradient(top, #97FE00, #86e000);
  background-image: linear-gradient(to bottom, #97FE00, #86e000);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
}

.btn_mini:hover {
  background: #1db000;
  text-decoration: none;
}
.przelicz{
    cursor:pointer;
}
.fs16{
    font-size:16px;
}
.koszyk_bg .header{
    font-weight: bold;
}

table.dane_klienta td{
    padding: 5px;
}
.dd-option-text{
    line-height:17px !important; 
}


.zipped_table {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #3f7f00;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.zipped_table table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.zipped_table tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.zipped_table table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.zipped_table table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.zipped_table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.zipped_table tr:hover td{
	
}
.zipped_table tr:nth-child(odd){ background-color:#d4ffaa; }
.zipped_table tr:nth-child(even)    { background-color:#ffffff; }.zipped_table td{
	vertical-align:middle;
	
	
	border:1px solid #3f7f00;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.zipped_table tr:last-child td{
	border-width:0px 1px 0px 0px;
}.zipped_table tr td:last-child{
	border-width:0px 0px 1px 0px;
}.zipped_table tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.zipped_table tr:first-child td{
		background:-o-linear-gradient(bottom, #5fbf00 5%, #3f7f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5fbf00), color-stop(1, #3f7f00) );
	background:-moz-linear-gradient( center top, #5fbf00 5%, #3f7f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fbf00", endColorstr="#3f7f00");	background: -o-linear-gradient(top,#5fbf00,3f7f00);

	background-color:#5fbf00;
	border:0px solid #3f7f00;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.zipped_table tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #5fbf00 5%, #3f7f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5fbf00), color-stop(1, #3f7f00) );
	background:-moz-linear-gradient( center top, #5fbf00 5%, #3f7f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fbf00", endColorstr="#3f7f00");	background: -o-linear-gradient(top,#5fbf00,3f7f00);

	background-color:#5fbf00;
}
.zipped_table tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.zipped_table tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.zipped_table td{
    font-size:20px;
}

.border_my{
    border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 2px solid #ababab;


float:left;
margin:10px 15px;
background:#dedede;
}

.zip:hover{
  animation: rot ease-in 0.9s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: rot ease-in 0.9s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: rot ease-in 0.9s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: rot ease-in 0.9s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: rot ease-in 0.9s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}


@keyframes rot{
  0% {
    transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    transform:  rotate(360deg) scaleX(1.00) scaleY(1.00) ;
  }
}

@-moz-keyframes rot{
  0% {
    -moz-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  100% {
    -moz-transform:  rotate(360deg) scaleX(1.00) scaleY(1.00) ;
  }
}

@-webkit-keyframes rot {
  0% {
    -webkit-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }

  100% {
    -webkit-transform:  rotate(360deg) scaleX(1.00) scaleY(1.00) ;
  }
}

@-o-keyframes rot {
  0% {
    -o-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }

  100% {
    -o-transform:  rotate(360deg) scaleX(1.00) scaleY(1.00) ;
  }
}

@-ms-keyframes rot {
  0% {
    -ms-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
 
  100% {
    -ms-transform:  rotate(360deg) scaleX(1.00) scaleY(1.00) ;
  }
}



.da-slider{
	width: 100%;
	min-width: 520px;
	height: 483px;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	background: transparent url(/assets/www.zippedshoes.com/new/img/slider/bg5.jpg) repeat 0% 0%;
	border-top: 8px solid #40cddf;
	border-bottom: 4px solid #40cddf;
	
	-webkit-transition: background-position 1s ease-out 0.3s;
	-moz-transition: background-position 1s ease-out 0.3s;
	-o-transition: background-position 1s ease-out 0.3s;
	-ms-transition: background-position 1s ease-out 0.3s;
	transition: background-position 1s ease-out 0.3s;
}
.da-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	text-align: left;
}
.da-slide-current{
	z-index: 1000;
}
.da-slider-fb .da-slide{
	left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
	left: 0px;
}
.da-slide h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{
	position: absolute;
	opacity: 0;
	left: 110%;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link{
	left: 10%;
	opacity: 1;
}
.da-slider-fb .da-slide .da-img{
	left: 60%;
	opacity: 1;
}
.da-slide h2{
	color: #7BAA00;
	font-size: 66px;
	width: 50%;
	top: 60px;
	white-space: nowrap;
	z-index: 10;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-family: 'Economica', Arial, sans-serif;
	font-weight: 700;
}
.da-slide p{
	width: 45%;
	top: 155px;
	color: #293800;
	font-size: 18px;
	line-height: 32px;
	overflow: hidden;
	font-style: italic;
	font-family: 'Economica', Arial, sans-serif;
	font-weight: 400;
	font-style: italic;
    padding-top:20px;
}
.da-slide .da-img{
	text-align: center;
	width: 30%;
	top: 70px;
	height: 256px;
	line-height: 320px;
	left: 110%; /*60%*/
}
.da-slide .da-link{
	top: 270px; /*depends on p height*/
	border-radius: 30px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border: 8px solid rgba(255,255,255,0.8);
	padding: 2px 20px 0px;
	font-size: 18px;
	line-height: 30px;
	width: 80px;
	text-align: center;
	background: rgba(255,255,255,0.2);
}
.da-slide .da-link:hover{
	background: rgba(255,255,255,0.3);
}
.da-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 20px;
	z-index: 2000;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #293800;
	margin: 3px;
	cursor: pointer;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
}
.da-dots span.da-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span{
	position: absolute;
	top: 50%;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #e4b42d;
	cursor: pointer;
	z-index: 2000;
	opacity: 0;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
	-webkit-transition: opacity 0.4s ease-in-out-out 0.2s;
	-moz-transition: opacity 0.4s ease-in-out-out 0.2s;
	-o-transition: opacity 0.4s ease-in-out-out 0.2s;
	-ms-transition: opacity 0.4s ease-in-out-out 0.2s;
	transition: opacity 0.4s ease-in-out-out 0.2s;
}
.da-slider:hover .da-arrows span{
	opacity: 1;
}
.da-arrows span:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	left: 5px;
	background: transparent url(https://de23c7.claudeassets.com/20240713231310im_/https://www.zippedshoes.com/images/arrows.png) no-repeat top left;
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.da-arrows span:hover:after{
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.da-arrows span:active:after{
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
.da-arrows span.da-arrows-next:after{
	background-position: top right;
}
.da-arrows span.da-arrows-prev{
	left: 15px;
}
.da-arrows span.da-arrows-next{
	right: 15px;
}

.da-slide-current h2,
.da-slide-current p,
.da-slide-current .da-link{
	left: 10%;
	opacity: 1;
}
.da-slide-current .da-img{
	left: 60%;
	opacity: 1;
}
/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright h2{
	-webkit-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright p{
	-webkit-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright .da-link{
	-webkit-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	-moz-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	-o-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	-ms-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
}
.da-slide-fromright .da-img{
	-webkit-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
}
@-webkit-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
/* Slide in from the left*/
.da-slide-fromleft h2{
	-webkit-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft p{
	-webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft .da-link{
	-webkit-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	-moz-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	-o-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	-ms-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
}
.da-slide-fromleft .da-img{
	-webkit-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
}
@-webkit-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
/* Slide out to the right */
.da-slide-toright h2{
	-webkit-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	-moz-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	-o-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	-ms-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	animation: toRightAnim1 0.6s ease-in-out 0.6s both;
}
.da-slide-toright p{
	-webkit-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-moz-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-o-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-ms-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	animation: toRightAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toright .da-link{
	-webkit-animation: toRightAnim3 0.4s ease-in-out both;
	-moz-animation: toRightAnim3 0.4s ease-in-out both;
	-o-animation: toRightAnim3 0.4s ease-in-out both;
	-ms-animation: toRightAnim3 0.4s ease-in-out both;
	animation: toRightAnim3 0.4s ease-in-out both;
}
.da-slide-toright .da-img{
	-webkit-animation: toRightAnim4 0.6s ease-in-out both;
	-moz-animation: toRightAnim4 0.6s ease-in-out both;
	-o-animation: toRightAnim4 0.6s ease-in-out both;
	-ms-animation: toRightAnim4 0.6s ease-in-out both;
	animation: toRightAnim4 0.6s ease-in-out both;
}
@-webkit-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-moz-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-o-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-ms-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
/* Slide out to the left*/
.da-slide-toleft h2{
	-webkit-animation: toLeftAnim1 0.6s ease-in-out both;
	-moz-animation: toLeftAnim1 0.6s ease-in-out both;
	-o-animation: toLeftAnim1 0.6s ease-in-out both;
	-ms-animation: toLeftAnim1 0.6s ease-in-out both;
	animation: toLeftAnim1 0.6s ease-in-out both;
}
.da-slide-toleft p{
	-webkit-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	-moz-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	-o-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	-ms-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toleft .da-link{
	-webkit-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	-moz-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	-o-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	-ms-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
}
.da-slide-toleft .da-img{
	-webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
}
@-webkit-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-moz-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-ms-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}


.effect2
{
  position: relative;
}

.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.new_b{
    font-size:24px;
    line-height:36px;
}

.blue-line{
    background:#40cddf; padding:10px 10px;color:#fff;font-weight:bold;
}
.zamow_kosz_new{
    display:block;width:100%;clear:both;font-size:20px;text-align:center;
}

.zamow_kosz_new:hover{
    color:#ded;
}
h1.cap{
   color:#056ca4;border-bottom:1px solid #333ea1;
    font-weight:bold;
}
h2.cap{
   color:#056ca4;border-bottom:1px solid #333ea1;
   font-weight:bold;
}
/*
     FILE ARCHIVED ON 13:06:28 Oct 25, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:02:26 Jun 05, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.528
  exclusion.robots: 0.066
  exclusion.robots.policy: 0.053
  esindex: 0.01
  cdx.remote: 30.365
  LoadShardBlock: 243.428 (3)
  PetaboxLoader3.datanode: 377.506 (4)
  PetaboxLoader3.resolve: 74.382 (2)
  load_resource: 215.449
*/