/* body bg */
#body-bg {
  display: none;
}

/* header */
#header {  
  position:fixed;                 
  -webkit-backface-visibility: hidden;                          
  left:0; 
  top:0; 
  width:100%;       
  background: #fff;
  border-bottom: 2px solid #d8d8d8;
  /*overflow: hidden;*/ 
  z-index: 999;       
}
#header.header-static {
  /*position: static;*/    
}
#header, 
#header h1,
.asp-logo img,
/*.step-item,*/
.btn-back {
  height: 52px;
}
.header-animate-strip {
  /*min-width: 479px;*/ /* update 22.12. */                
} 
.asp-logo {
  display: block;
  float: left;    
  width: 125px;        
}
#header h1 {      
  float: left;
  display: table;    
    
  width: 145px; /* sso update */
    
  padding: 0 3px 0 9px;  
  font-family: 'AllianzSansBold';
  font-size: 16px;
  color: #929292;        
  -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;     
}
#header h1 > span {  
  display: table-cell;
  vertical-align: middle;  
}
/*
.btn-back {
  display: none;
  float: left;  
  width: 30px;
  position: relative;
  z-index: 10;
  background-color: #003781;         
}
.btn-back:before {
  content: '';
  width: 50px;
  height: 52px;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  z-index: 900;  
}
.btn-back:after {
  content: '';
  width: 0;
  height: 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 7px;
  position: absolute;
  left: 3px;
  top: 17px;  
  z-index: 0;
}
*/ 
/*#steps, .price-item {
  display: none;
}
*/
.small-screen-hidden {
  display: none;
}

.steps-main {  
  position: absolute;
  left: 0;
  top: 172px;
  width: 100%;      
}
.steps-scroll-wrapper {
  /*height: 148px;*/  
  position: relative; 
  left: 0;
  top:0;
  overflow-y: auto;       
  z-index: 1200;   
}
/*
.steps-scroll-wrapper.scroll-inside {
  overflow-y: auto;
}
*/

 
#steps {        
  position: absolute;
  left: 0;
  top: 0; /* 172 */  
  width: 100%;        
  /*z-index: 1000;*/
  z-index: 1200;
  
  -moz-box-shadow: 1px 1px #999;
  -webkit-box-shadow: 1px 1px #999;
  box-shadow: 1px 1px #999;
  border: 1px solid #e3e4e4;        
}
.step-item,
.price-item {
  background: #fff;  
}


.step-item {            
  padding: 5px 15px;                  
  text-transform: uppercase;
  font-family: 'AllianzSansLight';
  color: #c7c7c7;
  position: relative;
  -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
  
  border-bottom: 1px solid #9d9d9d;          	
}
.step-item.last-step-item {
  border-bottom: 0;
}
.hover-step {    
  color: #83b93c !important;    
}
.visited-step {    
  color: #3b3b3b;
  cursor: pointer;    
}
.closed-step {
  cursor: auto;
}
.step-title,
.step-values {
  display: block;    
}
.step-title {    
  font-size: 15px;          
}      
.step-values {
  font-size: 14px;
  color: #3b3b3b;        
  /*text-overflow: ellipsis;*/
  /*overflow: hidden;*/
  /*white-space: nowrap;*/    
}
.hover-step .step-title,
.visited-step .step-title {
  font-family: 'AllianzSansBold';
}






.price-item {    
  display: none;
  /*float: left;*/ /* update 22.12. */
  float: right;    
  width: 108px; /* 64 sso update */
  padding-bottom: 5px;
  padding-top: 3px;          
  -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;               
}
.price-item.no-promo-code {
  line-height: 51px;      
  text-align: right;
  padding-top: 0;
  padding-bottom: 0;
}
.price-item.promo-code-one-row,
.price-item.promo-code-active {
  /*line-height: normal;*/      
  text-align: left;
}
.price-item.open-price-item {
  display: block;
}
.bonus-code,
.original-price,
.price-title {
  display: none;  
}
.price-title {
  font-family: 'AllianzSansLight';
  display: none !important;
}
.no-promo-code .bonus-price {
  display: none;
}
.promo-code-active .bonus-price,
.promo-code-active .original-price {
  display: inline-block;
  font-family: 'AllianzSans';
  font-size: 12px;
  padding-top: 6px;
}
.promo-code-one-row .price-title {
  display: block;
}
.header-detail-open {
  width: 100%;
  
  padding: 0 30px 0 5px; /* update 22.12. */
  padding: 0 25px 0 5px;  
  
  
  -webkit-box-sizing: border-box;   
	-moz-box-sizing: border-box;    
	box-sizing: border-box;	
  position: relative;
  cursor: pointer;
  z-index: 10;    
}
.header-detail-open:after {
  content: '';
  width: 0;
  height: 0;
  border-color: #777 transparent transparent;
  border-style: solid;
  border-width: 7px;
  position: absolute;
  
  /*right: 13px;*/ /* update 22.12. */
  right: 7px;
  
  top: 0;  
  z-index: 0;
}
.no-promo-code .header-detail-open:after,
.promo-code-one-row .header-detail-open:after {
  top: 23px;
}
.promo-code-active .header-detail-open:after {
  top: 8px;
} 
.promo-code-one-row .price-title {
  padding-top: 4px;
}
.price-value {
  font-family: 'AllianzSansBold';
  font-size: 17px;  
  color: #2274c6;  
}
.promo-code-layer {
  display: none;   
}

.promo-trans-overlay,
.storno-trans-overlay {    
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1100;
  opacity:0.8;
  filter:Alpha(Opacity=80);
  cursor: default;
}
.promo-code-layer {    
  /*display: none;*/
  position: absolute;    
  right: 0;
  top: 54px;    
  width: 100%;
  height: 117px;        
  z-index: 1200;
  -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;      
}
.promo-code-layer.default-box {
  border: 0;
}
.promo-code-layer.form-box {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 10px 15px;
}
.price-item .promo-title {
  display: block;
  margin-bottom: 5px;
  font-family: 'AllianzSansLight';
  font-size: 18px;
  text-align: left;
  line-height: normal;
}
.promo-code-layer {
  cursor: default;
}
.promo-code-layer.form-box input {
  width: 58%;
  max-width: 300px;
  float: left;
  margin-right: 2%;
}
.promo-code-layer .select-btn {    
  max-width: 40%;
  height: 32px;
  line-height: 32px;
  margin: 0;
  float: left;  
  -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;              
}
.promo-close-btn {
  position: absolute;
  right: 0px;
  top: -3px;
  width: 26px;
  height: 26px;
  background: url('../images/default/promo-close-icon.png') no-repeat 0 0;
  cursor: pointer;
}
.with-close-btn {  
  display: none;  
  height: 36px;
  background: #fff url('../images/default/promo-close-icon.png') no-repeat 98% center;
  cursor: pointer;    
  position: relative;
  z-index: 1200;
}
.get-promo-code {
  text-align: left;
  line-height: normal;
}
.get-promo-code a {
  display: inline-block;
  margin-top: 5px;  
  font-family: 'AllianzSansLight';
  font-size: 14px;
  color: #777;
  /*text-align: left;*/
  text-decoration: underline;
  line-height: normal;
}
.get-promo-code a:hover {
  text-decoration: none;
}
.bonus-price {
  display: inline-block;
  padding-top: 3px;
  padding-left: 5px;
}
.original-price {
  text-decoration: line-through;
}




