html,
body {
    height: 100%;
    background-color: #000;
    color: #888;
    font-size: 14px;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}
html.premium-list {
    height: 100%;
    background-color: #fff;
}
html.premium-list body {
    height: 100%;
    background-color: #fff;
}
a, a:hover {
  color: #948bb7;
}
h1,h2 {
    color: white;
}
h2 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 20px;
}
.premium-wrap {
    padding: 60px 200px 50px 0px;
}
.header-image {
    background-position: center 0px; 
    background-repeat:  no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 41%;
    margin-bottom: 50px;
    margin-right: -15px;
    margin-top: -60px;
    position: relative;
}
.marketing {
     padding: 0px 50px 0px 35px;
}
.marketing .description  img {
    margin: 20px 0px;
    width: 100%!important;
}
.marketing .description p b {
    color: white;
}
.Zdravlje .marketing .description img {
    display: none!important;
}
.wishlist-button.activated{
  color: #fc8f24!important;
}

.d-flex {
    display: flex;    
}
.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
.mt-2 {
    margin-top: 20px; 
}
.ml-1 {
    margin-left: 10px; 
}
.mr-2 {
    margin-right: 20px; 
}
.mb-2 {
    margin-bottom: 20px; 
}

.bots-voucher {position: absolute;right: 0px;top: 0px;}

/*Master*/
.master-znak {position: absolute; top: -6px; left: -6px; width: 87px; height: 88px; background: none; z-index: 2000;background-image: url(../images/ukras-master.svg);background-repeat: no-repeat;}
.zaba-znak {position: absolute; top: -6px; left: -6px; width: 87px; height: 88px; background: none; z-index: 2000;background-image: url(../images/ukras-zaba.svg); background-repeat: no-repeat;}
.master-details-ukras {position: absolute;width:200px;height: 200px;right: 15px;bottom: 0px;}
.master-details-ukras.diners,.master-details-ukras.zaba {position: absolute;width:200px;height: 200px;right: auto;bottom: 0px;left: calc(41% - 15px);}
.master-details-ukras svg{width:100%;height: 100%;}
.master-akcija-lista {
    border: 3px dashed #dda045;
    padding: 2% 30% 2% 2%;
    margin-bottom: 2%;
    font-size: 18px;
    line-height: 24px;
    border-radius: 5px;
    background-image: url(/Content/images/master-kartice-lista.png);
    background-repeat: no-repeat;
    background-position: center right 2%;
    margin-top: 10px;
    color: #000;
    background-color: white;
}
.master-akcija-lista .master-disc{
    font-size: 28px;
    color: #dda045; 
    padding-bottom: 10px;
    display: block;
}

.master-akcija-lista p{
    margin-bottom: 0px;
}


.ultra-last-minute {
    display: block;
    position: absolute;
    width: 180px;
    height: 50px;
    background-image: url(/Content/images/ultra-last-minute.svg);
    background-repeat: no-repeat;
    top: 100px;
    background-size: 100% auto;
} 

   
 /*** IZDVOJENO u MARKETING OPIS ***/
