.img-responsive{
    max-height: 100%;
    width: 100%;
}

.img-disabled {
    filter: url('../js/filters.svg#grayscale'); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Google Chrome Canary */
}

.img-coupon{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.img-coupon-details{
    border-radius: 10px;
}
.coupon-price{
    min-height: 100px;
    margin-top: 30px;
}
.coupon-price-left{
    width: 50%;
    float: left;
    background-color: #FFF;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
}
.coupon-price-left-inner{
    width: 100%;
    padding: 20px;
}
.coupon-price-left-label, .coupon-price-left-value{
    color: #007A3E;
}
.coupon-price-left-value{
    font-size: 22px;
}
.coupon-price-right{
    width: 50%;
    float: left;
    background-color: #007A3E;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
}
.coupon-price-right-inner{
    width: 100%;
    padding: 20px;
}
.coupon-price-right-label, .coupon-price-right-value{
    color: #FFF;
}
.coupon-price-right-value{
    font-size: 22px;
}
.coupon-price-after{
    width: 100%;
    float: left;
    background-color: #007A3E;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
}
.coupon-price-before{
    width: 100%;
    float: left;
    background-color: #FFF;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
}
.coupon-name{
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #2A3236;
}
.coupon-info-exp{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #859098;
    margin: 20px 10px;
}

.coupon-info{
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    min-height: 100px;
    display: table;
}
.coupon-table{
    display: table-row;
}
.coupon-info-icon {
    width: 10%;
    display: table-cell;
    vertical-align: middle;
}

.coupon-info-desc{
    padding: 15px;
    width: 90%;
    display: table-cell;
    vertical-align: middle;
}

.coupon-info-icon .img-icon{
    width: 50px;
    float: left;
}
.tutTextGreen {
    color: #007A3E;
    font-weight: 700;
    line-height: 32px;
    font-size: 22px;
    margin-bottom: 8px;
}
.tutText {
    font-size: 16px;
    line-height: 24px;
}

.tutTextBold {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.gallery-text{
    min-height: 115px;
}

.pull-right-button{
    float:right;
}
.award-item{
    border: 2px solid #007A3E;
}
.award-name{
    font-size: 18px;
    padding: 20px 15px 10px 15px;
    font-weight: 600;
    margin: 0;
    min-height: 100px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    background: #59b2e5 !important;
    color: #ffffff !important;
    border: 1px solid royalblue !important;
}

.flag-en{
    background: url("../../../img/flags/en.png");
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
}

.flag-pl{
    background: url("../../../img/flags/pl.png");
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
}

.flag-ua{
    background: url("../../../img/flags/ua.png");
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
}

.flag-ru{
    background: url("../../../img/flags/ru.png");
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
}

.list-langs a{
    padding-left: 45px !important;
}

.form-horizontal{
    padding-left: 10px;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

    .navbar-nav {
        margin-top: 30px;
        float: right;

    }

    .navbar-nav > li {
        color: #222222;
        text-transform: capitalize;
        display: block;
        font-size: 1.8em;
        font-weight: 600;
        letter-spacing: 1px;
        list-style: none;
        position: relative;
        height: 52px;
    }

    .navbar-inverse .navbar-nav > .active{
        height: 59px;
        color: #b79966;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
    }

    .navbar-nav > li.first{
        width: 10px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
    }

    .navbar-nav > li.last{
        width: 10px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
    }
.logout-header {
    height: 30px;
    width: 100%;
}
.logout-button {
    float: right;
    background: none;
    border: none;
    font-size: 16px;
    color: #949494;
}
.navbar-brand{
    padding: 0px 0px;
}
.navbar-inverse .navbar-collapse{
    border-color: #007A3E;
    border-width: 2px;
}
.navbar-border{
    border-bottom: 2px solid #007A3E;
    padding-bottom: 40px;
}
@media (max-width: 767px){
    .navbar-border{
        border-bottom: 2px solid #007A3E;
        padding:10px;
    }
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #47241D;
}

.discounts-table{
    margin-top: 20px;
}

.change-mode-button{
    border-radius: 5px;
    background-color: #e20a19 !important;
    border-color: #e20a19 !important;
}
.text-brown{
    color: #47241D;
}

.text-additional-info{
    margin-top: 10px;
    color: #47241D;
}

.big-family{
    margin-top:30px;
}

.top-awards-box{
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

.top-awards-box .thumbnail{
    border: 1px solid #FFB300;
    border-radius: 5px;
    /*padding-left: 2px;*/
    /*padding-right: 2px;*/
}

.top-awards-box .caption{
    text-align: center;
}

.top-awards-box .img-responsive{
    margin-top: 5px;
}

.top-awards-box .thumbnail img{
    border: none;
}

.top-awards-box .award-points{
    background-color: #FFB300;
    color: #47241D;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
}
.top-awards-box .thumbnail .visit a {
    background-color: #47241D;
    opacity: 0.8;
    color: #FFD92F;
    border-radius: 5px;
}
.similar-awards .media-object{
    width: auto;
}

.award-price-before-discount{
    background-color: #FFB300;
    font-size: 15px;
}

.award-liked{
    color: #FFD92F;
    cursor: pointer;
}

.award-not-liked{
    color: #999999;
    cursor: pointer;
}

@media (max-width: 788px){
    .container {
    }
    .wrapper{
        padding-top: 75px;
    }

}

/*@media (min-width: 768px) and (max-width: 991px) {*/
/*@media (min-width: 768px) and (max-width: 800px) {*/
@media (max-width: 800px) {

/*    .navbar-collapse .ng-scope .in{
        overflow: hidden;
    }*/

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
/*    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }*/
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px 0px;
        left: 0px;
        right: 0px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
/*    .navbar-collapse.collapse.in {
        position: absolute;
        left: 0px;
        right: 0px;
        display: block!important;
    }
    .collapsing {
        position: absolute;
        left: 0px;
        right: 0px;
        overflow: hidden!important;
    }*/
    .navbar-nav li#search {
        width: 100%;
    }
    .logout-responsive{
        visibility: visible;
    }
    .wrapper{
        padding-top: 75px;
    }
}

.navbar-toggle{
    background-color: #efefef;
    border-color: #222222;;

}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #47241D;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    background-color: #007A3E;
}
#login-box{
    position: absolute;
    right: 20px;
    top:40px;
    width: 400px;
    visibility: visible;
}
#login-box-container{
    position: relative;
}