/* content */
#body {
  padding-top: 52px;    
}
#picker-main {  
  /*padding-bottom: 50px;*/
  overflow: hidden;
  min-width: 320px;  
}
.picker {
  width: 94%;  
  margin: auto;
  /*padding-top: 25px;*/
  padding: 25px 0 25px;
  position: relative;    
}
.picker h2 {
  margin-bottom: 15px;
  font-family: 'AllianzSansBold';
  font-size: 32px;
  color: #003781;
  text-align: center;      
}
.picker h2.follow-info-parag {
  margin-bottom: 0;
}
.follow-info-parag + p {    
  text-align: center;
}
p.space-lr {
  width: 95%;
  margin: auto;
}
.picker h2 span {
  font-family: 'AllianzSansLight';
}
.picker h3 {
  font-family: 'AllianzSansBold';
  font-size: 20px;
  color: #003781;
  text-align: center;
  margin: 25px 0 10px;
}
.picker h3.no-top-space {
  margin-top:0;
}
.select-box,
.boxes-content .select-box,
.boxes-content .count-box {
  display: block;  
  width: 95%;
  height: 90px;
  margin: 0 auto 10px;  
  font-family: 'AllianzSansLight';
  font-size: 16px;
  color: #3b3b3b;  
  text-transform: uppercase;
  -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
  cursor: pointer;  
  position: relative;
  z-index: 1;        	
}
.boxes-content .higher-box {
  height: auto;
  padding-bottom: 10px;
}
.circle-boxes-container {
  margin-top: 10px;
}
/* circle box */
.circle-box {
  display: block;
  float: left;
  width: 140px;
  height: 122px;
  margin: 10px 10px;
  text-align: center;  
  background: url('../images/default/kruh-normal.png') no-repeat right 0;
  cursor: pointer;
  position: relative;      
}
.circle-box.addonDisabled,
.circle-box.addonDisabled:hover {
  background: url('../images/default/kruh-noactive.png') no-repeat right 0;
  cursor: auto;
}
.circle-box.selected,
.circle-box.addonIncluded,
.circle-box.addonIncluded:hover {
  background: url('../images/default/kruh-select.png') no-repeat right 0;  
}
.circle-box.selected:hover {
  background: url('../images/default/kruh-select-mouseover.png') no-repeat right 0;
}
.circle-box.addonIncluded,
.circle-box.addonIncluded:hover {  
  opacity:0.4;
  filter:Alpha(Opacity=40);
  cursor: default;  
}
.circle-box:hover {
  background: url('../images/default/kruh-mouseover.png') no-repeat right 0;
}
.storno-overlay-box {
  display: none;
  position: absolute;
  left: -6px;
  top: -74px;
  width: 205px;
  height: 205px;
  color: #fff;
  background: url('../images/default/kruh-storno.png') no-repeat 0 0;
  z-index: 1110; /* 900 */
}
.form-box.storno-overlay-box {
  padding: 0;
  margin: 0;  
}
.storno-overlay-field {
  width: 150px;
  margin: auto;
  position: relative;      
}
.form-box.storno-overlay-box label {
  position: absolute;
  left: 5px;
  top: 6px;
  font-family: 'AllianzSansLight';
  font-size: 14px;
  color: #a1a09f;
}
.storno-title {
  display: block;
  margin: 25px 0 5px;
  font-family: 'AllianzSansBold';
  font-size: 18px;
  text-align: center;
}
.storno-btns {
  display: inline-block;
  margin: 0 5px;  
  font-family: 'AllianzSans';
  font-size: 14px;
  color: #fff; 
  text-decoration: underline;
}
.storno-btns:hover {
  text-decoration: none;
}
.circle-box .storno-overlay-box .tooltip-icon {
  right: 26px;
  top: -19px;
  background: url('../images/default/otaznik-mouseover.png') no-repeat  center center;
  cursor: pointer;  
} 
/* circle box title and price */
.circle-box-title,
.circle-box .price,
.edit-circle-link {
  display: block;
  padding-left: 19px;
}
.circle-box-title {  
  margin: 37px 0 0 0;    
  font-family: 'AllianzSansBold';
  font-size: 16px;
  color: #2274c6;
}
.circle-box-2-rows .circle-box-title {
  margin-top: 20px;
  margin-bottom: 2px;
  line-height: 19px;
} 
.with-overlay {
  position: relative;
}
.with-overlay .circle-box-title {  
  margin-top: 23px;    
} 
.circle-box.addonDisabled .circle-box-title,  
.circle-box.addonDisabled:hover .circle-box-title {
  color: #c8c3b9;
}
.circle-box:hover .circle-box-title,
.circle-box.selected .circle-box-title,
.circle-box:hover .price,
.circle-box.selected .price,
.circle-box.addonIncluded .circle-box-title,
.circle-box.addonIncluded .price,
.circle-box.addonIncluded:hover .circle-box-title,
.with-overlay:hover .edit-circle-link {
  color: #fff;  
}
.circle-box .price {  
  font-family: 'AllianzSansBold';
  font-size: 22px;
  color: #3b3b3b;
}
.circle-box .long-price-number .price {
  font-size: 20px;
}
.with-overlay .long-price-number .circle-box-title {
  margin-top: 22px;
} 
.edit-circle-link {
  font-family: 'AllianzSans';
  font-size: 16px;
  color: #2274c6;
  text-decoration: underline;
} 
 