.marketing .description .izdvojeno { clear: both; min-height: 70px; margin-bottom: 15px; border-top: 1px solid #fff; border-bottom: 1px solid #fff;padding: 15px 6px 8px 0;}
.marketing .description .izdvojeno span { background: url(../images/art/izdvojeno.png) top left no-repeat; display:block; float: left; width: 42px; height: 55px; margin: 0px 10px 0 0;}
.marketing .description .izdvojeno span.red { background-position: top left;}
.marketing .description .izdvojeno span.green { background-position: top center;}
.marketing .description .izdvojeno span.blue { background-position: top right;}
.marketing .description .izdvojeno p { margin-bottom: 10px;color: white;}

ul { padding-left: 0px;}

/*Menu&Top*/
.menu {
    background-color: #222;
    width: 200px;
    position: fixed;
    min-height: 100vh;
    max-height: 100vh;
    z-index: 2000;
    right: 0px;
    padding-top: 60px;
    padding-right: 0px;
    overflow-y: scroll;
    padding-left: 0px;
}
.menu ul {    
    list-style: none;   
}
.menu ul li a {
    font-weight: 600;
    color: white;
    padding: 10px 20px;
    display: block;
    border-bottom: 1px solid #333;
}
.menu ul li a:hover {
    background-color: #333;
    text-decoration: none;
    color: white;   
}

.menu ul li ul li a:hover {    
    padding: 5px 20px 5px 35px;
}

.menu ul li ul li a {
    font-weight: 400;
    color: #888;
    padding: 5px 20px 5px 30px;
    display: block;
    border-bottom: 0px solid #888;
}

.menu ul li ul li.inner-current a
{
   color: white;    
}

.menu ul li.current>a {
   background-color: #000;
}

.top {
    background-color: #000;   
    width:100%;
    position: fixed;
    height: 60px;
    z-index: 10000;
    border-bottom: 1px solid #333;
    padding: 5px 0px;    
}
.top .btn {
     margin-top: 9px;    
}
.navbar-brand {
    color: white;
    text-transform: uppercase;
    width: 200px;     
    padding: 15px 0px;
}
.mr-1 {
    margin-right: 10px;
}
	
ul.icons-share {
    display: flex;    
}
ul.icons-share li {
    padding: 5px;
    list-style: none; 
}


/*Buttons*/
.btn {
    border-radius: 50px;
}
.btn-default {
    background-color: #888;
    color: white;
    border: 0px;    
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
    background-color: #777;
    color: white;
    border: 0px;    
}

.btn-primary {
    background-color: #fc8f24;
    color: white;
    border: 0px;    
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #da7818;
    color: white;
    border: 0px;    
}
.w-100 { width: 100%;}
.d-block {display: block}
#kupiButton {
    font-size: 28px;
    padding: 10px 30px;
    margin: 20px 0px;
    font-weight: 800;
}

.btn-back {
    background-color: #888;
    color: white;
    border: 0px;    
}
.btn-back:hover, .btn-back:focus, .btn-back:active {
    background-color: #777;
    color: white;
    border: 0px;    
}

.navbar-brand.gastro:after { content: "Gastro";font-weight: 800;}
.navbar-brand.putovanja:after { content: "Travel";font-weight: 800;}
.navbar-brand.zdravlje:after { content: "Medical";font-weight: 800;}



/*Price*/
.price {
    color: #222;
    font-size: 36px;
    font-weight: 800;
    padding-top: 20px;
    text-transform: uppercase;
} 

.super .price {
    text-align: center;
}

