.gu-tiles {
    padding: 0;
    margin: 0;
}
.gu-tiles li {
    display: block;
    float: left;
    position: relative;
    height: 0;
    width: 32.5%;
    padding-bottom: 32.5%;
    margin: 0 1.25% 1.25% 0;
    background-color: #ffffff;
}
.excursions-on-flights .gu-tiles li {
    display: inline-block;
}
.gu-tiles.excursion-container-flights li {
    display: block;
    position: relative;
    height: 0;
    float: none;
    width: 32.5%;
    padding-bottom: 32.5%;
    margin: 0 1.25% 1.25% 0;
    background-color: #ffffff;
}
.gu-tiles li:nth-of-type(3n) {
    margin: 0 0 1.25% 0;
    /*margin: 0; todo: #design-var */
}
.gu-tiles.static li {
    width: 305px;
    height: 305px;
    padding-bottom: 0;
}
.gu-tiles.static li:nth-of-type(3n) {
    margin: 5px;
}
.gu-tiles.static li:nth-child(4n) {
    /*margin-right: 5px;*/
	margin: 5px;
}

.gu-tiles li.guide {

}
.gu-tiles li .item-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #909eaf;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.gu-tiles li .item-wrapper .image,
.gu-tiles li .item-wrapper img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.gu-tiles li .item-wrapper .info-line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    text-align: center;
    z-index: 3;
}

/* Excursion tiles */
.gu-tiles li.excursion .item-wrapper .info-line .city {
    position: absolute;
    bottom: 16px;
    left: 0;
    height: 14px;
    line-height: 14px;
    padding: 0 0 0 13px;
    /*font-size: 14px; todo: initial style
    font-weight: 200;
    text-transform: uppercase;
    color: #ffffff; */
    font-size: 13px;
    font-weight: 400;
    color: #909eaf;
    z-index: 2;
}
.gu-tiles li.excursion .item-wrapper .info-line .title,
.gu-tiles li.ask-guides .main-board-wrapper .title {
    position: absolute;
    bottom: 40px;
    left: 0;
    height: auto;
    padding: 0 0 0 13px;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #ffffff;
    z-index: 2;
}
.gu-tiles li .item-wrapper .title .big-text {
    display: none;
}
.gu-tiles li .item-wrapper .title .small-text {
    display: block;
}
.gu-tiles li:hover .item-wrapper .title .big-text {
    display: block;
}
.gu-tiles li:hover .item-wrapper .title .small-text {
    display: none;
}
/* Guide tiles */
.gu-tiles li.guide .item-wrapper .info-line .guide-name {
    position: absolute;
    left: 13px;
    top: 6px;
    height: 45px;
    text-align: left;
}
.gu-tiles li.guide .item-wrapper .info-line .guide-name .name {
    line-height: 16px;
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 600;
    vertical-align: bottom;
    color: #ffffff;
}
.gu-tiles li.guide .item-wrapper .info-line .guide-name .guide-title {
    font-size: 11px;
    line-height: 11px;
    color: #909eaf;
}
.gu-tiles li.guide:hover .item-wrapper .info-line .guide-name .guide-title,
.gu-tiles li:hover .item-wrapper .info-line .city {
    color: rgba(255, 255, 255, 0.8);
}
.gu-tiles li.guide .item-wrapper .info-line .likes {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    right: 10px;
    bottom: 43px;
    width: auto;
    height: 25px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 2px;
    color: #ffffff;
    padding: 0 8px 0 27px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.15 );
}
.gu-tiles li.guide .item-wrapper .info-line .likes i {
    position: absolute;
    left: 6px;
    top: -1px;
    opacity: 0.5;
}

/* Ask Guide tiles */
.gu-tiles li.ask-guide .item-wrapper .counter {
    position: absolute;
    top: 11px;
    left: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    z-index: 5;
}
.gu-tiles li.ask-guide .item-wrapper .counter i {
    margin: 0 8px -3px 0;
    font-size: 17px;
}
.gu-tiles li.ask-guide .item-wrapper .counter.comments {
    left: 88px;
}
.gu-tiles li.ask-guide .item-wrapper .flag {
    right: 15px;
    bottom: 14px;
}

.gu-tiles li.ask-guide:hover .item-wrapper .info-line {
    display: none;
}