/* circle tooltip */
.circle-box .tooltip-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 7px;
  top: 0;
  background: url('../images/default/otaznik-sedy.png') no-repeat center center;
  cursor: pointer;
}
.circle-box.addonDisabled .tooltip-icon,
.circle-box.addonDisabled:hover .tooltip-icon {
  background: url('../images/default/otaznik-noaktiv.png') no-repeat center center;
}
.circle-box.selected .tooltip-icon,
.circle-box.addonIncluded .tooltip-icon,
.circle-box.addonIncluded:hover .tooltip-icon {
  background: url('../images/default/otaznik-select.png') no-repeat center center;
}
.circle-box.selected:hover .tooltip-icon {
  background: url('../images/default/otaznik-select-mouseover.png') no-repeat center center;
}
.circle-box:hover .tooltip-icon {
  background: url('../images/default/otaznik-mouseover.png') no-repeat center center;
}
/* circle box - znamienko */
.circle-box .sign-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 46px;
  background: url('../images/default/kruh-element-normal.png') no-repeat center center;  
}
.circle-box .sign-icon:before {  
  content: "+";  
  font-family: 'AllianzSansBold';
  font-size: 24px;
  color: #2274c6;
  position: relative;
  left: 0;
  top: 0;
}
.circle-box.selected .sign-icon,
.circle-box.selected:hover .sign-icon,
.circle-box.addonIncluded .sign-icon,
.circle-box.addonIncluded:hover .sign-icon {
  background: url('../images/default/kruh-element-select.png') no-repeat center center;
}
.circle-box.selected:hover .sign-icon {
  background: url('../images/default/element-select-mouseover.png') no-repeat center center;
}
/*.circle-box.selected .sign-icon:before,
.circle-box.selected:hover .sign-icon:before,
.circle-box.addonIncluded .sign-icon:before,
.circle-box.addonIncluded:hover .sign-icon:before {
  content: "–";
  color: #83b93c;  
  top: -2px;
}
.circle-box.addonIncluded .sign-icon:before,
.circle-box.addonIncluded:hover .sign-icon:before {
  content: "";
  background: url('../images/default/icon-selected-fajka-green.png') no-repeat center center;
  width: 30px;
  height: 34px;
  display: block;
}*/

.circle-box.selected .sign-icon:before,
.circle-box.selected:hover .sign-icon:before,
.circle-box.addonIncluded .sign-icon:before,
.circle-box.addonIncluded:hover .sign-icon:before {
  content: "";
  background: url('../images/default/icon-selected-fajka-green.png') no-repeat center 8px;
  width: 30px;
  height: 34px;
  display: block;
}

.circle-box.selected:hover .sign-icon:before {
  color: #64902a;
}
.circle-box.addonDisabled .sign-icon,
.circle-box.addonDisabled:hover .sign-icon {      
  /*background: url('../images/default/kruh-element-noactive.png') no-repeat center center;*/
  background: none;  
}
.circle-box.addonDisabled .sign-icon:before,
.circle-box.addonDisabled:hover .sign-icon:before {
  content: "";
  color: #c8c3b9;
}
.circle-box:hover .sign-icon {
  background: url('../images/default/kruh-element-mouseover.png') no-repeat center center;
}
/* end of circle box */

