body {
    padding-top: 120px;
}

.navbar-container {
    position: fixed;
}

#main-menu-bar ul.nav a {
    height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.main-heading-row {
    padding-top: 15px;   
}

.main-heading-row h1 {
    font-size: 30px;   
}

.main-heading-row form input[type=text] {
    border-radius: 15px 15px 15px 15px;
    margin-top: 5px;
    height: 35px;
}

.main-heading-row form input[type=text]:focus {
    border-color: #DCE4EC !important;  
}

.main-heading-row input.search-active {
    border-radius: 15px 15px 0px 0px !important;
}

.main-heading-row form button {
    height: 50px;   
}

.no-top-margin {
    margin-top: 0px;   
}

.no-right-margin {
    margin-right: 0px !important;   
}

.vote-area {
    float: left;
    width: 28%;
}

.vote-area .vote-box {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 4px 15px 4px 10px;
    display: block;
    float: left !important;
    text-align: center;
    line-height: 12px;
    width: 40%;
}

.vote-area .vote-button {
    font-size: 12px; 
    width: 15%;
    height: 28px;
    margin-left: 0px !important;
    padding: 4px !important;
    float: left !important;
}

.vote-area .vote-margin {
    margin-right: 4%;
}

.coupon-row {
    padding-bottom: 15px;
    border-bottom: 1px solid #ecf0f1;
    margin-bottom: 15px;
}

.coupon-row-grid {
    padding: 10px !important;
    background-color: #eaeaea;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
}

.coupon-row:last-child {
    border-bottom: none;
}

.coupon-row .thumbnail {
    margin-top: 10px;
}

.coupon-row-grid .thumbnail {
    margin-top: 0px;
}

.coupon-row-grid .thumbnail-container {
    position: relative;
}

.coupon-row-grid .thumbnail-overlay {
    position: absolute;
    z-index: 5;
    background-color: #000000;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    display:none;
    text-align:center;
}

.coupon-row-grid:hover .thumbnail-overlay {
    display:block;
}

.coupon-row-grid .thumbnail-overlay p {
    color: #ffffff;
    font-size: 12px;
    padding: 12px;
}

.coupon-row-grid .thumbnail-overlay a, .coupon-row-grid .thumbnail-overlay a:hover, .coupon-row-grid .thumbnail-overlay a:active, .coupon-row-grid .thumbnail-overlay a:visited {
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    border: 1px solid #ffffff;
    font-size: 12px;
    
}

.coupon-row .thumbnail img {
    max-height: 100px;
}

.coupon-row-grid .thumbnail img {
    max-height: 150px;
}

.coupon-row-grid .coupon-details {
    clear:both;
    padding: 8px;
    height: 80px;
    overflow: hidden;
}

.coupon-row-grid .coupon-details a {
    font-size: 13px;
    color: #000000;
    text-overflow: ellipsis;
}

.coupon-row-grid .coupon-buttons {
    text-align: center;
    padding: 12px 8px;
}

.coupon-box {
    width: 150px !important;
    border-radius: 3px 3px 3px 3px;
    padding: 6px !important;
    text-shadow: none;
    background-color: #000000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-right: 0px;
}

.coupon-row-button {
    bottom: 0px;
    position: relative;
}

.coupon-row-grid .coupon-box {
    width: 100% !important;
    margin-top: 10px;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    margin-left: 0px !important;
}

.coupon-box-open {
    background-color: #e10011;
}

.vertical-middle:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}

.vertical-middle {
    vertical-align: middle;
}

.footer {
    margin-top: 30px;
    background-color: #ecf0f1;
    padding: 30px 0px 30px 0px;   
}

.footer ul {
    list-style: none;   
}

.margin-top-25 {
    margin-top: 25px;   
}

.featured-store-row {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ecf0f1;
}

.featured-store-row:last-child {
    border-bottom: none;
}


.nav-no-bottom-margin {
    margin-bottom: 0px;   
}