.gu-tiles li.ask-guide .main-board-wrapper .title {
    position: absolute;
    top: 50px;
    left: 0;
    height: 25px;
    width: 100%;
    font-size: 24px;
    font-weight: 900;
    line-height: 24px;
    color: #ffffff;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}
.gu-tiles li.ask-guide .main-board-wrapper .counters {
    position: absolute;
    top: 90px;
    left: 0px;
    height: 25px;
    width: 100%;
    font-size: 18px;
    font-weight: 200;
    line-height: 24px;
    color: #ffffff;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}
.gu-tiles li.ask-guide .view-all-wrapper {
    position: absolute;
    top: 135px;
    left: 0;
    height: 33px;
    width: 100%;
    text-align: center;
}
.gu-tiles li.ask-guide .view-all-wrapper .view-all-btn {
    display: inline-block;
    width: 125px;
    height: 33px;
    line-height: 31px;
    background: rgba(37, 52, 68, 0.5);
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    font-size: 10px;
    text-transform: uppercase;
}
.gu-tiles li.ask-guide .view-all-wrapper .view-all-btn:hover {
    background: #ed004e;
}
.gu-tiles li.ask-guide .view-all-wrapper .view-all-btn:active {
    background: #ff0054;
}
.gu-tiles li.ask-guide .counters .counter-big {
    display: inline-block;
}

.gu-tiles li.ask-guide .board-dark-overlay {
    z-index: 2;
    background-color: rgba(50, 59, 69, 0.85);
}

/* Flag common for all tiles - right bottom corner */
.item-wrapper .flag {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 20px;
    border: 1px solid #ffffff;
    z-index: 2;
}
.item-wrapper .flag-from {
    left: 10px;
}
.item-wrapper .flag.country-np {
    border: none;
}
.item-wrapper .flag img {
    width: 37px;
    margin-top: -7px;
    margin-left: -1px
}

/* Placeholder Tiles */
.gu-tiles li.placeholder .item-wrapper {
    background: #253444 url(/img/guides/mustache.png) no-repeat 50% 40%;
    color: #909caa;
}
.gu-tiles li.placeholder .item-wrapper .welcome-text {
    position: absolute;
    left: 0;
    bottom: 30%;
    width: 100%;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
}
.gu-tiles li.placeholder:hover .item-wrapper {
    background-color: #314255;
    color: #ffffff;
}

/* Overlays */
.gu-tiles li .full-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}
.gu-tiles li:hover .full-overlay {
    display: block;
}
.gu-tiles li .full-overlay.hover-hidden {
    display: block;
}
.gu-tiles li:hover .full-overlay.hover-hidden {
    display: none;
}
.gu-tiles li .full-overlay.static,
.gu-tiles li:hover .full-overlay.static {
    display: block;
}
.gu-tiles li .dark-overlay {
    z-index: 1;
    background-color: rgba(24, 38, 59, 0.5);
}
.gu-tiles li.guide .dark-overlay {
    background: radial-gradient(transparent 40%, rgba(24, 38, 59, 0.5) 100%);
}
.gu-tiles li.guide .light-overlay {
    z-index: 2;
    background-color: rgba(24, 38, 59, 0.2);
    /*background-color: rgba(255, 255, 255, 0.15);*/
    /*background-color: rgba(0, 0, 0, 0.3); todo: #design-var */
}
.gu-tiles li.guide:hover .light-overlay {
    background-color: transparent;
}
.gu-tiles li .text-dark-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: rgba(0, 0, 0, 0.3); /* Old browsers */
    background: -moz-linear-gradient(bottom, rgba(24, 38, 59, 0.70) 0%, rgba(24, 38, 59, 0.01) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(24, 38, 59, 0.70) 0%, rgba(24, 38, 59, 0.01) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(24, 38, 59, 0.70) 0%, rgba(24, 38, 59, 0.01) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.main-views-excursions {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #ffffff;
    z-index: 2;
}

/* Load More button */
.gu-tiles li.load-more-wrapper {
    opacity: 1;
    width: 100%;
    height: 40px;
    padding: 10px 0 20px 0;
    margin: 0;
    background: transparent;
    text-align: center;
}
.gu-tiles li.load-more-wrapper button {
    min-width: 33%;
}
/* Responsive */
@media (min-width: 1498px) {
    .gu-tiles li {
        display: block;
        float: left;
        background-color: #ffffff;
        position: relative;
        height: 0;
        width: 24.25%;
        padding-bottom: 24.25%;
        margin: 0 1% 1% 0;
    }
    .gu-tiles li:nth-of-type(3n) {
        margin: 0 1% 1% 0;
    }
    .gu-tiles li:nth-of-type(4n) {
        margin: 0 0 1% 0;
    }
    .gu-tiles li.ask-guide .main-board-wrapper .view-all-wrapper {
        top: 135px;
    }
    .gu-tiles li.ask-guide .main-board-wrapper .title {
        top: 40px;
    }
}

/* Custom styles */
.gu-tiles.row-four li {
    display: block;
    float: left;
    background-color: #ffffff;
    position: relative;
    height: 0;
    width: 24.25%;
    padding-bottom: 24.25%;
    margin: 0 1% 1% 0;
}
.gu-tiles.row-four li:nth-of-type(3n) {
    margin: 0 1% 1% 0;
}
.gu-tiles.row-four li:nth-of-type(4n) {
    margin: 0 0 1% 0;
}

.gu-tiles.row-four.excursion-container-flights li {
    display: block;
    float: none;
    background-color: #ffffff;
    position: relative;
    height: 0;
    width: 24.25%;
    padding-bottom: 24.25%;
    margin: 0 1% 1% 0;
}

.gu-tiles.row-four.excursion-container-flights li {
    display: inline-block;
    background-color: #ffffff;
    height: 0;
    width: 24.25%;
    padding-bottom: 24.25%;
    margin: 0 1% 1% 0;
}

.flightTile.selected .full-overlay{
    display: block;
}
.price-block {
    display: inline-block;
    position: absolute;
    left: 15px;
    bottom: 10px;
    box-sizing: border-box;
    width: auto;
    min-width: 60px;
    height: 33px;
    font-size: 17px;
    font-weight: 400;
    line-height: 33px;
    border-radius: 0;
    color: #ffffff;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba( 255, 255, 255, 0.15 );
}
.plane-icon .tp-plane {
    font-size: 20px;
}
.plane-icon .tp-roundtrip {
    font-size: 25px;
    vertical-align: sub;
}
.plane-icon {
    position: absolute;
    bottom: 10px;
    left: Calc(50% - 23px);
    transform: translateX(50%);
}
.item-wrapper .price-label{
    position: absolute;
    top: 35px;
    right: 0;
    background: #515d6b;
    padding: 2px 7px;
    font-weight: bold;
    color: white;
}
.excursions-on-flights .item-wrapper .price-label{
    top: 10px;
    right: initial;
}