.select-box.disabled,
.boxes-content .select-box.disabled,
.boxes-content .count-box.disabled,
.desktop .select-box.disabled:hover,
.desktop .boxes-content .select-box.disabled:hover,
.desktop .boxes-content .count-box.disabled:hover {  
  border: 1px solid #e3e4e4;  
  color: #3b3b3b;
  background-color: #fff;      
  -moz-box-shadow: 1px 1px #999;
  -webkit-box-shadow: 1px 1px #999;
  box-shadow: 1px 1px #999;
  opacity:0.35;
  filter:Alpha(Opacity=35);
  cursor: auto;  
}
.desktop .select-box:hover,
.desktop .boxes-content .select-box:hover,
.desktop .boxes-content .count-box:hover {
  border:1px solid #2274c6;  
  color: #fff;
  background-color:#2274c6;
  -moz-box-shadow: 1px 1px #195ea4;
  -webkit-box-shadow: 1px 1px #195ea4;
  box-shadow: 1px 1px #195ea4;  
}
.select-box.selected,
.boxes-content .select-box.selected,
.boxes-content .count-box.selected,
.desktop .default-box.selected:hover {
  border: 1px solid #6a972e;
  color: #fff;
  background-color: #83b93c;
  -moz-box-shadow: 1px 1px #71a42f;
  -webkit-box-shadow: 1px 1px #71a42f;
  box-shadow: 1px 1px #71a42f;  
}
.desktop .default-box.selected:hover {  
  border: 1px solid #496e18;  
  background-color: #64902a !important;      
}
.desktop .default-box.selected.count-box:hover {
  background-color: #83b93c !important;
} 
.select-box .tooltip-icon,
.count-box .tooltip-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background: url('../images/default/info-btn-cyrcle-gray.png') no-repeat center center;
  cursor: pointer;  
}
.select-box.disabled .tooltip-icon,
.desktop .select-box.disabled:hover .tooltip-icon,
.count-box.disabled .tooltip-icon,
.desktop .count-box.disabled:hover .tooltip-icon {
  cursor: auto;
  background: url('../images/default/info-btn-cyrcle-gray.png') no-repeat center center;
}
.desktop .select-box:hover .tooltip-icon,
.select-box.selected .tooltip-icon,
.desktop .count-box:hover .tooltip-icon,
.count-box.selected .tooltip-icon {
  background: url('../images/default/info-btn-cyrcle-white.png') no-repeat center center;
}
.box-title {    
  margin: 15px 0 0 10px;
  display: inline-block;    
}
.higher-box .box-title,
.higher-box .price-box,
.higher-box .price-rabat-box,
.higher-box .price-cnt-ppl-box,
.select-btn,
.higher-box .icon-selected-btn {
  display: block;
  margin: 0 10px 0 10px;  
} 
.higher-box .box-title {  
  margin: 15px 40px 0 10px;
  font-family: 'AllianzSansBold';
  font-size: 17px;
  color: #3b3b3b;      
}
.higher-box .price-box,
.higher-box .price-rabat-box {
  font-family: 'AllianzSansBold';  
  color: #2274c6;
}
.higher-box .price-box {
  font-size: 19px;
}
.higher-box .price-rabat-box,
.higher-box .price-box.not-loged {
  font-size: 22px;
} 
.higher-box .price-info,
.higher-box .price-rabat-info,
.higher-box .price-rabat-info a {
  font-family: 'AllianzSansLight';
  font-size: 14px; /* 14px */
  color: #3b3b3b;
  text-transform: none;
}
.higher-box .price-rabat-info a {
  text-decoration: underline;
}
.desktop .higher-box .price-rabat-info a:hover {
  text-decoration: none;
}
.higher-box .price-cnt-ppl-box {
  font-family: 'AllianzSansLight';
  font-size: 14px; /* 14px */
  color: #3b3b3b;
  text-transform: none;
}
.desktop .higher-box:hover .box-title,
.desktop .higher-box:hover .price-box,
.desktop .higher-box:hover .price-info,
.desktop .higher-box:hover .price-rabat-box,
.desktop .higher-box:hover .price-rabat-info,
.desktop .higher-box:hover .price-rabat-info a,
.desktop .higher-box:hover .price-cnt-ppl-box,
.higher-box.selected .box-title,
.higher-box.selected .price-box,
.higher-box.selected .price-info,
.higher-box.selected .price-rabat-box,
.higher-box.selected .price-rabat-info,
.higher-box.selected .price-rabat-info a,
.higher-box.selected .price-cnt-ppl-box {
  color: #fff;  
} 
.select-btn {  
  width: 150px;
  height: 35px;
  line-height: 35px;
  margin: 5px auto 0;
  text-align: center;
  border: 1px solid #e4e4e4;  
  font-family: 'AllianzSansBold';
  font-size: 15px; /* 16px */
  color: #2274c6;
  background: #fff;
  cursor: pointer;         
}
.desktop .select-btn:hover {
  text-decoration: none;
  border:1px solid #2274c6;      
  -moz-box-shadow: 1px 1px #195ea4;
  -webkit-box-shadow: 1px 1px #195ea4;
  box-shadow: 1px 1px #195ea4;
}
.select-box.selected .select-btn {
  color: #83b93c; 
} 
.select-box.selected .select-btn:hover {  
  -moz-box-shadow: 1px 1px #496e18;
  -webkit-box-shadow: 1px 1px #496e18;
  box-shadow: 1px 1px #496e18;  
  border:1px solid #496e18;
  
  -moz-box-shadow: 0 0 transparent;
  -webkit-box-shadow: 0 0 transparent;
  box-shadow: 0 0 transparent;
  border: 1px solid #e4e4e4;  
} 
.higher-box .icon-selected-btn {  
  width: 35px;
  height: 35px;
  margin: 5px auto 0;
  background: url('../images/default/icon-selected-fajka.png') no-repeat 0 0;
}
.box-sub-title {  
  font-size: 13px;
}
.cnt-blok {  
  text-align: center;
  font-family: 'AllianzSansBold';
  font-size: 36px;  
}
.cnt-plus,
.cnt-minus {
  position: absolute;
  top: 43px;
  width: 30px;
  height: 30px;
}
.cnt-plus,
.cnt-minus,
.desktop .boxes-content .count-box.disabled:hover .cnt-plus,
.desktop .boxes-content .count-box.disabled:hover .cnt-minus {  
  border: 1px solid #e3e4e4;
  background: #fff;        
  -moz-box-shadow: 1px 1px #999;
  -webkit-box-shadow: 1px 1px #999;
  box-shadow: 1px 1px #999;  
}
.desktop .boxes-content .count-box:hover .cnt-plus,
.desktop .boxes-content .count-box:hover .cnt-minus,
.boxes-content .count-box.selected .cnt-plus,
.boxes-content .count-box.selected .cnt-minus {
  border: 1px solid #fff;  
  -moz-box-shadow: 0 0 transparent;
  -webkit-box-shadow: 0 0 transparent;
  box-shadow: 0 0 transparent;  
}
.desktop .boxes-content .count-box:hover .cnt-plus,
.desktop .boxes-content .count-box:hover .cnt-minus {
  background: #2274c6;
}
.boxes-content .count-box.selected .cnt-plus,
.boxes-content .count-box.selected .cnt-minus {    
  background-color: #83b93c !important;  
}
.desktop .boxes-content .count-box .cnt-plus:hover,
.desktop .boxes-content .count-box .cnt-minus:hover {
  background: #175391;
}
.desktop .boxes-content .count-box.selected .cnt-plus:hover,
.desktop .boxes-content .count-box.selected .cnt-minus:hover {
  background: #64902a !important;  
}
.cnt-minus {  
  left: 50%;  
  margin-left: -60px;  
}
.cnt-plus {
  right: 50%;  
  margin-right: -60px;
}
.cnt-plus:before,
.cnt-minus:before {
  font-family: 'AllianzSansLight';  
  font-size: 26px;
  position: relative;
}
.cnt-plus:before,
.cnt-minus:before,
.desktop .boxes-content .count-box.disabled:hover .cnt-plus:before,
.desktop .boxes-content .count-box.disabled:hover .cnt-minus:before {   
  color: #666;      
}
.cnt-plus:before {
  content: "+";
  left: 6px;
  top: -1px;  
}
.cnt-minus:before {
  content: "–";
  left: 8px;
  top: -3px;    
}
.desktop .boxes-content .count-box:hover .cnt-plus:before,
.desktop .boxes-content .count-box:hover .cnt-minus:before,
.boxes-content .count-box.selected .cnt-plus:before,
.boxes-content .count-box.selected .cnt-minus:before {
  color: #fff;  
}
.default-box.mapa-slovensko,
.desktop .default-box.mapa-slovensko.disabled:hover {
  background: #fff url('../images/default/mapa-slovensko-100.png') no-repeat 70% 80%;
}
.default-box.mapa-eu,
.desktop .default-box.mapa-eu.disabled:hover {
  background: #fff url('../images/default/mapa-europa-100.png') no-repeat 70% 80%;
}
.default-box.mapa-svet-01,
.desktop .default-box.mapa-svet-01.disabled:hover {
  background: #fff url('../images/default/mapa-svet-01-100.png') no-repeat 70% 80%;
}
.default-box.mapa-svet-02,
.desktop .default-box.mapa-svet-02.disabled:hover {
  background: #fff url('../images/default/mapa-svet-02-100.png') no-repeat 70% 80%;
}
.desktop .default-box.mapa-slovensko:hover {
  background: #2274c6 url('../images/default/mapa-slovensko-100-hover.png') no-repeat 70% 80%;
}
.desktop .default-box.mapa-eu:hover {
  background: #2274c6 url('../images/default/mapa-europa-100-hover.png') no-repeat 70% 80%;
}
.desktop .default-box.mapa-svet-01:hover {
  background: #2274c6 url('../images/default/mapa-svet-01-100-hover.png') no-repeat 70% 80%;
}
.desktop .default-box.mapa-svet-02:hover {
  background: #2274c6 url('../images/default/mapa-svet-02-100-hover.png') no-repeat 70% 80%;
}

