/* global styles */

.clr {
    clear: both;
}

.lozad {
    max-width: 100%;
}

a:focus,
a:active {
    outline: none;
}

/* global styles */



/* styles 404 */

.wrap-404 .text-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 100px 0 10px 0;
}

.wrap-404  .title-404 {
    font-size: 6em;
    font-weight: 700;
    color: #000;
}

.wrap-404  .subtitle-404 {
    font-size: 40px;
    font-weight: 700;
    color: #be9656;
    margin: 50px 0 55px 0;
    text-align: center;
    line-height: 42px;
}

/* styles 404 */


/* styles cookies */

.cookie-info {
    position: fixed;
    display: none;
    left: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(255,255,255,0.9);
    padding: 15px 40px 15px 0;
}

.cookie-info p {
    color: #333;
    font-size: 16px;
    margin: 0;
    font-weight:300;
    padding: 0 0 0 50px;
}

.close-outer {
    position: absolute;
    margin: auto;
    width: 40px;
    cursor: pointer;
    top: 14px;
    right: 30px;
}

.close-inner {
    width: inherit;
    text-align: center;
}

.close-outer label {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #000;
    transition: all .3s ease-in;
    opacity: 0;
    cursor: pointer;
    top: -2px;
    left: -4px;
    position: relative;
}

.close-inner:before, .close-inner:after {
    position: absolute;
    content: '';
    height: 1px;
    width: inherit;
    background: #000;
    left: 0;
    transition: all .3s ease-in;
}

.close-inner:before {
    top: 50%;
    transform: rotate(45deg);
}

.close-inner:after {
    bottom: 50%;
    transform: rotate(-45deg);
}

.close-outer:hover label {
    opacity: 1;
}

.close-outer:hover .close-inner:before,
.close-outer:hover .close-inner:after {
    transform: rotate(0);
}

.close-outer:hover .close-inner:before {
    top: 0;
}

.close-outer:hover .close-inner:after {
    bottom: 0;
}


/* styles cookies */


/* clear problem */

@media (min-width:1200px){
    .col-lg-1:nth-child(12n+1){clear:left;}
    .col-lg-2:nth-child(6n+1){clear:left;}
    .col-lg-3:nth-child(4n+1){clear:left;}
    .col-lg-4:nth-child(3n+1){clear:left;}
    .col-lg-6:nth-child(odd){clear:left;}
}

@media (min-width:992px) and (max-width:1199px){
    .col-md-1:nth-child(12n+1){clear:left;}
    .col-md-2:nth-child(6n+1){clear:left;}
    .col-md-3:nth-child(4n+1){clear:left;}
    .col-md-4:nth-child(3n+1){clear:left;}
    .col-md-6:nth-child(odd){clear:left;}
}

@media (min-width:768px) and (max-width:991px){
    .col-sm-1:nth-child(12n+1){clear:left;}
    .col-sm-2:nth-child(6n+1){clear:left;}
    .col-sm-3:nth-child(4n+1){clear:left;}
    .col-sm-4:nth-child(3n+1){clear:left;}
    .col-sm-6:nth-child(odd){clear:left;}
}

@media (max-width:767px){
    .col-xs-1:nth-child(12n+1){clear:left;}
    .col-xs-2:nth-child(6n+1){clear:left;}
    .col-xs-3:nth-child(4n+1){clear:left;}
    .col-xs-4:nth-child(3n+1){clear:left;}
    .col-xs-6:nth-child(odd){clear:left;}
}

/* clear problem */