.main-page-banner, .banner-div{
    width: 100%;
    height: 100%;
}
.top-logo-big{
    margin-top: 15px;
    width: 125px;
    height: auto;
}

@media (min-width: 1100px) and (max-width:1199px){
    .container {
        width: 1070px;
    }
}
@media (min-width: 1100px){
    .top-logo-small{
        display: none !important;
    }
    .hidden-when-logo-big{
        display: none !important;
    }
}
@media (max-width: 1099px){
    .top-logo-big{
        display: none !important;
    }
    .top-logo-small{
        margin-left: 30px;
    }
    @media(min-width: 800px){
        .navbar .container{
            padding-left: 0px;
            padding-right: 0px;
        }
    }
    .container{
        width: 100%;
    }

    .navbar-nav{
       /* width: 100%;*/
       /* background-image: url("../../../img/themes/pip2/menu-bg.png");*/
        margin-top: 0px;
    }
    .hidden-when-logo-small{
        display: none !important;
    }
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 10px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 50px; }

.awards-search-icon{
    color: #CCCCCC;
}

.awards-remove-icon{
    color: #CCCCCC;
    cursor: pointer;
    pointer-events: auto !important;
}

.cookies-info {
    height: auto;
    width: 100%;
    text-align: left;
    background-color: #666666;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 999;
    overflow: hidden;
    color: #FFF;
    font-size: 14px;
    line-height: 120%;
    position: fixed;
    bottom: 0;
    box-shadow: -2px 0 10px #ddd;
}

.cookies-info a {
    color: #007A3E;
    text-decoration: underline;
}

.cookies-info a:hover{
    color: #007A3E;
}

.cookie-close {
    background: none;
    text-transform: uppercase;
    border: none;
    margin-top: 7px;
    color: #FFF;
    cursor: pointer;
    opacity: 1;
}
.cookie-close :hover {
    opacity: 0.6;
}

.save-personal-data-button{
    font-size: 20px !important;
    color: #47241D !important;
    background-color: #fbb801 !important;
    border-color: #fbb801 !important;
    font-weight: bold;
}

.save-personal-data-button:hover{
    background-color: #FFB300!important;
    border-color: #FFB300!important;
}

.alert-register{
    background-color: #007A3E;
    border-color: #007A3E;
    color: white;
    font-size: 25px;
    font-weight: 300;
    padding: 20px;
    border-radius: 10px;
}

.alert-register a{
    color: white;
}

.hl-btn:hover, .hl-btn:focus {
    color: #007A3E;
}

.alert-danger a{
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

#date-picker {
    cursor: pointer;
}
.input-main{
    color: #222222;
    border-color: #e9ebea;
    background-color: #f4f4f4;
}
ol li {
    margin-bottom: 10px;
}