.default-box.mapa-slovensko.selected {
  background: #83b93c url('../images/default/mapa-slovensko-100-select.png') no-repeat 70% 80% !important;
}
.default-box.mapa-eu.selected {
  background: #83b93c url('../images/default/mapa-europa-100-select.png') no-repeat 70% 80% !important;
}
.default-box.mapa-svet-01.selected {
  background: #83b93c url('../images/default/mapa-svet-01-100-select.png') no-repeat 70% 80% !important;
}
.default-box.mapa-svet-02.selected {
  background: #83b93c url('../images/default/mapa-svet-02-100-select.png') no-repeat 70% 80% !important;
}
/* datum */
.datepicker-wrapper {        
  width: 299px;  
  overflow: hidden;  
  margin: auto;  
  font-size: 16px;
  position: relative;              
}
.datepicker-step {
  position: relative;
} 
.datepicker-nav {
  position: absolute;
  width: 41px;
  height: 41px;
  background: url('../images/default/datepicker-nav-bg.png');  
  top: 0px;
  cursor: pointer;
  z-index: 900;    
}
.datepicker-nav.disabled-nav-btn {
  cursor: auto;
}
.desktop .datepicker-nav:hover {
  background: #003781;    
}
.desktop .datepicker-nav.disabled-nav-btn:hover {
  background: url('../images/default/datepicker-nav-bg.png');
}
.datepicker-nav:before {
  content: '';
  width: 41px;
  height: 41px;
  position: absolute;
  left: 0;
  top: 0;    
}
#datepicker-nav-prev {
  left: 2px;  
}
#datepicker-nav-prev:before {
  background: url('../images/default/datepicker-nav-prev-01.png') no-repeat 14px 7px;
}
#datepicker-nav-next {
  right: 0;    
}
#datepicker-nav-next:before {
  background: url('../images/default/datepicker-nav-next-01.png') no-repeat 15px 7px;
}
/* datum - bottom info */
.date-from-to {
  text-align: center;
  margin: 10px 0;  
}
.date-from-to div {
  display: inline;
}
#odchodString, #navratString {
  /*display: none;*/    
  width: 100%;
  float: left;  
  font-family: 'AllianzSansLight';
  font-size: 16px;
  color: #3b3b3b;  
}
#odchodString > span, #navratString > span {
  font-family: 'AllianzSansBold';
  color: #83b93c;
}
.datepicker-step h3 {
  font-family: 'AllianzSansLight';
  color: #003781;
  font-size: 19px;
  text-align: center;
  margin: 0 0 10px;
}
.btn-datepiceker-select-container {  
  float: left;
  clear: left;
  height: 43px;
  position: relative;
  left: 50%;  
}
.btn-datepiceker-select-box {
  display: block;
  float: left;  
  width: 130px;  /* 180px */
  height: 41px; /* 50px */
  line-height: 41px; /* 50px */
  margin: 0 7px;
  position: relative;
  left: -50%;
  text-align: center;  
  font-family: 'AllianzSansBold';
  font-size: 16px;
  color: #2274c6;    
  cursor: pointer;  
}
.btn-blue-center {
  text-align: center;
}
.btn-next-step {
  display: inline-block;
  width: 150px; /* 205px */
  width: auto;
  padding: 0 25px;
  height: 52px; /* 65px */
  line-height: 52px; /* 65px */
  /*margin: 25px auto;*/
  margin: 25px auto 0;
  border: 1px solid #003781;  
  font-family: 'AllianzSansBold';
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;    
  background: #104388;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a4b8e), color-stop(100%,#063b83));
  background: -webkit-linear-gradient(top,  #1a4b8e 0%, #063b83 100%);
  background: -moz-linear-gradient(top,  #1a4b8e 0%, #063b83 100%);  
  background: -o-linear-gradient(top,  #1a4b8e 0%, #063b83 100%);
  background: -ms-linear-gradient(top,  #1a4b8e 0%, #063b83 100%);
  background: linear-gradient(top,  #1a4b8e 0%, #063b83 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1a4b8e', EndColorStr='#063b83');
  position: relative;
  text-indent: 25px;
}
.desktop .btn-next-step:hover {  
  text-decoration: none;
  background: #104388;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#053b83), color-stop(100%,#194a8e));
  background: -webkit-linear-gradient(top,  #053b83 0%, #194a8e 100%);
  background: -moz-linear-gradient(top,  #053b83 0%, #194a8e 100%);  
  background: -o-linear-gradient(top,  #053b83 0%, #194a8e 100%);
  background: -ms-linear-gradient(top,  #053b83 0%, #194a8e 100%);
  background: linear-gradient(top,  #053b83 0%, #194a8e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#053b83', EndColorStr='#194a8e');
}
.btn-next-step:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 15px;
  top: 15px;
  background: url('../images/default/btn-nex-step-arrow.png') no-repeat;
}
/* Osobne udaje */
p {
  font-family: 'AllianzSansLight';
  font-size: 16px;
  color: #3b3b3b;    
}
.form-box {
  max-width: 590px;  
  margin: 20px auto;
  padding: 15px;
  -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
}
.form-box.platba-cmbox {
  margin: 0 auto;
}
.form-box.platba-cmbox select {
  margin-bottom: 0;
  padding-left: 5px;
}
.picker h3 + .form-box {
  margin: 10px auto 20px;
} 
.form-box label,
.form-box input,
.form-box select {  
  font-family: 'AllianzSansLight';
}
.form-box input,
.form-box select {
  display: block;
}
.multi-data-field,
.form-data-field {
  -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
  position: relative;	
}
.multi-data-field .form-data-field {
  float: left;        
} 
.field-30-perc {
  width: 30% !important;
} 
.multi-data-field .field-70-perc {
  width: 70% !important;
  padding-right: 0;
  padding-left: 10px;    
}
.multi-data-field .field-70-perc:first-child,
.multi-data-field .field-70-perc:first-child +  .field-70-perc {
  padding-right: 10px;
  padding-left: 0;
}
.form-box label {    
  font-size: 15px;
  color: #3b3b3b;  
}
.form-box label.inputHintOverlay {
  color: #7f7f7f;
} 
.multi-radio-container label {
  display: block;  
  /*color: #2274c6;*/
}
.form-box input,
.form-box select {
  width: 100%;
  height: 32px;
  padding: 0 10px;
  margin-bottom: 10px;
  border: 1px solid #919190;
  font-size: 16px;
  color: #7f7f7f;
  -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;  
}
.form-box input.err-field,
.form-box select.err-field,
.form-box textarea.err-field {
  border: 2px solid #ffe500 !important;
  background: #fefacb;
}
.form-box select {
  padding: 0 0 0 10px;
}
.desktop .form-box input:hover,
.desktop .form-box select:hover {
  border: 1px solid #498ee7;
}
.radio-box {  
  float: left;
  height: 32px;
  margin-right: 10px;
  line-height: 32px;  
  font-family: 'AllianzSansLight';
  font-size: 16px;
  color: #3b3b3b;
  text-transform: uppercase;
  cursor: pointer;      
}
.radio-box.switcher-btn {
  width: 45px;
}
.mobile .radio-box.switcher-btn {
  width: 45px;
  height: 39px;
  line-height: 39px;  
}
.radio-box.switcher-btn,
.radio-box.switcher-btn.selected,
.desktop .radio-box.switcher-btn.selected:hover {
  font-family: 'AllianzSans';
}
.multi-radio-box .radio-box {
  /*width: 65px;*/
  height: 30px;
  padding: 0 4px;
  margin-bottom: 10px;
  text-transform: none;
  border: 1px solid #919190;
  background: #fff;
  text-align: center;
}
.desktop .radio-box:hover {
  /*font-family: 'AllianzSansBold';*/
  color: #2274c6;    
}
.desktop .multi-radio-box .radio-box:hover {    
  background: #f5f5f5;
}
.radio-box.selected,
.desktop .radio-box.selected:hover {
  font-family: 'AllianzSansBold';  
  color: #83b93c;
  cursor: auto;  
}
.multi-radio-box .radio-box.selected,
.desktop .multi-radio-box .radio-box.selected:hover {  
  border: 1px solid #919190;
  background: #83b93c;
  color: #fff;
}
.radio-box-dragbar {
  float: left;
  display: block;
  width: 50px; /* 50 */
  height: 30px; /* 30 */
  margin: 0 10px 10px 0;
  border: 1px solid #919190;
  background: #f3f3f3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.mobile .radio-box-dragbar {
  width: 64px; 
  height: 37px;
}
.radio-box-dragbar > span {
  position: absolute;  
  top: 2px;
  width: 23px; 
  height: 23px;
  border: 1px solid #919190;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;  
}
.mobile .radio-box-dragbar > span {
  width: 30px;
  height: 30px;
}
.desktop .radio-box-dragbar:hover {
  background: #d1d1d1;
}

.radio-box + .radio-box-dragbar > span {
  left: 23px;    
}
.radio-box.selected + .radio-box-dragbar > span {
  left: 2px;    
}
.form-data-field .tooltip-icon {  
  position: absolute;
  right: 0;
  top: -2px;      
  width: 20px;
  height: 20px;  
  background: url('../images/default/info-btn-cyrcle-gray.png') no-repeat center center;
  cursor: pointer;      
}

.multi-data-field .form-data-field.field-70-perc:first-child .tooltip-icon,
.multi-data-field .form-data-field.field-70-perc:first-child +  .field-70-perc .tooltip-icon {
  right: 10px;
} 
/* form error msg */
.errorMsg {
  max-width: 590px;
  margin: 15px auto;
  border: 2px solid #ffe500;
  background: #fefacb;
  padding: 10px;
  font-family: 'AllianzSansLight';
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;  
}
.errorMsg a {
  color: #2274c6;
  text-decoration: underline;
}
.errorMsg a:hover {
  text-decoration: none;
}
.errorMsg span {
  font-family: 'AllianzSansBold';
}
.promo-error-large,
.promo-error-small {
  display: none;
}
.promo-error-small .errorMsg {
  margin: 0 15px 0 0;
  float: left;
  padding: 1px 10px 0;
  line-height: normal;
  font-size: 14px;
}
/* transparent overlay and tooltip */
#trans-overlay {    
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1100;
  opacity:0.8;
  filter:Alpha(Opacity=80);
}
#tooltip-wrapper {
  display: none;
  position: absolute;  
  left: 50%;
  top: 0;
  /*width: 300px;
  height: 100px;*/
  z-index: 1200;              
}
#tooltip-content-main {  
  position: relative;
  left: -50%;
  top: 0;  
  width: 282px;    
  max-height: 339px; /* 315 */  
  background: #fff;
  padding: 9px;
  border: 1px solid #7aacdd;
  box-shadow: 0 0 9px #e8e8e8;
  z-index: 1300;  
}
#tooltip-close-btn {
  position: absolute;
  right: 19px;
  top: 16px;
  width: 26px;
  height: 26px;
  background: url("../images/default/tooltip_close.png") 0 0 no-repeat;
  cursor: pointer;
}  
#tooltip-content-main .header {
  background: #2274c6;
  color: #fff;
  font-family: 'AllianzSansLight';
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px 0;
  padding: 8px 10px;
  text-transform: uppercase
}
#tooltip-content-main .scroll-content {
  color: #3b3b3b;
  font-family: 'AllianzSansLight';
  font-size: 14px;
  max-height: 265px;
  line-height: 18px;
  overflow: auto;
  padding: 0 10px;  
  width: 262px;  
}
/*
#tooltip-content-main .scroll-content,
#tooltip-content-main .scroll-content .jspContainer,
#tooltip-content-main .scroll-content .jspPane {
  width: 100% !important;
}
*/

#tooltip-content-main .scroll-content p {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 15px 0
}

#tooltip-content-main .scroll-content h6 {
  color: #2274c6;
  font-family: 'AllianzSansBold';
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
}

#tooltip-content-main .scroll-content table {
  border-collapse: collapse;
  border: 1px solid #d8d8d8;
  margin: 0 0 15px 0;
  width: 100%
}