.search-box {
    border-radius: 0px 0px 0px 0px !important;
    border-right: 0px !important;   
}

.search-box:focus {
    border-color: #000000 !important;   
}

.search-button {
    border-radius: 0px 6px 6px 0px !important; 
    background-color: #000000;
}

.code-hidden {
    display: none;   
}

a.dark-blue, a.dark-blue:hover, a.dark-blue:visited, a.dark-blue:active {
    color: #000000;   
}

a.dark-red, a.dark-red:hover, a.dark-red:visited, a.dark-red:active {
    color: #E95D4E;   
}

a.white, a.white:hover, a.white:visited, a.white:active {
    color: #FFFFFF;   
}

#backgroundPopup{    
    display:none;    
    position:fixed;    
    _position:absolute; /* hack for internet explorer 6*/    
    height:100%;    
    width:100%;    
    top:0;    
    left:0;    
    background:#717171;    
    z-index:10; 
}

.coupon-thumbnail {
    min-height: 100px;    
    *height: 100px;
    
    vertical-align:middle;
}

.sidebar-store-thumbnail {
    min-height: 40px;    
    *height: 40px;
    margin-right: 5px;
    vertical-align:middle;
}

.coupon-description-box {
    margin-right: 0px;
}
.coupon-description-box small {
    font-size: 15px;             /* velikost písma */

}
.coupon-row-grid .coupon-description-box {
    margin-left: 0px;
    height: 75px;
    padding-bottom: 10px;
    overflow: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-top: 5px;
    background-color: #eaeaea;
    padding: 10px 5px 10px 5px;
}

.coupon-row-grid .coupon-thumbnail {
    min-height: 150px;
    *height: 150px;
}

.very-small {
    font-size: 14px;   
}

.social-icons {
    width: 38%;   
}

.social-icons img {
    width: 32px; 
    float: left; 
}

.social-icons-grid {
    margin-left: 0px !important;
}

.social-icons-grid img {
    width: 15%; 
    margin-left: 3%;
    margin-right: 3%;
    float: left; 
}

.social-icons-grid > a:first-child > img {
    margin-left: 0px !important;
}

.social-icons-grid > a:last-child > img {
    margin-right: 0px !important;
}

.sidebar-box {
    padding: 15px 0px 15px 0px;   
}

.sidebar-box:last-child {
    border-bottom:0px;   
}

#sidebar {
       
}

.letter-list {
    padding-top: 10px;
    margin-top: 0px;   
}

.letter-list ul > li > a, .letter-list ul > li > span {
    padding: 4px 10px;
}

.navbar-secondary {
    background-color: #ecf0f1;
    font-size: 12px;   
}

.navbar {
    margin-bottom: 0px !important;
}

ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;    
}

a.menu:after, .dropdown-toggle:after {
    content: none;
}

.ui-autocomplete-loading { 
    background: url('../img/ajaxload1.gif') no-repeat 98% center;
}

.external-icon {
    font-size: 9px;
    color:#888;
    margin-left: 3px;
}

.register-facebook-info {
    padding-top: 0px !important;
    margin-bottom: 20px !important;  
    display:none; 
}

.sidebar-tag {
    background-color: #ecf0f1;
    color: #000000;
    padding: 5px;
    line-height: 35px;   
    display: inline;
    border-radius: 3px 3px 3px 3px;
    font-size: 12px;
}

.sidebar-tag-active {
    background-color: #000000;
    color: #ffffff;
    padding: 5px;
    line-height: 35px;
    display: inline;
    border-radius: 3px 3px 3px 3px;
    font-size: 12px;  
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #ecf0f1 !important;   
}

.store-button,.store-button:visited {
    float: right;
    padding: 5px;
    background-color: #fefefe;
    margin-right: -22px;
    width: 100%;
    font-size: 12px;
    color: #000000;
    margin-bottom: 3px;
    border-radius: 5px 0px 0px 5px;
    text-decoration: none !important;
}

