.gp-tiles-section {
padding: 100px 0;
background-color: #edeceb;
}
.gp-t-title {
font-size: 48px;
text-transform: uppercase;
font-weight: bold;
}
.gp-t-item-row {
position: relative;
overflow: hidden;
margin-left: -35px;
margin-right: -35px;
}
.gp-t-item-row + .gp-t-item-row {
margin-top: 35px;
}
.gp-t-item-row.open { }
.gp-t-subtitle {
font-size: 30px;
margin-top: 20px;
margin-bottom: 55px;
}
.gp-t-item-col {
position: static;
padding: 35px;
}
.gp-t-item-col + .gp-t-item-col {
}
.gp-t-item {
position: relative;
padding-top: 100%;
background-color: #fff;
cursor: pointer;
-webkit-transition: .4s;
-o-transition: .4s;
-moz-transition: .4s;
transition: .4s;
}
.gp-t-item:hover,
.gp-t-item-wrapper.open .gp-t-item {
-webkit-box-shadow: inset 0px 0px 0px 10px #c5c5c5;
-moz-box-shadow: inset 0px 0px 0px 10px #c5c5c5;
box-shadow: inset 0px 0px 0px 10px #c5c5c5;
background-color: transparent;
color: #c5c5c5;
}
.gp-t-item .gp-icon {
-webkit-transition: .4s;
-o-transition: .4s;
-moz-transition: .4s;
transition: .4s;
}
.gp-t-item:hover .gp-icon {
fill: #c5c5c5;
}
.gp-t-item-content {
position: absolute;
top: 0;
left: 0;
padding: -webkit-calc(27% - 40px) 20px;
padding: -moz-calc(27% - 40px) 20px;
padding: calc(27% - 40px) 20px;
text-align: center;
width: 100%;
height: 100%;
}
.gp-t-item-img {
margin: 0 auto;
}
.gp-t-item-title {
margin-bottom: 10px;
}
.gp-t-item-title h4 {
text-transform: uppercase;
font-size: 30px;
font-weight: bold;
min-height: 75px;
}
.gp-t-big {
position: absolute;
display: none;
left: 0;
padding: 0 35px;
width: 100%;
}
.gp-t-big-padding {
background-color: #fff;
margin-top: 35px;
padding: 35px 40px 50px 40px; position: relative;
}
.gp-t-big-item {  background-color: #fff;
display: none;
}
.gp-t-big-item.active {
display: block;
}
.gp-t-big.open,
.gp-t-big.slides {
z-index: 9;
}
.gp-t-big-bg {
background-color: #c5c5c5;
position: relative;
}
.gp-t-big .gp-t-item-title {
margin-bottom: 30px;
}
.gp-t-big-rating {
position: absolute;
top: -80px;
right: -10px;
width: 200px;
height: 80px;
}
.gp-t-big-rating h5 {
position: absolute;
font-size: 30px;
text-transform: uppercase;
padding-top: 40px;
text-align: right;
right: 85px;
}
.gp-t-big-rating svg,
.gp-t-big-rating img {
position: absolute;
bottom: 0;
right: 0;
height: 100%;
-webkit-transition: .4s;
-o-transition: .4s;
-moz-transition: .4s;
transition: .4s;
}
.gp-t-big-rating .gp-logo {
-webkit-transition: .4s;
-o-transition: .4s;
-moz-transition: .4s;
transition: .4s;
}
.gp-t-rating-gold .gp-t-big-rating .gp-logo {
fill: #a58812;
}
.gp-t-rating-silber .gp-t-big-rating .gp-logo {
fill: #808183;
}
.gp-t-rating-bronze .gp-t-big-rating .gp-logo {
fill: #63431d;
}
.gp-t-big-controls a span {
position: absolute;
}
.pagestyle-winner .gp-t-big-controls a span {
opacity: 0;
visibility: hidden;
}
.pagestyle-winner .gp-t-big[data-index="0"] .gp-t-big-controls a span:nth-of-type(1),
.pagestyle-winner .gp-t-big[data-index="1"] .gp-t-big-controls a span:nth-of-type(2),
.pagestyle-winner .gp-t-big[data-index="2"] .gp-t-big-controls a span:nth-of-type(3) {
opacity: 1;
visibility: visible;
}
.gp-t-big-content.content.tf {
margin-bottom: 50px;
padding-top: 10px;
}
.gp-t-big-controls {
position: absolute;
right: 35px;
bottom: 35px;
width: 230px;
height: 35px;
}
.gp-t-big-controls a {
cursor: pointer;
}
.gp-t-big-controls img,
.gp-t-big-controls span {
-webkit-transition: .2s;
-o-transition: .2s;
-moz-transition: .2s;
transition: .2s;
position: relative;
-webkit-transform: translateX(1px);
-moz-transform: translateX(1px);
-ms-transform: translateX(1px);
-o-transform: translateX(1px);
transform: translateX(1px);
}
.gp-t-big-controls .gp-t-control-prev span {
left: 0;
-webkit-transform: translateX(30px);
-moz-transform: translateX(30px);
-ms-transform: translateX(30px);
-o-transform: translateX(30px);
transform: translateX(30px);
}
.gp-t-big-controls .gp-t-control-next span {
right: 0;
-webkit-transform: translateX(-30px);
-moz-transform: translateX(-30px);
-ms-transform: translateX(-30px);
-o-transform: translateX(-30px);
transform: translateX(-30px);
}
.gp-t-big-controls .gp-t-control-prev img {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
position: absolute;
left: 0;
height: 35px;
}
.gp-t-big-controls .gp-t-control-prev:hover img,
.gp-t-big-controls .gp-t-control-prev:hover span {
left: -5px;
}
.gp-t-big-controls .gp-t-control-next img {
height: 35px;
position: absolute;
right: 0;
}
.gp-t-big-controls .gp-t-control-next:hover img,
.gp-t-big-controls .gp-t-control-next:hover span {
right: -5px;
}
.gp-t-big-controls .gp-t-control-next,
.gp-t-big-controls .gp-t-control-prev {
width: 50%;
font-size: 16px;
text-transform: uppercase;
color: #000;
opacity: 1;
}
.gp-t-big-carousel .carousel-indicators-wrapper {
position: static;
}
.gp-t-big-carousel .carousel-indicators {
margin: 0;
left: auto;
right: -3px;
bottom: -15px;
top: auto;
}
.gp-t-big-carousel .carousel-indicators li {
background-color: #000;
overflow: hidden;
position: relative;
height: 4px;
z-index: 9;
cursor: pointer;
}
.carousel-indicator-progress {
background-color: #808183;
}
.gp-t-rating .carousel-indicator-progress {
background-color: #808183;
}
.gp-t-rating-gold .carousel-indicator-progress {
background-color: #a58812;
}
.gp-t-rating-silber .carousel-indicator-progress {
background-color: #808183;
}
.gp-t-rating-bronze .carousel-indicator-progress {
background-color: #63431d;
}
.gp-t-big-carousel .carousel-indicator-progress {
height: 100%;
width: 102%;
margin-left: -102%;
text-indent: 0;
}
.gp-t-big-carousel .carousel-item {
height: 450px;
} .close {
position: absolute;
top: -13px;
right: 0;
opacity: 1;
-webkit-transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
transition: .3s;
cursor: pointer;
width: 50px;
height: 50px;
overflow: hidden;
}
.close img,
.close span {
display: block;
width: 50px;
height: 50px;
font-size: 120px;
line-height: 40px;
text-align: center;
font-weight: 100;
color: #000;
text-indent: -5px;
}
@media screen and (max-width: 575px) {
.gp-t-item-col {
padding-top: 10px;
padding-bottom: 10px;
}
.gp-t-big-padding {
padding-left: 20px;
padding-right: 20px;
}
.gp-t-big .gp-t-item-title {
margin-bottom: 60px;
margin-bottom: 30px;
}
.gp-t-big .gp-t-item-title h4 {
min-height: inherit;
}
.gp-t-big-content.content.tf {
margin-top: 20px;
}
.gp-t-big-padding {
margin-top: 10px;
margin-bottom: 30px;
}
}