#tooltip-content-main .scroll-content td {
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  padding: 10px 18px;
}

#tooltip-content-main .scroll-content tr.dark td {
  background: #f5f5f5
}

#tooltip-content-main .scroll-content ul {
  list-style-type: disc;
  padding: 0 4px;
  margin: 5px 10px 0;
}
#tooltip-content-main .scroll-content a {
  color: #2274c6;
}
#divPoisteneOsoby {
  position: relative
}

.savedPersons {
  background: #fff;
  border: 1px solid #e3e4e4;
  box-shadow: 1px 1px #999;
  padding: 20px 29px 15px 29px;  
}

.savedPersons h4 {
  color: #3b3b3b;
  font-family: 'AllianzSansBold';
  font-size: 22px;
  font-weight: normal;
  line-height: 26px;
  /*margin: 0 0 10px 0;*/
  text-transform: uppercase;
  margin: 0px;
}
.savedPersons .savedPersonsEdit {
  font-size: 14px;
  font-family: 'AllianzSansLight';
  margin-bottom: 10px;
  color: #2274c6;
  text-decoration: underline;
  display: block;
  cursor: pointer;
}
.savedPersons .savedPersonsEdit:hover {
  text-decoration: none;
}
.savedPersons p {
  font-family: 'AllianzSansLight';
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  text-transform: uppercase;
}