.price span{
    color: #888;
    font-size: 18px;
    display: block;
    font-weight: 300;
}
.price span.euro{ font-size: 28px;text-decoration: none;color: #222;line-height: 24px;font-weight: bold;} 
.price-full span.euro{ font-size: 28px;text-decoration: none;color: #222;line-height: 24px;font-weight: bold; text-align: center;} 
.price-full { color: #fff;font-size: 36px;font-weight: 800;padding: 15px;display: inline-block;margin: 20px 0px;text-transform: uppercase;}
.price-full span{ color: #888;font-size: 28px;font-weight: 300;display: block;line-height: 22px;text-decoration: line-through;text-align: left; }
.disc { text-transform: uppercase;color: #fc8f24;font-size: 36px;font-weight: 800;line-height: 48px;padding: 15px;display: inline-block;border: 3px solid #fc8f24;text-align: center;margin: 20px 0px 20px 20px;border-radius: 5px;}
.disc span{ color: #fc8f24;font-size: 24px;font-weight: 300;display: block;line-height: 22px; }


/*Sidebar*/
.sidewrap-premium {
    background-color: #222;
    padding: 30px 30px;
    margin: -250px 0px 35px 35px;
    border: 1px solid #eee; 
}
.sidewrap-premium label {
    color: #fff;
    padding-bottom: 5px;
    width: 100%;    
}

.spec-notes{   
    padding-top: 30px;
}
.spec-notes li{
    list-style: none;  
}
.spec-notes li{
    padding: 5px 25px;
    font-size: 18px;
    color: #fff;
}
.spec-notes li:before{
    display: inline-block;
    margin-right: 10px;
    content:"\e013";
    font-family: 'Glyphicons Halflings';    
    margin: 0px 10px 0px -25px;
    line-height: 28px;
    color: #fc8f24;  
}

.notes .btn {
    width: 100%;
    margin: 20px 0px 10px 0px;
}
.notes ul {
    padding: 15px;
}
.notes ul li{
    padding: 5px 0px;
}
.notes-title {
    color: #fc8f24;  
}

.coupons-wrap {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}
.sold-coupons {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 20px 20px 20px;
}
.sold-coupons strong {
    color: #fff;
    margin-right: 5px;
    display: block;
}
.timer { 
   margin: 0px 20px 20px 20px;
   display: inline-block;   
   vertical-align: middle;
}
.timer i, .sold-coupons i {
    font-size: 28px;
    display: block;
    margin: 10px;
}
.timer strong{
    color: #fff;
    display: block; 
    vertical-align: middle;  
}
.column.dodatno:hover .infobox {
	opacity:1;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	visibility:visible;
}

 .column.dodatno {
    display: block;
    margin:10px 50px 20px 50px;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;            
    border-radius: 5px;
    vertical-align: middle; 
}

.column.dodatno.nl {
    border: 3px solid #78c511; 
    color:#78c511;
   
}
.column.dodatno.os {
    border: 3px solid #0D84C6; 
    color:#0D84C6;     
}

.column.dodatno:hover, .column.dodatno:focus {
    text-decoration: none;
}
.infobox { 
	position:absolute;
	left:50%;
    top: 0px;
	margin-left:-120px;
	width:240px;
	padding:10px 20px;
	background:#eee;
	opacity:0;
	visibility:hidden;
	font-size:12px !important;
	line-height:14px !important;
	text-align:left !important;
	text-transform:none !important;
	font-weight:normal !important;
	color:#666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	text-indent:0 !important;
	z-index:200;
	text-shadow:none !important;
}
.infobox strong {
	font-size:12px !important;
	line-height:14px !important;
	display:inline !important;
	color:#222 !important;
	float:none !important;
	margin:0 !important;
	top:0 !important;
}
.coupon {
    margin: 30px 0px;
}
footer 
{
    padding: 0px 200px 50px 0px;
    background-color: #fff;   
}
footer img.premium-footer
{
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;  
}

/*Carausel*/

.carousel-wrap {
    padding-top: 60%;
    position: relative;
    width: 100%;
    margin: 20px auto;    
}
.carousel 
{
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%; 
}

.carousel .item,
.carousel .item.active,
.carousel .carousel-inner {
    width: 100%;
    height: 100%;    
}

.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/*PremiumSuggetion*/
.deal-done {
    font-size: 16px;padding: 20px 0;
}
.suggestion-offer-tittle {    
    color: #fff; 
}
.suggestion-offer {
    border: 1px solid #fc8f24;
    padding: 15px 15px;
}
.suggestion-offer h4{
    font-size: 18px;
    line-height: normal;
    color: white;     
}

.suggestion-offer .buy a {text-align: center;float: right;display: block;color: white;font-weight: 800;padding: 10px 20px;background-color: #fc8f24;font-size: 18px;border-radius: 5px;margin-top:5px; }
.suggestion-offer .buy a:hover {background-color: #da7818; }
.suggestion-offer a:hover, .suggestion-offer a:focus {text-decoration: none;} 
.suggestion-offer .best-price, .suggestion-offer .full-price, .suggestion-offer .discount{text-align: right;color: white;font-size: 14px;font-weight: normal;line-height: 22px;text-transform: uppercase;}
.suggestion-offer .full-price { padding: 0px 10px 0px 0px;border-right: 1px solid #fff;}
.suggestion-offer .best-price span, .suggestion-offer .discount span, .suggestion-offer .full-price span {display: block;}
.suggestion-offer .discount {text-align: left;}
.suggestion-offer .discount strong { font-size:24px; line-height: 24px;}
.suggestion-offer .full-price span { text-decoration: line-through;}
.suggestion-offer .no_padd { padding: 0px;}
.suggestion-offer .best-price strong, .suggestion-offer .full-price strong{ font-size: 24px; color: #fc8f24;line-height: 24px;}
.suggestion-offer .best-price strong span.euro, .suggestion-offer .full-price strong span.euro{ font-size: 18px;text-decoration: none;color: #fc8f24;line-height: 24px;font-weight: bold;}
.suggestion-offer .cijene {padding: 10px 0px 0px 0px; margin-top: 0px;}
.suggestion-offer img {padding: 10px 0px;}

/*PremiumList*/
.premiumlist { color: #999;}
.premium-list-deal {padding: 0px}
.premium-list .premium-list-deal li { list-style: none;}
.premium-list .premium-list-deal li .deal-wrap{ padding: 0px 20px;background-color:#222;margin-top: 30px;}
.premium-list .premium-list-deal li .photo { height: 180px;background-size: cover;background-position: center;margin: 0px -20px;}
.premium-list .buy a {text-align: center;float: right;display: block;color: white;font-weight: 800;padding: 10px 20px;background-color: #fc8f24;font-size: 18px;border-radius: 5px;margin-top:5px; }
.premium-list .buy a:hover {background-color: #da7818; }
.premium-list a:hover, .premium-list a:focus {text-decoration: none;} 
.premium-list .best-price, .premium-list .full-price, .premium-list .discount{text-align: right;color: white;font-size: 14px;font-weight: normal;line-height: 22px;text-transform: uppercase;}
.premium-list .full-price { padding: 0px 10px 0px 0px;border-right: 1px solid #fff;}
.premium-list .best-price span, .premium-list .discount span, .premium-list .full-price span {display: block;}
.premium-list .discount {text-align: left;}
.premium-list .discount strong { font-size:24px; line-height: 24px;}
.premium-list .full-price span { text-decoration: line-through;}
.premium-list .no_padd { padding: 0px;}
.premium-list .best-price strong, .premium-list .full-price strong{ font-size: 24px; color: #fc8f24;line-height: 24px;}
.premium-list .best-price strong span.euro, .premium-list .full-price strong span.euro{ font-size: 18px;text-decoration: none;color: #fc8f24;line-height: 24px;font-weight: bold;}
.premium-list .cijene {padding: 20px 0px;border-top: 1px solid #333;margin-top: 10px;}
.premium-wrap-list {    padding: 60px 230px 50px 30px;}

/*
.premium-list .premium-list-deal li .deal-wrap.PremiumTravel{  background-color: #474259; }
.premium-list .premium-list-deal li .deal-wrap.PremiumGastro{ background-color: #4A5938; }
.premium-list .premium-list-deal li .deal-wrap.PremiumMedical{ background-color: #36616f; }*/


.premium-list .premium-list-deal li .deal-wrap { position: relative;}
.premium-list .premium-list-deal li .deal-wrap.PremiumTravel{  background-color: #474259; background-image: linear-gradient(#474259 60%, #222); }
.premium-list .premium-list-deal li .deal-wrap.PremiumGastro{ background-color: #4A5938; background-image: linear-gradient(#4A5938 60%, #222);}
.premium-list .premium-list-deal li .deal-wrap.PremiumMedical{ background-color: #36616f; background-image: linear-gradient(#36616f 60%, #222);}


.premium-list .PremiumTravel .cijene {border-top: 1px solid #948bb7;}
.premium-list .PremiumGastro .cijene {border-top: 1px solid #b4c89d;}
.premium-list .PremiumMedical .cijene {border-top: 1px solid #8bb7c7;}


.icon-bar { background-color: white;}
.navbar-toggle  {
    margin-right: 0px;
    margin-left: 5px;
    padding-right: 0px;
}
.list-filter-wrap { padding-top: 30px;}


.list-filter-wrap .filter {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex; 
    flex-wrap: wrap;
}

.cj-search.cj-search-wrap {
    
}

.cj-search input, .cj-search  select {
      border: 1px solid #ddd;            
      display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;      /* TWEENER - IE 10 */
      display: -webkit-flex;     /* NEW - Chrome */
      display: flex; 
      -webkit-flex: 1; /* Safari 6.1+ */
      -ms-flex: 1; /* IE 10 */ 
      flex: 1; 
      flex-basis: 24%;      
      width: auto;
      clear: both;      
      color: #555;
      height: 38px;
      font-size: 12px;      
      padding: 8px 7px;
      margin: 0px 0.5% 10px 0.5%;
      text-align: left;          
      border-radius: 3px; 
      line-height: 20px; 
      background-color: white;
}
.cj-search .serach-input {
    flex-basis: 52%; 
    padding-left: 30px; 
    background: #fff url(../images/art/search.png) 10px center; 
    background-repeat: no-repeat;
    max-width: 30%;
}
.cj-search .mini_button {
     flex-basis: 15%;
     height:38px;
     margin: 0px 0.5%;
     border: 0px;
     background-color: #888;
    color: white;
    border-radius: 5px;
              
}

.cj-search .mini_button:hover {   
     background-color: #666; 
              
}
.search-objasnjnje { width: 100%; margin-bottom: 0px;padding: 0px 0px 20px 0.5%;font-size: 12px;color: #555;font-weight: bold;display: block;}
#dateFrom, #dateTo 
{
    flex-basis: 18%;
    max-width: 18%;   
    background: url(../images/icons/calendar.png) no-repeat 5px center;    
    padding-left:25px;
 }

.cj-search #tagId {
    max-width: 30%;    
}
.cj-search #tagId.tag-category-big  {max-width: 25%;}
.subcategory select option { line-height: 28px; font-size: 12px; padding: 0px 10px; }
.no-deal-warining { text-align: center;margin-top: 20px;}


@font-face {
    font-family: Marine-Black-Italic;
    src: url(/Content/fonts/marine-black-italic.woff);
}
.podrzimo {
    position: absolute;
    bottom:60px;
    right: 0px;
    width: 300px;
    padding: 10px 20px;
    height: 70px;    
    background: linear-gradient(to right, rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 20%, rgba(255,255,255,1) 99%);
}

.zivot 
{
    position: absolute;
    bottom:150px;
    right: 10px;
    width: 300px;    
    height: 70px;       
}

.zivot img, .bozic-badge img, .mjere-badge img
{
    width: 100%;       
}

.bozic-badge 
{
    position: absolute;
    top:50px;
    right: 10px;
    width: 170px;    
    height:170px;
    z-index: 3;       
}

.mjere-badge 
{
    position: absolute;
    top: 85px;
    right: 20px;
    width: 120px;
    height: 120px;
    z-index: 3;      
}

.float-lg-right 
{
    float: right;
    
}


@media only screen and (min-width: 1600px) 
{
    .column.dodatno {
        display: inline-block;
        margin: 10px;
    }
    .column.dodatno.os strong {      
        font-size: 18px;
        display: block;  
    }
    .column.dodatno.os strong span.euro {
        font-size: 14px;
    }
    .premium-list .premium-list-deal li .photo { height: 250px;}
}

@media only screen and (max-width: 1024px) 
{
  h1 {
      font-size: 24px;
      line-height: 30px;
    }
  .cj-search .serach-input {max-width: 98%;}

  .cj-search #tagId.tag-category-big {max-width: 50%;}
  .ultra-last-minute {
    display: block;
    position: absolute;
    width: 120px;
    height: 33px;
    background-image: url(/Content/images/ultra-last-minute.svg);
    background-repeat: no-repeat;
    top: 80px;
    background-size: 100% auto;
} 

.zivot 
{
    bottom:150px;  
    width: 150px;    
    height: 35px;       
}

.bozic-badge {
    
    top:50px; 
    width: 100px;    
    height: 100px;        
}
.mjere-badge 
{
   
    top:70px;
    width: 70px;    
    height: 70px;
    right: 20px;
         
}


    
}


@media only screen and (max-width: 960px) 


{
.float-lg-right 
{
    float: inherit;
    
}


.list-title h2 {
    font-size: 16px;
} 
h2 {
    font-size: 18px;
}
.spec-notes ul li {    
    font-size: 1rem;
}  
   
.sidewrap-premium {
    margin: 30px 25px 50px 25px; 
}
.timer, .sold-coupons {
    margin: 0px 10px 20px 10px;
    font-size: 12px;
}
.spec-notes ul {
    padding-top: 0px;
}
.marketing {
    padding: 0px 25px 0px 25px;
}
.carousel-wrap {
    padding-top: 60%;
    position: relative;
    width: calc(100% + 50px);
    margin: 20px -25px 20px -25px;
}
.top .btn {
    font-size: 12px;
    margin-top: 10px;
}    
.navbar-brand {
    width: auto;
    text-align: left;        
} 
footer {
    text-align: center;
}   
.header-image {    
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 50%;
    background-position: center top;
    margin-top: 0px;
    margin-bottom: 10px;
}
.cj-search #tagId.tag-category-big, #travelLocation  {max-width: 30%;}
#dateFrom, #dateTo {
        max-width: 20%;
    width: 20%;
}
.title-top.pull-right {
    float: none!important;
}


.master-lista { right: auto;left: -6px;top: -6px;}

.master-akcija-lista {background-size: 100px auto;margin-bottom: 7%;}

.ultra-last-minute {
    display: block;
    position: absolute;
    width: 120px;
    height: 33px;
    background-image: url(/Content/images/ultra-last-minute.svg);
    background-repeat: no-repeat;
    top: auto;
    left: 15px;
    bottom: 20px;
    background-size: 100% auto;
} 
.podrzimo {width:200px;height:40px;bottom: 130px;right: 10px; padding:5px}
.zivot 
{
    bottom:150px;  
    width: 150px;    
    height: 35px;       
}

.bozic-badge {
    
    top:0px;           
}
.mjere-badge 
{
   
    top:25px;   
         
}
.bots-voucher img{height:170px}

    
  
}



@media only screen and (max-width: 414px) 

{   
    
 .suggestion-offer .cijene {
    padding: 20px 0px 0px 0px;
    margin-top: 0px;
}
.suggestion-offer {
    border: 1px solid #fc8f24;
    padding: 15px 0px;
}

.suggestion-offer img {
    padding: 0px 0px 10px 0px;
}
 
 .sidewrap-premium label {
    font-size: 10px;
}
    .zivot 
{
    bottom:80px;  
    width: 150px;    
    height: 35px;       
}

    
    .podrzimo {width:200px;height:40px;padding: 5px;bottom: 60px;right: 0px;}
    
    h1 {
    font-size: 18px;
    line-height: 24px;
}
#kupiButton { margin: 10px 0px;}
.price { padding-top: 10px;}
.spec-notes ul li {    
    font-size: 0.9rem;
    padding: 3px 10px 3px 25px;
}  
.spec-notes {
    padding-top: 0px;
}
   
#dateFrom, #dateTo {
    max-width: 49%;
    width: 49%;
}
.cj-search input, .cj-search select, .cj-search .serach-input, .cj-search #tagId, .cj-search .mini_button, .cj-search #tagId.tag-category-big, #travelLocation  {
    width: 100%;
    display: block;
    flex-basis: 100%;
    max-width: 100%;
} 
.notes .btn   {
    margin: 10px 0px 5px 0px;
}
.premium-list .buy a, .suggestion-offer .buy a { width: 100%;margin-top: 20px;}
.disc {
    margin-left: 0px;
    padding: 10px;
    font-size: 28px;
    line-height: 36px;
}
.disc span { font-size: 18px;}
.price-full { font-size: 28px;padding: 15px 10px;}
.price-full span { font-size: 18px;}
.premium-list .best-price, .suggestion-offer .best-price{ text-align: center;}
.premium-wrap, .premium-wrap-list {
    padding: 60px 15px 20px 15px;
}
 footer {
    padding: 0px 0px 50px 0px;
    }
.sidewrap-premium {
    margin: 30px 10px 50px 10px; 
}
.marketing {
    padding: 0px 10px 0px 10px;
}
.navbar-brand {
    font-size: 14px;
}   
.notes ul ul {
    padding: 25px 0px;
    font-size: 0.8rem;
}

.master-details-ukras {width:100px;height: 100px;right: 0px;}
.master-details-ukras.diners, .master-details-ukras.zaba {width:100px;height: 100px;right: auto;left: 0px;}
.master-akcija-lista {padding: 5% 30% 4% 5%;background-image: url(/Content/images/master-kartice-lista-mob.png);background-size: 80px auto;background-position: center right 3%;margin-bottom: 7%;}


.ultra-last-minute {
    display: block;
    position: absolute;
    width: 120px;
    height: 33px;
    background-image: url(/Content/images/ultra-last-minute.svg);
    background-repeat: no-repeat;
    top: auto;
    left: 0px;
    bottom: 20px;
    background-size: 100% auto;
} 
.zivot {
    right: 0px;
}
.bozic-badge 
{
    position: absolute;
    top:0px;
    right: 10px;
    width: 80px;    
    height:80px;
    z-index: 3;       
}

.mjere-badge 
{
    position: absolute;
    top:15px;
    right: 0px;
    width: 60px;    
    height:60px;
    z-index: 3;       
}
.bots-voucher img{height:170px}
}


@media only screen and (max-width: 320px) 
{
  
   .navbar-brand {
        font-size: 12px;
    }
     .top .btn {
        font-size: 10px;
        margin-top: 12px;
    } 
     .premium-list .premium-list-deal li .photo { height: 150px;}
    .master-akcija { background-position: right 20px bottom 10px;}
    .bots-voucher img{height:140px}

}

.ui-notify {
    position: fixed;
    z-index:20000;
    right: 0;
    top: 20%;
    left: 50%;
    margin-left: -160px;
    width: 350px;
    font-family: Arial,Helvetica,sans-serif;
}

.ui-notify-message-style { 
	background:#fff;
	padding:20px 20px 5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
 	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
 	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
 	box-shadow: 0 0 20px rgba(0, 0, 0, 0.8); 
	text-align:left;	
 }

.ui-notify-message h1 { 
	font-size:20px;
	font-weight:bold;
	color:#636363;
	width:100%;
	background:#fff;
	padding:10px 15px;
	position:relative;
	margin:-15px 0 0 -15px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 0px solid #EEE;
 }  

.ui-notify-message p { 
	background:#eee;
	color:#222;
	display:block;
	padding:15px;
	position:relative;
	margin:1px -15px 0 -15px;
	min-width:100%;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
 }

.ui-notify-cross, .jqClose { 
	width:46px;
	height:46px;
	position:absolute;
	top:-20px;
	right:-20px;
	background:url(../images/art/transparent1.png) no-repeat 0px 1px;
	z-index:2000;
	text-indent:-8000px;
}
.ui-notify-cross:hover, .jqClose:hover {
	background:url(../images/art/transparent1.png) no-repeat -50px 1px;
}


.ui-notify-cross:hover:active { position:absolute; top:-17px;
	right:-17px;  }