.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;
margin-left: -15px;
margin-right: -15px;
}
.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: 15px;
}
.gp-t-item-col + .gp-t-item-col {
}
.gp-t-item {
position: relative;
padding-top: 100%;
cursor: pointer;
transition: .4s;
box-shadow: inset 0px 0px 0px 10px #fff;
}
.gp-t-item:hover,
.gp-t-item-wrapper.open .gp-t-item {
box-shadow: inset 0px 0px 0px 10px #c5c5c5;
background-color: transparent;
color: #c5c5c5;
}
.gp-t-item .gp-icon {
transition: .4s;
}
.gp-t-item:hover .gp-icon {
fill: #c5c5c5;
}
.gp-t-item-content {
position: absolute;
top: 0;
left: 0;
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: 27px;
font-weight: bold;
min-height: 75px;
}
.gp-t-big {
position: absolute;
display: none;
left: 0;
padding: 0;
width: 100vw;
margin-left: calc((100vw - 100%) / -2) !important;
}
.gp-t-big-padding {
background-color: #fff;
margin-top: 15px;
padding: 35px 0px 50px 0px; 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%;
transition: .4s;
}
.gp-t-big-rating .gp-logo {
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;
font-size: 19px;
}
.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 {
transition: .2s;
position: relative;
transform: translateX(1px);
}
.gp-t-big-controls .gp-t-control-prev span {
left: 0;
transform: translateX(30px);
}
.gp-t-big-controls .gp-t-control-next span {
right: 0;
transform: translateX(-30px);
}
.gp-t-big-controls .gp-t-control-prev img {
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;
}
.pagestyle-nominees .gp-t-item:hover,
.pagestyle-nominees .gp-t-item-wrapper.open .gp-t-item {
box-shadow: inset 0px 0px 0px 10px #66ff99;
color: #66ff99;
}
.pagestyle-nominees .gp-t-item:hover .gp-icon,
.pagestyle-nominees .gp-t-item-wrapper.open .gp-t-item .gp-icon {
fill: #66ff99;
}
.pagestyle-winner .gp-t-item:hover,
.pagestyle-winner .gp-t-item-wrapper.open .gp-t-item {
box-shadow: inset 0px 0px 0px 10px #a58812;
color: #a58812;
}
.pagestyle-winner .gp-t-item:hover .gp-icon,
.pagestyle-winner .gp-t-item-wrapper.open .gp-t-item .gp-icon {
fill: #a58812;
}
.pagestyle-prpanther .gp-t-item:hover {
box-shadow: inset 0px 0px 0px 10px #fff;
background-color: #fff;
transition: .4s, box-shadow 0s;
}
.pagestyle-prpanther .gp-t-item .gp-icon {
fill: #E45A4E;
}
.pagestyle-prpanther .gp-t-item-title h4 {
transition: .4s;
color: #E45A4E;
}
.pagestyle-prpanther .gp-t-item:hover .gp-icon,
.pagestyle-prpanther .gp-t-item-wrapper.open .gp-t-item .gp-icon {
fill: #9aafa6;
}
.pagestyle-prpanther .gp-t-item:hover .gp-t-item-title h4,
.pagestyle-prpanther .gp-t-item-wrapper.open .gp-t-item .gp-t-item-title h4 {
color: #9aafa6;
}
.pagestyle-prpanther .gp-t-item-wrapper.open .gp-t-item {
box-shadow: inset 0px 0px 0px 10px #fff, 0px 15px 0px 0px  #fff;
background-color: #fff;
}
.btn {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
cursor: pointer;
border: 0;
}
.btn-default {
text-transform: uppercase;
background-color: #fff;
color: #e66358 !important;
border: 6px solid #e66358;
font-weight: bold;
font-size: 16px;
padding: 2px 10px;
letter-spacing: 0.1em;
transition: .4s;
}
.btn-default:hover,
.btn-default:focus {
background-color: #e66358;
color: #fff !important;
}
.gp-t-big-padding {
}
.pr-t-image {
padding-top: 67%;
}
.pr-t-title h2 {
font-size: 36px;
margin-bottom: 40px;
margin-top: 20px;
}
.pr-t-title-bold {
font-weight: bold;
display: inline-block;
padding-right: 50px;
}
.gp-t-big:after {
content: "";
position: absolute;
bottom: -100vh;
left: 0;
display: block;
height: 100vh;
width: 100%;
background-color: #fff;
}
.pr-t-button {
margin-top: 60px;
}
@media screen and (max-width: 991px) {
.gp-t-big:after {
display: none;
}
.gp-t-big-padding {
margin-bottom: 30px;
padding: 10px 0 0 0 !important;
}
.pr-t-button {
margin-top: 30px;
margin-bottom: 40px;
}
.pr-t-content {
padding: 30px 0 0 0;
}
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 575px) {
.gp-tiles-section {
padding: 30px 0;
}
.pr-t-title-bold {
display: block;
}
} .close {
position: absolute;
top: 0px;
right: 10px;
opacity: 1;
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;
transition: .4s;
}
.close:hover,
.close:focus {
opacity: 1;
}
.close:hover img,
.close:hover span {
color: #e66358;
}
@media screen and (max-width: 575px) {
.gp-t-item-col {
padding-top: 10px;
padding-bottom: 10px;
}
.gp-t-big-padding {
padding-left: 0px;
padding-right: 0px;
}
.gp-t-big .gp-t-item-title {
margin-bottom: 60px;
}
.gp-t-big-content.content.tf {
margin-top: 20px;
}
.gp-t-big-padding {
margin-top: 10px;
margin-bottom: 30px;
}
}
.pr-t-wrapper > .row + .row {
margin-top: 5em;
}
.pr-t-yt {
position: relative;
overflow: hidden;
}
.pr-t-yt iframe {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.col-pr a {
text-decoration: none;
}
header.gp-header .scrollToContent {
cursor: inherit;
}
section.pr-project-widget {
padding: 0px;
margin-bottom: 70px;
}