.savedPersons ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  /*min-width: 172px*/
}

.savedPersons li {
  background: url("../images/default/saved_persons.png") 0 10px no-repeat;
  border-top: 1px solid #e3e4e4;
  color: #2274c6;
  display: block;
  font-family: 'AllianzSansBold';
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0 10px 35px;
  cursor: pointer;
}

.savedPersons ul li:first-child {
  border-top: 0;
}

.savedPersons li.selected {
  background: url("../images/default/saved_persons_selected.png") 0 10px no-repeat;
  color: #83b93c;
}

.savedPersons li span, .savedPersons li.selected span {
  color: #000;
  font-size: 12px;
}

.savedPersons.delete li {
  background: url("../images/default/icon-trash.png") 0 10px no-repeat;
  background-size: 16px;
}

.savedPersons.delete li,
.savedPersons.delete li * {
  color: #3b3b3b;
}

.savedPersons.delete li.remove {
  background: url("../images/default/icon-trash--selected.png") 0 10px no-repeat;
  background-size: 16px;
}

.savedPersons.delete li.remove,
.savedPersons.delete li.remove * {
  color: #d2d2d2;
}
#savePersons-main {  
  /*max-width: 566px;  
  margin: 20px auto;  
  background: #fff;  
  padding: 25px 9px 10px 9px;    
  border: 3px solid #7aacdc;
  box-shadow: 0 0 9px #e8e8e8;*/
}
#savePersons-close, .default-popup-close {
  position: absolute;
  right: 17px;
  top: 17px;
  width: 26px;
  height: 26px;
  background: url("../images/default/default-close.png") 0 0 no-repeat;
  cursor: pointer;
}
#savePersons-main h3 {
  color: #2274c6;
  font-family: 'AllianzSansBold';  
  font-size: 17px;  
  font-weight: normal;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase
}
#savePersons-main p {
  color: #3b3b3b;
  font-family: 'AllianzSansLight';  
  font-size: 15px;
  line-height: 20px;  
  margin: 0 0 20px 0;  
  text-align: center;
}
#savePersons-main .person-box-wrap {  
  position: relative;  
}
#savePersons-main .person-box {
  background: #f3f3f3;
  border: 1px solid #e4e4e3;
  margin: 0 auto 20px;
  padding: 10px 0 15px 0;
  /*width: 203px*/
  width: 184px;
}
#savePersons-main .person-box span {
  display: block;
}
#savePersons-main .person-name {
  color: #3b3b3b;
  font-family: 'AllianzSansBold';  
  font-size: 17px;  
  font-weight: normal;
  line-height: 26px;
  text-align: center;
}
#savePersons-main .person-date {
  color: #3b3b3b;
  font-family: 'AllianzSansLight';  
  font-size: 16px;  
  line-height: 22px;  
  margin: 0 0 10px 0;  
  text-align: center;
}

#savePersons-main .person-success-saved {
  background: url('../images/default/saved_persons_selected.png') 0px 0px no-repeat;
  width: 160px;
  height: 31px;
  text-align: center;
  margin-left: 23px;
  line-height: 23px;
  margin-top: 21px;
}
#savePersons-main .person-unsuccess-saved {
  margin: 0px 7px;
  font-size: 13px;
}
.in-no-select-box:hover,
#savePersons-main .person-save:hover {
  background: #2274c6;
  color: #fff;    
}
.default-popup-main {  
  position: relative;
  left: -50%;
  top: 0;
  width: 544px
  background: #fff;
  padding: 18px 10px 10px 30px;
  border: 3px solid #7aacdc;
  box-shadow: 0 0 9px #e8e8e8;
}

.default-popup-close {
  position: absolute;
  right: 17px;
  top: 17px;
  width: 26px;
  height: 26px;
  background: url("../images/default/default-close.png") 0 0 no-repeat;
  cursor: pointer;
}

.default-popup .header {
  color: #003781;
  font-family: 'AllianzSansBold';
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 15px 0;
  text-transform: uppercase
}

.default-popup .scroll-content {
  color: #3b3b3b;
  font-family: 'AllianzSansLight';
  font-size: 14px;
  height: 265px;
  line-height: 18px;
  overflow: auto;
  padding: 0 30px 0 0;
  width: 514px
}

.default-popup .scroll-content p {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 15px 0
}

.default-popup .scroll-content h6 {
  color: #2274c6;
  font-family: 'AllianzSansBold';
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
}

.default-popup .scroll-content table {
  border-collapse: collapse;
  border: 1px solid #d8d8d8;
  margin: 0 0 15px 0;
  width: 100%
}

.default-popup .scroll-content td {
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  padding: 10px 18px;
}

.default-popup .scroll-content tr.dark td {
  background: #f5f5f5
}