.store-button:hover, .store-button:active, .store-button-active{
    text-decoration: none !important;
    background-color: #000000 !important;
    color: #ffffff !important;
}

.fb-comments, .fb-comments span, .fb-comments iframe { 
    width: 100% !important; 
}

.user-menu a, .user-menu a:visited, .user-menu a:active{
    color: #000000;
}

.comment-box {
    padding: 12px;
}

.vote-button-up {
    background-color: #e10011;
}

.red {
    color: #aa0000;
    font-weight: bold;
}

.green {
    color: #000000;
    font-weight: bold;
}

.red-light {
    color: #aa0000;
    font-weight: normal;
}

.green-light {
    color: #000000;
    font-weight: normal;
}

.datepicker {
    background-color: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
}

.no-padding {
    padding: 0px;
}

.padding-top-10 {
    padding-top: 10px;
}

.hidden {
    display:none;
}

/* heading featured stores */

.heading-featured-box {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
    color: #333333;
    min-height: 160px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    margin-top: 16px;
    background-color: #eaeaea;
}

.heading-featured-box div {
    padding: 10px;
}

.carousel-container {
    background-color: #ecf0f1; 
    margin-top: -9px;
}

.carousel-container .carousel {
    margin-bottom: 10px;
    margin-top: 10px;
}

.social-footer {
    margin-left: 0px;
}

.social-footer li {
    padding-bottom: 6px;
}

.social-footer img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.social-sidebar {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0px;
    list-style: none;
}

.social-sidebar li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #ecf0f1;
}

.social-sidebar li:last-child {
    border-bottom: none;
}

.social-sidebar img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.coupon-title {
    font-size: 28px;   
    line-height: 32px;   
}

@media (max-width: 480px) {
    .vote-area {
        width: 50% !important;
    }

    .coupon-box {
        width: 45% !important;
        overflow: hidden !important;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        height: 22px !important;
    }

    .vote-area .vote-box {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        padding: 4px 15px 4px 10px;
        display: block;
        float: left !important;
        text-align: center;
        line-height: 12px;
        width: 35%;
    }

    .vote-area .vote-button {
        font-size: 12px; 
        width: 20%;
        height: 28px;
        margin-left: 0px !important;
        padding: 4px !important;
        float: left !important;
    }

    .vote-area .vote-margin {
        margin-right: 0px !important;
    }

    .mobile-nav {
        margin-top: 10px !important;
    }

    .category-bar li a {
        padding-left: 15px !important;
    }

    .navbar-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/* Tablet portrait */
@media (min-width: 768px) and (max-width: 979px) {
    .vote-area {
        width: 50% !important;
    }

    .coupon-box {
        width: 45% !important;
        overflow: hidden !important;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        height: 22px !important;
    }

    .vote-area .vote-box {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        padding: 4px 15px 4px 10px;
        display: block;
        float: left !important;
        text-align: center;
        line-height: 12px;
        width: 35%;
    }

    .vote-area .vote-button {
        font-size: 12px; 
        width: 20%;
        height: 28px;
        margin-left: 0px !important;
        padding: 4px !important;
        float: left !important;
    }

    .vote-area .vote-margin {
        margin-right: 0px !important;
    }

    .mobile-nav {
        margin-top: 10px !important;
    }

    .category-bar li a {
        padding-left: 15px !important;
    }
}


.store_rating {
    float:left;
    font-size: 10px;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.store_rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.store_rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
}

.store_rating > input:checked ~ label:before {
    color: #fb8b24;
    content: "\2605";
}

.store_rating:not(:checked) > label:hover:before,
.store_rating:not(:checked) > label:hover ~ label:before {
    color: #fb8b24;
    content: "\2605";
}

.store_rating > input:checked + label:hover:before,
.store_rating > input:checked + label:hover ~ label:before,
.store_rating > input:checked ~ label:hover:before,
.store_rating > input:checked ~ label:hover ~ label:before,
.store_rating > label:hover ~ input:checked ~ label:before {
    color: #fb8b24;
    content: "\2605";
}
