@media (min-width: 1200px) {
    .container {
        width: 1180px;
    }
}

h5, .h5 {
    font-size: 16px;
}
.img-responsive{
    max-height: 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 */
}

.gallery-text{
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    min-height: 150px;
}

.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;
}

.big-logo{
    width: 182px;
}
.small-logo{
    height:45px;
    padding-left: 42%;
    float:left;
}
.navbar-header{
    float: none;
    width: auto;
}
@media (max-width: 768px) {
    .navbar-header {
        float: left;
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header {
        float: left;
        width: 30%;
    }
}

@font-face {
    font-family: 'glyphicons-gatta';
    src: url('glyphicons-gatta.eot?io4o45');
    src: url('glyphicons-gatta.eot?#iefixio4o45') format('embedded-opentype'), url('glyphicons-gatta.woff2?io4o45') format('woff2'), url('glyphicons-gatta.woff?io4o45') format('woff'), url('glyphicons-gatta.ttf?io4o45') format('truetype'), url('glyphicons-gatta.svg?io4o45#glyphicons-gatta') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="gattaicon "], [class*="gattaicon"] {
    font-family: 'glyphicons-gatta';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'URWGrotesk';
    src: url('URWGrotesk.otf') format("opentype");
}
@font-face {
    font-family: 'URWGroteskWide';
    src: url('URWGroteskExtWid.otf') format("opentype");
}
.button-arrow{
    font-size: 20px;
}

.headericon {
    color: white;
    font-size: 32px;
    line-height: 38px;
    vertical-align: middle;
    -o-transition: all ease-in-out 250ms;
    -webkit-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms;
}
.headericon:hover {
    color: #a49260;
}

.icon-facebook2:before {
    content: "\e600";
}
.icon-youtube:before {
    content: "\e604";
}
.icon-instagram:before {
    content: "\e601";
}
.icon-pinterest2:before {
    content: "\e602";
}

.navbar-nav li{
    background-color: transparent;
    color: #FFFFFF;
    cursor: pointer;
}

.navbar-nav li a{
    padding: 12px 10px 12px 10px;
}

.navbar > .container .navbar-brand {
    margin-left: 0px !important;
    float: none;
    padding:0;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: none;
    float: left;
    width: 100%;
}
@media (max-width: 767px) {
    /* for xs devices */
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: none;
        float: none;
        width: 100%;
        padding: 0;
        margin-left: 5px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    /* for xs devices */
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        float: left;
        width: 70%;
    }
}

#wrap-side, #wrap-side2, #wrap-side3{
    height: 490px;
    background: url(../../../img/gatta/gattaIntroPlain.jpg);
    background-size: cover;
    background-position: top;

}

.row{
    margin-left: 0px;
    margin-right: 0px;
}

.pwd-lost-q a{
    color: #a49260;
    text-decoration: underline;
}

.pwd-lost-q a:active, .pwd-lost-q a:hover{
    color: #a49260;
    text-decoration: underline;
}

.head-inverse .text-red{
    color: #a49260;
    font-weight: bold;
}

.head-inverse .text-muted{
    color: #a49260;
    font-size: 20px;
}

.table > thead > tr > th {
    color: #000000;
    font-family: 'URWGrotesk', Arial, Helvetica, sans-serif;
    font-weight: 400;
}
.label {
    border-radius: 0px;
}

.gallery-text .label-red{
    background-color: #005E86;
}

.navbar-inverse .navbar-nav > li#search > a:hover, .navbar-inverse .navbar-nav > li#search > a:focus{
    background: inherit;
    background-color: #007582;
}

.multi-checkbox-label-group {
    border-top: 1px solid #005E86;
}

.multi-checkbox-form-group:last-child{
    height: 40px;
    border-bottom: 1px solid #005E86;
}

.main-view{
    min-height: 100%;
    overflow: auto;
}

.partial-view{
    padding-bottom: 100px;
}

#footer .navbar.navbar-bottom{
    margin-bottom: 0;
}

.basket {
    float: right;
}

.order-award-remove-all {
    color: #ab0002;
}
.order-award-remove-all:hover {
    color: #840002;
}

.navigate-to-basket {
    float: right;
}
.add-basket {
    font-size: small;
}

.cookies-info {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #f0f0f0;
    padding: 10px 5px;
    text-align: center;
    color: #7f7e7e;
    z-index: 9000;
    font-size: 11px;
    -webkit-box-shadow: inset 0px 6px 8px -4px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 6px 8px -4px rgba(0, 0, 0, 0.5);
}

.cookie-close {
    text-transform: uppercase;
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    float: right;
    padding: 0;
    background: none;
    border: none;
    color: #656565;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
    font-size: 10px;
    margin-top: 2px;
    line-height: 1.428571429;
}

.cookie-close:before {
    content: '\e014';
    display: inline-block;
    margin: 0 2px 2px 0;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
}

#date-picker {
    cursor: pointer;
}

/*Gatta dedicated*/

.navbar-brand{
    float: none;
}

.navbar-header{
    text-align: center;
    margin-bottom: 2em;
}

.navbar-collapse{
    min-height: 22px;
    width: 100%;
}