/* suhlas */
.checkbox-label {  
  font-family: 'AllianzSansLight';
  font-size: 16px; /* 18px */
  color: #3b3b3b;
}
.checkbox-label a {
  color: #2274c6;
  text-decoration: underline;
}
.checkbox-label a:hover {  
  text-decoration: none;
}
.form-box .checkbox-layer-wrapper input[type="checkbox"] {
  display: inline;
  width: auto;
  height: auto;
  padding: 0;
  opacity:0;
  filter:Alpha(Opacity=0);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.checkbox-layer-wrapper {  
  float: left;
  width: 44px;
  height: 40px;  
  position: relative;  
}
.form-box label.checkbox-layer {
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #919190;
  background: #fff;  
  position: relative;
  z-index: 10;       
}
.form-box label.checkbox-layer:hover {
  border: 1px solid #498ee7;
}
.form-box label.checkbox-layer.checked-field {
  background: #fff url('../images/default/check.png') no-repeat center center;    
}
.form-box label.checkbox-layer.err-field {
  border: 2px solid #ffe500 !important;
  background: #fefacb;
}
.checkbox-label {
  display: table;  
  padding: 2px 0 7px;
}
.form-data-field-center {  
  margin-top: 5px;
  position: relative;  
}
.form-data-field-center label {  
  padding-right: 30px;
  font-family: 'AllianzSansLight';
  font-size: 17px; /* 22px */
  color: #000;
}
.form-data-field-center .tooltip-icon {
  position: absolute;
  right: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  background: url('../images/default/info-btn-cyrcle-gray.png') no-repeat center center;
  cursor: pointer;
}

/* Platba */
.top-indent {
  margin-top: 15px;
}
.logos {
  display: block;
  /*margin-bottom: 10px;*/
  
  margin: 0 10px;  
}
.logos img {
  display: inline;
  max-width: none;
}
.pay-info {      
  display: block;
  font-size: 15px;
    
  margin: 0 10px;     
}
.pay-info-txt,
.pay-info-title,
.pay-info-bonus,
.pay-info-pay-type {
  display: block;      
}
.pay-info-bonus,
.pay-info-pay-type {
  text-transform: lowercase !important;
}
.pay-info-txt,
.pay-info-title {
  float: left;    
}
.pay-info-title {  
  width: 55px;  
} 
.pay-info-title,
.pay-info-pay-type {
  color: #000;
}  
.pay-info-bonus {
  color: #83b93c;
}
.selected .pay-info-title,
.selected .pay-info-bonus,
.selected .pay-info-pay-type,
.select-box:hover .pay-info-title,
.select-box:hover .pay-info-bonus,
.select-box:hover .pay-info-pay-type {
  color: #fff;
}
.pay-info-title,
.pay-info-bonus {
  font-family: 'AllianzSansBold';
}
.pay-info-pay-type {
  font-family: 'AllianzSansLight';
}

/* dakovacka */
.small-box,
.large-box,
.large-box-02 {
  padding: 15px;
  -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;	
  text-align: center;	
}
.small-box {
  width: 250px;
  margin: 10px auto 20px;  
}
.large-box,
.large-box-02 {
  margin: 20px auto;
}
.large-box {
  max-width: 590px;          
}
.large-box-02 {
  max-width: 760px;
}
.parag-22 {
  font-size: 17px !important;
}
.small-box-title {
  text-transform: uppercase;
  font-family: 'AllianzSansLight';
}
/*
.fix-space-btm {
  margin-bottom: 100px !important;
}
*/
.icon-document {
  margin: 10px auto;
}
.flex-btn {
  display: inline-block;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
}




/* footer */
#footer-container {  
  /*height: 40px;*/  
  border: 1px solid #948562;
  font-family: 'AllianzSansLight';
  font-size: 14px;
  color: #323232;
  background: #c0ad80;
} 
#footer {  
  padding: 10px;
  max-width: 1340px;
  margin: auto;
  -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
}
#footer img {
  display: inline;        
  margin: 0 5px 5px 0;      
}
.footer-left,
.footer-middle,
.footer-right {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
#footer a {  
  color: #323232;
}
.footer-left-right {
  text-decoration: underline;
}
.footer-left-right:hover {
  text-decoration: none;
}
.footer-right-left a {
  display: inline-block;
  height: 20px;  
  padding-left: 25px;
  background: url('../images/default/icon-chat.png') no-repeat 0 0;  
}
.footer-left-right span,
.footer-txt span {
  text-transform: uppercase;
}
.footer-txt span {
  font-size: 16px;
}
.footer-left-left,
.footer-right-left,
.footer-left-right,
.footer-right-right {
  display: inline-block;  
}
.footer-left-left,
.footer-right-left {
  padding-right: 10px;
}
.footer-middle-middle {
  display: block;
  font-size: 0;
  line-height: 0;
}

.preloader {
  position: fixed;  
  left: 50%;  
  top: 40%;  
  z-index: 1200;  
  display: none;
}
.preloader img {
  position: relative;
  left: -50%;
}

/* update 25.05.15 */
.boxes-content .count-box.date-box {
  height: auto;      
}
.boxes-content .count-box.date-box label {
  display: block;
}
.desktop .boxes-content .count-box.date-box:hover {
  border: 1px solid #e3e4e4;
  color: #3b3b3b;
  background-color: #fff;
  -moz-box-shadow: 1px 1px #999;
  -webkit-box-shadow: 1px 1px #999;
  box-shadow: 1px 1px #999;
  cursor: default;
}
.form-data-field {
  text-align: left;
}
.form-data-field.w-100-perc {  
  width: 100% !important;
  padding-right: 0;
}
.form-box.date-box-content {
  padding: 0 15px;
}


.form-box .no-native-layer .cmbox {  
  float: left;
  margin-right: 3%;  
}
.form-box .no-native-layer .cmbox select {
  padding-left: 0;
  width: 100%;    
}
.form-box .no-native-layer .cmbox.last-digit-item {
  margin-right: 0%;
}
.no-native-layer.datepicker-field .cmbox.two-digit {
  width: 27%;
}
.no-native-layer.time-field .cmbox.two-digit {
  width: 48.5%;
}
.no-native-layer.datepicker-field .cmbox.four-digit {
  width: 40%;
}
.form-box input[type="date"],
.form-box input[type="time"] {              
  line-height: 32px;
  padding: 0 0 0 10px;    	
	background: #fff;
	-webkit-appearance: none;
}
.no-date-input .form-box input.native-layer {
  display: none;
}
.date-input .no-native-layer {
  display: none;
}

.bonus-code,
.bonus-price,
.original-price {
  font-family: Arial, sans-serif;
  font-size: 12px; 
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance:textfield;
}

.hidePlus {
  display: none;
} 

.apk-container {
  max-width: 800px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.apk-container--inner {
  border: 1px solid #919190;
  padding: 15px;
}
.text-infolinka {
  text-transform: none;
  font-size: 15px;
}