.navbar-nav > li{
    /*font-size: 13px;*/
    padding: 0;
}

.navbar-nav > li > a{
    padding: 1em 0.3em;
    margin: 0px auto 0 auto;
    text-align: center;
    line-height: initial;
}

/*TODO: to psuje menu mobile*/

.navbar-nav{
    display: table;
    width: 100%;
    table-layout: fixed;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 18px;
    border-bottom: 3px solid #d9d9d9;
    font-family: 'URWGroteskWide', Arial, Helvetica, sans-serif;
    font-size: 20px;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav{
        font-size: 16px;
    }
}

.navbar-nav li {
    display: table-cell;
    float: none;
    width: 100%;
    vertical-align: top;
    margin-right: 18px;
}

.logout-menu{
    list-style: none;
    text-transform: uppercase;
}


@media (min-width: 768px){
    .small-logo{
        display: none !important;
    }
}


@media (max-width: 767px){
    .big-logo{
        display: none !important;
    }

    .navbar-nav li{
        display: block !important;
    }

    .navbar-nav {
        display: block !important;
        margin: 0 0;
    }


}

.navbar-toggle {
    margin-top: 0px !important;
}

.alert-success {
    color: white;
    background-color: #a49260;
    border-color: #a49260;
}

input, button {
    -o-transition: all ease-in-out 250ms;
    -webkit-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms;
}
.permissions{
    margin: 3px 0 10px 10px;
}
#permissionPd .control-label{
text-align:right;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}
.form-horizontal .control-label {
    font-family: 'URWGrotesk', Arial, Helvetica, sans-serif;
    font-weight:400;
}

.lead {
    background-color: #000;
}
.lead{
    margin-bottom: 0;
}
.info-all-points-label, .info-exp-points-label {
    color:#000;
    font-size: 1em;
    text-align: center;
    text-transform:uppercase;
    padding:6% 0 2% 0;
}
.info-discount-label {
    color:#000;
    font-family: 'URWGrotesk', Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 1.2em;
    text-align: center;
    text-transform:uppercase;
    padding:6% 0 2% 0;
}
.info-all-points-value, .info-all-percent-value {
    color:#a49260;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 3.086em;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 10px;
}

.info-all-points-value {
    padding-bottom: 60px;
}

.info-exp-points-value {
    color:#a49260;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: center;
    font-size: 2em;
    padding-bottom: 10%
}

.customer-info-personal {
    border-top:2px solid #a49260;
    padding: 0 2%;
}


.customer-info-name {
    font-size: 2em;
    text-align: center;
    padding: 8% 0 8% 0;
}
.customer-info-label {
    float:left;
    width:35%
}

.customer-info-value {
    float: left;
    width: 65%;
    text-align: right;
}

.serif-font {
    font-family: Georgia, "Times New Roman", Times, serif;
}

.panel-title{
    font-family: 'URWGroteskWide', Arial, Helvetica, sans-serif;
}

.nav-claim{
    text-align: center;
    border-top: 3px solid #000;
    width: 30%;
    padding-top: 15px;
    padding-bottom: 40px;
    margin: 0 auto;
    font-size: 24px;
    letter-spacing: 4px;
    font-family: 'URWGroteskWide', Arial, Helvetica, sans-serif;
}
.alert-danger-narrow{
    margin-bottom:5px;
}

.btn-short {
    padding: 6px 15px;
}

.joining-date{
    margin-top: 20px;
    color: #a49260;
    float: right;
}
.gatta-required{
    margin-top: 20px;
    color: #ff0000;
    float: right;
}

.form-actions{
    float:right;
}

.message-info {
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: 'URWGrotesk', Arial, Helvetica, sans-serif;
}

.black-header{
    color:#FFFFFF;
    background:#000000;
    height:40px;
    top: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

li#search a {
    color: #fff;
}

li#search a:hover {
    color: #a49260;
    text-decoration: none;
}

span.fa.fa-power-off {
    padding-right: 3px;
}

.block {
    height: 92%;
    text-align: right;
    padding-right: 10%;
    background: transparent;
    border: none;
    margin: 20px;
}

.block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */

    /* For visualization
    background: #808080; width: 5px;
    */
}

.centered {
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    padding: 10px 15px;
    background: #fff;
    border: double 15px rgba(255,255,255,1);
    background-clip: padding-box;
}

.section-back-button-inside{
    position: absolute;
    text-align: right;
    width: 100%;
    margin-top: 5px;
    padding-right: 15px;
}

#gt-change label.col-sm-6 {
    width: 30%;
}

#gt-contact label.col-sm-5 {
    width: 25%;
    text-align: left;
    font-family: 'URWGroteskWide', Arial, Helvetica, sans-serif;
}

/* ANGULAR CIRCLES */

.progress-wrapper {
    position: relative;
    margin: 20px auto;
    font-size: 40px;
    text-align: center;
}

.progress-digits {
    position: absolute;
    font-weight: 100;
    line-height: 1;
    color:#a49260;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.9em;
}

.round-progress-wrapper{
   /* padding-left:10%;*/
}

.gatta-percent{
    margin-top: -15px;
    padding-left: 55px;
}

.gatta-discount{
    margin-left: -30px;
}

