@charset "UTF-8";
.tgr-box-wrapper * {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.tgr-box-wrapper h1, .tgr-box-wrapper h2, .tgr-box-wrapper h3, .tgr-box-wrapper h4, .tgr-box-wrapper h5 {
margin: 0; }
.tgr-box-wrapper img {
max-width: 100%; }
.tgr-box-wrapper ul, .tgr-box-wrapper li {
list-style: none;
margin: 0;
padding: 0; }
.tgr-box-wrapper a {
text-decoration: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none; }
.tgr-disable-page-scroll {
overflow: hidden !important;
margin: 0;
padding: 0; }
.tgr-hide {
display: none !important; }
.tgr-displayer .tgr-member-content .tgr-member-image {
display: none !important; } .tgr-grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin: 0 -15px; }
.tgr-grid * {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.tgr-grid .tgr-grid-item {
width: 20%;
margin: 0;
padding: 15px 15px 0 15px; }
.tgr-grid-1-col .tgr-grid-item {
width: 100%; }
.tgr-grid-2-col .tgr-grid-item {
width: 50%; }
.tgr-grid-3-col .tgr-grid-item {
width: 33.333%; }
.tgr-grid-4-col .tgr-grid-item {
width: 25%; }
.tgr-grid-5-col .tgr-grid-item {
width: 20%; }
.tgr-grid-6-col .tgr-grid-item {
width: 16.666%; }
@media (max-width: 1560px) {
.tgr-grid-6-col .tgr-grid-item {
width: 20%; } }
@media (max-width: 1280px) {
.tgr-grid-5-col .tgr-grid-item,
.tgr-grid-6-col .tgr-grid-item {
width: 25%; } }
@media (max-width: 1024px) {
.tgr-grid-4-col .tgr-grid-item,
.tgr-grid-5-col .tgr-grid-item,
.tgr-grid-6-col .tgr-grid-item {
width: 33.333%; } }
@media (max-width: 834px) {
.tgr-grid .tgr-grid-item {
width: 50%; } }
@media (max-width: 768px) {
.tgr-grid .tgr-grid-item {
width: 100%; }
.tgr-grid.tgr-mobile-2-columns .tgr-grid-item {
width: 50%; } } .tgr-transition-zoom-in {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.25s;
-o-transition-duration: 0.25s;
transition-duration: 0.25s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.tgr-transition-zoom-in:hover, .tgr-transition-zoom-in:focus, .tgr-transition-zoom-in:active {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.tgr-transition-bounce-in {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s; }
.tgr-transition-bounce-in:hover, .tgr-transition-bounce-in:focus, .tgr-transition-bounce-in:active {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
-o-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }
.tgr-transition-float {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.25s;
-o-transition-duration: 0.25s;
transition-duration: 0.25s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out; }
.tgr-transition-float:hover, .tgr-transition-float:focus, .tgr-transition-float:active {
-webkit-transform: translateY(-6px);
-ms-transform: translateY(-6px);
transform: translateY(-6px); }
.tgr-animation-float {
display: inline-block;
vertical-align: middle; }
.tgr-animation-float:hover, .tgr-animation-float:focus, .tgr-animation-float:active {
-webkit-animation-name: tgr-animation-float;
animation-name: tgr-animation-float;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: none;
animation-fill-mode: none; }
@-webkit-keyframes tgr-animation-float {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px); }
50% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px); }
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px); } }
@keyframes tgr-animation-float {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px); }
50% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px); }
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px); } }
@-webkit-keyframes tgr-animation-float-reverse {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px); }
50% {
-webkit-transform: translateY(10px);
transform: translateY(10px); }
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px); } }
@keyframes tgr-animation-float-reverse {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px); }
50% {
-webkit-transform: translateY(10px);
transform: translateY(10px); }
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px); } }
.tgr-animation-wobble-vertical {
display: inline-block;
vertical-align: middle; }
.tgr-animation-wobble-vertical:hover, .tgr-animation-wobble-vertical:focus, .tgr-animation-wobble-vertical:active {
-webkit-animation-name: tgr-animation-wobble-vertical;
animation-name: tgr-animation-wobble-vertical;
-webkit-animation-duration: 0.9s;
animation-duration: 0.9s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: none;
animation-fill-mode: none; }
@-webkit-keyframes tgr-animation-wobble-vertical {
0%, 33.3%, 66.6%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0); }
16.65% {
-webkit-transform: translateY(-9px);
transform: translateY(-9px); }
49.95% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px); }
83.25% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px); } }
@keyframes tgr-animation-wobble-vertical {
0%, 33.3%, 66.6%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0); }
16.65% {
-webkit-transform: translateY(-9px);
transform: translateY(-9px); }
49.95% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px); }
83.25% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px); } }
.tgr-animation-bounce-in {
display: inline-block;
vertical-align: middle;
-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
box-shadow: 0 0 0px rgba(0, 0, 0, 0); }
.tgr-animation-bounce-in:hover, .tgr-animation-bounce-in:focus, .tgr-animation-bounce-in:active {
-webkit-animation-name: tgr-animation-bounce-in;
animation-name: tgr-animation-bounce-in;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: none;
animation-fill-mode: none; }
@-webkit-keyframes tgr-animation-bounce-in {
0%, 100% {
-webkit-transform: scale(1);
transform: scale(1); }
25% {
-webkit-transform: scale(0.84);
transform: scale(0.84); }
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
75% {
-webkit-transform: scale(0.92);
transform: scale(0.92); } }
@keyframes tgr-animation-bounce-in {
0%, 100% {
-webkit-transform: scale(1);
transform: scale(1); }
25% {
-webkit-transform: scale(0.84);
transform: scale(0.84); }
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
75% {
-webkit-transform: scale(0.92);
transform: scale(0.92); } } .tgr-displayer .nano > .nano-content {
outline: none !important;
padding-right: 15px; }
.tgr-displayer .nano > .nano-pane {
width: 6px;
background: rgba(0, 0, 0, 0.2);
border: 1px solid rgba(255, 255, 255, 0.2); }
.tgr-displayer .nano > .nano-pane .nano-slider {
width: 6px;
left: -1px;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
margin: 0; } .tgr-arrow-default {
width: 48px;
height: 40px;
margin-top: -20px;
-webkit-transition: -webkit-transform .1s;
transition: -webkit-transform .1s;
-o-transition: transform .1s;
transition: transform .1s;
transition: transform .1s, -webkit-transform .1s;
opacity: 0.6; }
.tgr-arrow-default:hover {
opacity: 1 !important; }
.tgr-arrow-default:active {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9); }
.tgr-arrow-default-top, .tgr-arrow-default-bottom {
background-color: #666666;
height: 3px;
right: 30%;
position: absolute;
top: 50%;
width: 60%; }
.tgr-arrow-default-top:after, .tgr-arrow-default-bottom:after {
background-color: #fff;
content: '';
height: 100%;
position: absolute;
top: 0;
-webkit-transition: all 0.15s;
-o-transition: all 0.15s;
transition: all 0.15s; }
.tgr-arrow-default-top {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transform-origin: bottom right;
-ms-transform-origin: bottom right;
transform-origin: bottom right; }
.tgr-arrow-default-top:after {
left: 100%;
right: 0;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s; }
.tgr-arrow-default-bottom {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: top right;
-ms-transform-origin: top right;
transform-origin: top right; }
.tgr-arrow-default-bottom:after {
left: 0;
right: 100%;
-webkit-transition-delay: 0.15s;
-o-transition-delay: 0.15s;
transition-delay: 0.15s; }
.tgr-arrow-default:hover .tgr-arrow-default-top:after {
left: 0;
-webkit-transition-delay: 0.15s;
-o-transition-delay: 0.15s;
transition-delay: 0.15s; }
.tgr-arrow-default:hover .tgr-arrow-default-bottom:after {
right: 0;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s; }
.tgr-arrow-default.tgr-arrow-prev .tgr-arrow-default-top {
left: 30%;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: bottom left;
-ms-transform-origin: bottom left;
transform-origin: bottom left; }
.tgr-arrow-default.tgr-arrow-prev .tgr-arrow-default-top:after {
right: 100%;
left: 0; }
.tgr-arrow-default.tgr-arrow-prev .tgr-arrow-default-bottom {
left: 30%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left; }
.tgr-arrow-default.tgr-arrow-prev .tgr-arrow-default-bottom:after {
top: auto;
bottom: 0;
left: 100%;
right: 0; }
.tgr-arrow-default.tgr-arrow-prev:hover .tgr-arrow-default-top:after {
right: 0;
-webkit-transition-delay: 0.15s;
-o-transition-delay: 0.15s;
transition-delay: 0.15s; }
.tgr-arrow-default.tgr-arrow-prev:hover .tgr-arrow-default-bottom:after {
left: 0;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s; }
.tgr-close-default {
cursor: pointer;
overflow: hidden;
position: relative;
width: 25px;
height: 25px;
-webkit-transition: -webkit-transform .1s;
transition: -webkit-transform .1s;
-o-transition: transform .1s;
transition: transform .1s;
transition: transform .1s, -webkit-transform .1s;
opacity: 0.6; }
.tgr-close-default:hover {
opacity: 1 !important; }
.tgr-close-default.tgr-arrow-next:active {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9); }
.tgr-close-default-one, .tgr-close-default-two {
background-color: #666666;
height: 3px;
left: 1px;
position: absolute;
top: 0px;
width: 140%; }
.tgr-close-default-one:after, .tgr-close-default-two:after {
background-color: #fff;
content: '';
height: 100%;
position: absolute;
top: 0;
-webkit-transition: all 0.15s;
-o-transition: all 0.15s;
transition: all 0.15s; }
.tgr-close-default-one {
-webkit-transform: rotate(42deg);
-ms-transform: rotate(42deg);
transform: rotate(42deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left; }
.tgr-close-default-one:after {
left: 100%;
right: 0;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s; }
.tgr-close-default-two {
-webkit-transform: rotate(-42deg);
-ms-transform: rotate(-42deg);
transform: rotate(-42deg);
-webkit-transform-origin: bottom left;
-ms-transform-origin: bottom left;
transform-origin: bottom left;
top: auto;
bottom: 0px; }
.tgr-close-default-two:after {
left: 0;
right: 100%;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s; }
.tgr-close-default:hover .tgr-close-default-one:after {
left: 0;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s; }
.tgr-close-default:hover .tgr-close-default-two:after {
right: 0;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s; } .tgr-box-wrapper {
position: relative;
padding: 10px 0px 0px;
min-height: 440px;
font-family: Roboto, Arial, sans-serif;
overflow: hidden;
background: transparent; }
.tgr-box-wrapper .tgr-box {
opacity: 0; }
.tgr-box-wrapper .tgr-box-inner {
line-height: 0; }
.tgr-box-wrapper .tgr-item-inner {
position: relative;
overflow: hidden;
text-align: center;
float: left; width: 100%; cursor: pointer; }
.tgr-displayer-none .tgr-item-inner {
cursor: default; }
.tgr-box-wrapper .tgr-figure {
margin: 0; }
.tgr-box-wrapper img.tgr-img {
display: block; width: 100%;
height: auto;
margin: 0 auto; }
.tgr-flexbox {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.tgr-flexbox .tgr-left {
width: 50%; }
.tgr-flexbox .tgr-right {
width: 50%; }
@media (max-width: 834px) {
.tgr-flexbox {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.tgr-flexbox .tgr-left, .tgr-flexbox .tgr-right {
width: 100% !important;
margin-right: 0 !important;
margin-left: 0 !important; } }
.tgr-filter-wrap {
text-align: center;
vertical-align: middle;
padding: 20px 0; }
.tgr-filter {
display: inline-block;
margin: 0;
padding: 0px;
text-align: center;
font-size: 16px;
background: transparent;
color: #444444;
border: 0px solid black;
border-radius: 0px;
vertical-align: middle; }
.tgr-filter .tgr-filter-item {
position: relative;
display: inline-block;
font-size: inherit;
font-weight: bold;
cursor: pointer;
margin: 0px 5px;
padding: 10px 24px;
line-height: 1.4;
color: inherit;
border: 0px solid black;
border-radius: 0px; }
.tgr-filter .tgr-filter-item:first-child {
margin-left: 0 !important; }
.tgr-filter .tgr-filter-item:last-child {
margin-right: 0 !important; }
.tgr-filter.tgr-separate-filters .tgr-filter-item {
margin-bottom: 3px;
overflow: hidden;
vertical-align: middle; }
.tgr-filter-border-bottom-only .tgr-filter-item:after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0%;
height: 0px;
opacity: 0;
-webkit-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out; }
.tgr-filter .tgr-filter-item:hover {
color: black; }
.tgr-filter .tgr-filter-item:hover:after {
left: 0;
width: 100%;
height: 2px;
opacity: 1;
background: black; }
.tgr-filter .tgr-filter-item:hover .tgr-filter-checkbox {
border-color: black; }
.tgr-filter .tgr-filter-checkbox {
width: 16px;
height: 15px;
font-size: 10px;
line-height: 13px;
padding: 0px;
text-align: center;
font-weight: 400;
margin-left: 10px;
vertical-align: middle;
display: inline-block;
color: inherit;
margin-top: -2px;
border: 1px solid #444444;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.tgr-filter .tgr-filter-checkbox i {
opacity: 0.4;
font-size: inherit;
color: inherit; }
.tgr-filter .tgr-filter-count {
display: inline-block;
margin-left: 10px; }
.tgr-filter .tgr-active-filter {
color: black; }
.tgr-filter .tgr-active-filter:after {
left: 0;
width: 100%;
height: 2px;
opacity: 1;
background: black; }
.tgr-filter .tgr-active-filter .tgr-filter-checkbox {
border-color: black; }
.tgr-filter .tgr-active-filter .tgr-filter-checkbox i {
opacity: 1; }
.tgr-filter-dropdown {
position: relative;
width: 280px;
padding: 0;
text-align: left; }
.tgr-filter-dropdown .tgr-item-dropdown {
border: 1px solid rgba(0, 0, 0, 0.3);
border-radius: 5px;
cursor: pointer;
color: #000;
font-size: 16px;
line-height: 40px;
margin-bottom: 5px;
padding: 0 20px; }
.tgr-filter-dropdown .tgr-item-dropdown i {
float: right;
margin-top: 12px;
font-size: 18px; }
.tgr-filter-dropdown .tgr-filter {
display: none;
position: absolute;
z-index: 999;
width: 100%; }
.tgr-filter-dropdown .tgr-filter .tgr-filter-item {
display: block;
margin-left: 0px !important;
margin-right: 0px !important; }
.tgr-anim-zoom-images .tgr-img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform 0.5s ease-out;
transition: -webkit-transform 0.5s ease-out;
-o-transition: transform 0.5s ease-out;
transition: transform 0.5s ease-out;
transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out; }
.tgr-anim-zoom-images .tgr-item-inner:hover .tgr-img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.tgr-hide-image:not(.tgr-displayer-inline) .tgr-displayer .tgr-flexbox .tgr-left {
display: none; }
.tgr-hide-image:not(.tgr-displayer-inline) .tgr-displayer .tgr-flexbox .tgr-right {
width: 100%;
padding-left: 0;
padding-top: 0; }
.tgr-flip-card-container {
perspective: 1800px;
-webkit-perspective: 1800px;
-moz-perspective: 1800px;
-o-perspective: 1800px;
-ms-perspective: 1800px; }
.tgr-flip-card {
transition: 0.5s ease-out;
-webkit-transition: 0.5s ease-out;
-moz-transition: 0.5s ease-out;
-o-transition: 0.5s ease-out;
-ms-transition: 0.5s ease-out;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d; backface-visibility: visible;
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-o-backface-visibility: visible;
-ms-backface-visibility: visible; }
.tgr-flip-card.tgr-apply-flip {
transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
-ms-transform: rotateY(180deg); }
.tgr-flip-card .tgr-flip-front {
position: relative; }
.tgr-flip-card .tgr-flip-back {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%; }
.tgr-flip-card .tgr-flip-front, .tgr-flip-card .tgr-flip-back { backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: visible; }
.tgr-flip-card .tgr-flip-front, .tgr-flip-card.tgr-apply-flip .tgr-flip-front {
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg); }
.tgr-flip-card .tgr-flip-back, .tgr-flip-card.tgr-apply-flip .tgr-flip-back {
transform: rotateY(-180deg);
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg); }
.tgr-flip-card .tgr-flip-front, .tgr-flip-card.tgr-apply-flip .tgr-flip-back { animation: tgr-anim-stay-visible 0.5s both;
-webkit-animation: tgr-anim-stay-visible 0.5s both;
-moz-animation: tgr-anim-stay-visible 0.5s both;
-o-animation: tgr-anim-stay-visible 0.5s both;
-ms-animation: tgr-anim-donothing 0.5s;
-ms-transition: visibility 0s linear 0.17s;
visibility: visible; }
.tgr-flip-card.tgr-apply-flip .tgr-flip-front, .tgr-flip-card .tgr-flip-back { animation: tgr-anim-stay-visible 0.5s both;
-webkit-animation: tgr-anim-stay-visible 0.5s both;
-moz-animation: tgr-anim-stay-visible 0.5s both;
-o-animation: tgr-anim-stay-visible 0.5s both;
-ms-animation: tgr-anim-donothing 0.5s;
-ms-transition: visibility 0s linear 0.17s;
visibility: hidden; }
@keyframes tgr-anim-stay-visible {
from {
visibility: visible; }
to {
visibility: visible; } }
@-webkit-keyframes tgr-anim-stay-visible {
from {
visibility: visible; }
to {
visibility: visible; } }
@-moz-keyframes tgr-anim-stay-visible {
from {
visibility: visible; }
to {
visibility: visible; } }
@-o-keyframes tgr-anim-stay-visible {
from {
visibility: visible; }
to {
visibility: visible; } }
@-ms-keyframes tgr-anim-donothing {}.tgr-box-wrapper .tgr-figure {
font-size: 1em; }
.tgr-box-wrapper .tgr-figure * {
margin: 0;
line-height: 1.5; }
.tgr-box-wrapper .tgr-item-image {
position: relative;
overflow: hidden;
color: white; }
.tgr-box-wrapper .tgr-item-image .tgr-item-header {
display: none; }
.tgr-box-wrapper .tgr-figcaption {
margin: 0;
padding: 15px;
padding-bottom: 18px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
color: #000;
-webkit-transition: color 0.2s ease-out;
-o-transition: color 0.2s ease-out;
transition: color 0.2s ease-out; }
.tgr-box-wrapper .tgr-figcaption :first-child {
margin-top: 0; }
.tgr-box-wrapper .tgr-item-image .tgr-item-social,
.tgr-box-wrapper .tgr-item-image .tgr-item-desc,
.tgr-box-wrapper .tgr-figcaption .tgr-item-social,
.tgr-box-wrapper .tgr-figcaption .tgr-item-desc {
display: none; }
.tgr-box-wrapper .tgr-item-header,
.tgr-box-wrapper .tgr-item-title,
.tgr-box-wrapper .tgr-item-subtitle,
.tgr-box-wrapper .tgr-item-desc,
.tgr-box-wrapper .tgr-item-social {
position: relative;
z-index: 30; }
.tgr-box-wrapper .tgr-item-title {
font-size: 1.5em;
margin-top: 5px; }
.tgr-box-wrapper .tgr-item-title * {
font-family: inherit !important;
font-size: inherit !important;
color: inherit !important; }
.tgr-box-wrapper .tgr-item-subtitle {
font-size: 1.1em;
margin-top: 5px; }
.tgr-box-wrapper .tgr-item-subtitle * {
font-family: inherit !important;
font-size: inherit !important;
color: inherit !important; }
.tgr-box-wrapper .tgr-item-desc {
width: 100%;
font-size: inherit;
margin-top: 15px; }
.tgr-box-wrapper .tgr-item-desc * {
font-family: inherit;
font-size: inherit;
color: inherit;
width: 100%; }
.tgr-box-wrapper .tgr-item-social {
list-style: none;
position: relative;
margin-top: 15px; }
.tgr-box-wrapper .tgr-item-social li {
display: inline-block !important;
text-align: center;
margin: 0 5px !important;
padding: 0 !important; }
.tgr-box-wrapper .tgr-item-social li:first-child {
margin-left: 0; }
.tgr-box-wrapper .tgr-item-social li:last-child {
margin-right: 0; }
.tgr-box-wrapper .tgr-item-social li:before {
display: none; }
.tgr-box-wrapper .tgr-item-social li a {
margin: 0px;
line-height: 1.2em;
font-size: 1.1em;
display: inline-block !important;
text-align: center;
border-radius: 5px;
padding: 0 5px;
font-family: inherit !important;
color: inherit !important;
border: none;
text-decoration: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none; }
.tgr-box-wrapper .tgr-item-social li a:focus, .tgr-box-wrapper .tgr-item-social li a:active {
text-decoration: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none; }
.tgr-box-wrapper .tgr-item-inner.tgr-animate-social-icons:hover .tgr-item-social li {
-webkit-animation: tgr-animation-float 0.4s linear;
animation: tgr-animation-float 0.4s linear;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-fill-mode: none;
animation-fill-mode: none; }
.tgr-box-wrapper .tgr-item-inner.tgr-animate-social-icons:hover .tgr-item-social li:nth-child(1) {
-webkit-animation-delay: 0.15s;
animation-delay: 0.15s; }
.tgr-box-wrapper .tgr-item-inner.tgr-animate-social-icons:hover .tgr-item-social li:nth-child(2) {
-webkit-animation-delay: 0.23s;
animation-delay: 0.23s; }
.tgr-box-wrapper .tgr-item-inner.tgr-animate-social-icons:hover .tgr-item-social li:nth-child(3) {
-webkit-animation-delay: 0.31s;
animation-delay: 0.31s; }
.tgr-box-wrapper .tgr-item-inner.tgr-animate-social-icons:hover .tgr-item-social li:nth-child(4) {
-webkit-animation-delay: 0.39s;
animation-delay: 0.39s; }
.tgr-box-wrapper .tgr-item-inner.tgr-animate-social-icons:hover .tgr-item-social li:nth-child(5) {
-webkit-animation-delay: 0.47s;
animation-delay: 0.47s; }
.tgr-box-wrapper .tgr-item-inner.tgr-animate-social-icons:hover .tgr-item-social li:nth-child(6) {
-webkit-animation-delay: 0.55s;
animation-delay: 0.55s; }
.tgr-box-wrapper .tgr-item-inner.tgr-animate-social-icons:hover .tgr-item-social li:nth-child(7) {
-webkit-animation-delay: 0.63s;
animation-delay: 0.63s; }
.tgr-box-wrapper .tgr-item-inner.tgr-animate-social-icons:hover .tgr-item-social li:nth-child(7) {
-webkit-animation-delay: 0.71s;
animation-delay: 0.71s; }
.tgr-displayer-inline .tgr-grid {
display: block; }
.tgr-displayer-inline .tgr-grid-item {
display: inline-block;
vertical-align: top; }
.tgr-displayer-inline .tgr-item-inner:after {
display: none !important;
z-index: 20;
content: " ";
position: absolute;
bottom: -1px;
left: 50%;
margin-left: -10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 0;
height: 0;
border: 10px solid transparent;
border-bottom-color: white;
opacity: 0;
-webkit-transition: opacity 0.25s;
-o-transition: opacity 0.25s;
transition: opacity 0.25s; }
.tgr-displayer-inline .tgr-grid-item.tgr-active .tgr-item-inner:after {
opacity: 1; }
.tgr-displayer-inline .tgr-displayer {
position: relative;
display: none;
float: left;
padding: 36px 40px;
line-height: 1.5;
width: 100%;
width: calc(100% - 15px);
margin-top: 20px;
margin-left: 7.5px;
margin-bottom: 0px;
background-color: white;
border: 1px solid rgba(0, 0, 0, 0.3); }
.tgr-displayer-inline .tgr-displayer .tgr-flexbox {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap; }
.tgr-displayer-inline .tgr-displayer .tgr-left {
width: 100%; }
.tgr-displayer-inline .tgr-displayer .tgr-right {
width: 360px;
min-width: 360px;
max-width: 360px;
padding-left: 30px;
padding-top: 0px; }
.tgr-displayer-inline .tgr-displayer .tgr-scroll.nano {
max-height: 360px; }
@media (max-width: 834px) {
.tgr-displayer-inline .tgr-displayer {
padding: 36px 30px; }
.tgr-displayer-inline .tgr-displayer .tgr-scroll.nano {
max-height: 280px; }
.tgr-displayer-inline .tgr-displayer .tgr-right {
padding-left: 0px;
min-width: auto;
max-width: none; } }
.tgr-displayer-inline .tgr-triangle-inline,
.tgr-displayer-inline .tgr-close-inline {
position: absolute; }
.tgr-displayer-inline .tgr-triangle-inline {
z-index: 31;
top: -24px;
left: 100px;
width: 0;
height: 0;
border: 12px solid transparent;
border-bottom-color: rgba(0, 0, 0, 0.6); }
.tgr-displayer-inline .tgr-close-inline {
cursor: pointer;
top: 10px;
right: 15px;
width: 32px;
height: 32px;
opacity: 0.6;
z-index: 40; }
.tgr-displayer-inline .tgr-close-inline:hover {
opacity: 1; }
.tgr-displayer-inline .tgr-close-inline:before, .tgr-displayer-inline .tgr-close-inline:after {
position: absolute;
top: 50%;
width: 100%;
height: 2px;
content: ' ';
background: #666666;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.tgr-displayer-inline .tgr-close-inline:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
@media (max-width: 834px) {
.tgr-team .tgr-box-wrapper.tgr-displayer-inline .tgr-close-inline {
right: 15px; } }
.tgr-displayer-popup * {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.tgr-displayer-popup .tgr-displayer .tgr-left {
width: 30%; }
.tgr-displayer-popup .tgr-displayer .tgr-right {
width: 70%;
padding-left: 30px; }
.tgr-displayer-popup .tgr-displayer .tgr-member-item {
position: absolute;
top: 40px;
bottom: 40px;
left: 40px;
right: 40px; }
.tgr-displayer-popup .tgr-overlay {
cursor: pointer;
display: none;
position: fixed !important;
left: 0 !important;
top: 0 !important;
width: 100% !important;
height: 100% !important;
min-width: 100%;
min-height: 100%;
z-index: 1000000; }
.tgr-displayer-popup .tgr-overlay.tgr-overlay-close-popup {
cursor: pointer; }
.tgr-displayer-popup .tgr-overlay .tgr-overlay-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 1, 5, 0.8);
opacity: 1; }
.tgr-displayer-popup .tgr-popup {
display: none;
position: fixed;
z-index: 1000001;
left: 50%;
top: 50%;
width: 880px;
height: 520px;
margin: 0;
padding: 0;
max-width: 96%;
max-height: 100%;
background: transparent;
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
-webkit-transition: height 0.4s ease-out, top 0.4s ease-out;
-moz-transition: height 0.4s ease-out, top 0.4s ease-out;
-ms-transition: height 0.4s ease-out, top 0.4s ease-out;
-o-transition: height 0.4s ease-out, top 0.4s ease-out;
transition: height 0.4s ease-out, top 0.4s ease-out; }
.tgr-displayer-popup .tgr-popup .tgr-popup-content {
position: relative;
width: 100%;
height: 100%;
margin: 0;
background-color: #FFF;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
overflow: hidden; }
.tgr-displayer-popup .tgr-popup.tgr-position-full-screen {
width: 100% !important;
height: 100% !important;
left: 0 !important;
top: 0 !important; }
.tgr-displayer-popup .tgr-popup.tgr-position-middle-center {
top: 50%;
left: 50%;
right: auto;
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: translate(-50%, -50%) scale(1);
-ms-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1); }
@media (max-width: 834px) {
.tgr-displayer-popup .tgr-displayer .tgr-right {
padding-left: 0px;
padding-top: 30px; }
.tgr-displayer-popup .tgr-displayer .tgr-member-item {
top: 20px;
bottom: 20px;
left: 20px;
right: 0; }
.tgr-displayer-popup .tgr-popup .tgr-scroll-inside {
padding-right: 20px; } }
.tgr-displayer-popup .tgr-arrow {
opacity: 0;
cursor: pointer;
position: absolute;
top: 50%;
width: 40px;
height: 40px;
margin-top: -20px; }
.tgr-displayer-popup .tgr-arrow .tgr-arrow-default-top,
.tgr-displayer-popup .tgr-arrow .tgr-arrow-default-bottom {
background-color: #aaaaaa; }
.tgr-displayer-popup .tgr-arrow.tgr-arrow-prev {
left: -60px; }
.tgr-displayer-popup .tgr-arrow.tgr-arrow-next {
right: -60px; }
.tgr-displayer-popup .tgr-arrow.tgr-arrow-default {
width: 48px;
height: 40px;
margin-top: -20px; }
@media (max-width: 1024px) {
.tgr-displayer-popup .tgr-arrow {
width: 28px;
height: 28px;
top: -36px;
margin: 0 !important; }
.tgr-displayer-popup .tgr-arrow.tgr-arrow-default {
width: 33.6px;
height: 28px;
top: -36px; }
.tgr-displayer-popup .tgr-arrow.tgr-arrow-prev {
left: -9px; }
.tgr-displayer-popup .tgr-arrow.tgr-arrow-next {
left: 33px; } }
.tgr-displayer-popup .tgr-close {
opacity: 0;
position: absolute;
top: -40px;
right: 0; }
@media (max-width: 1024px) {
.tgr-displayer-popup .tgr-close {
top: -32px; } }
.tgr-displayer-popup .tgr-close .tgr-close-default-one,
.tgr-displayer-popup .tgr-close .tgr-close-default-two {
background-color: #aaaaaa; }
.tgr-displayer-slide-in * {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.tgr-displayer-slide-in .tgr-displayer .tgr-flexbox {
width: 100%;
padding-right: 40px;
padding-top: 20px; }
.tgr-displayer-slide-in .tgr-displayer .tgr-scroll-inside {
padding-right: 0 !important; }
.tgr-displayer-slide-in .tgr-displayer .tgr-left {
width: 100%; }
.tgr-displayer-slide-in .tgr-displayer .tgr-right {
width: 100%;
padding-left: 0px;
padding-top: 30px; }
.tgr-displayer-slide-in .tgr-displayer .tgr-member-item {
position: absolute;
top: 44px;
bottom: 40px;
left: 40px;
right: 0; }
.tgr-displayer-slide-in .tgr-scroll {
max-height: 80%; }
.tgr-displayer-slide-in .tgr-popup {
width: 100%;
max-width: 460px;
height: 100%; }
.tgr-displayer-slide-in .tgr-popup .tgr-popup-content:before {
position: absolute;
top: 43px;
content: '';
width: 100%;
height: 1px;
background-color: rgba(0, 0, 0, 0.15); }
.tgr-displayer-slide-in .tgr-popup.tgr-position-middle-left {
top: 0px;
left: 0px;
right: auto; }
.tgr-displayer-slide-in .tgr-popup.tgr-position-middle-right {
top: 0px;
right: 0px;
left: auto; }
@media (max-width: 834px) {
.tgr-displayer-slide-in .tgr-displayer .tgr-flexbox {
padding-right: 20px; }
.tgr-displayer-slide-in .tgr-displayer .tgr-right {
padding-left: 0px; }
.tgr-displayer-slide-in .tgr-displayer .tgr-member-item {
bottom: 20px;
left: 20px; } }
.tgr-displayer-slide-in .tgr-arrow {
width: 25px;
height: 25px;
top: 8px;
margin: 0 !important; }
.tgr-displayer-slide-in .tgr-arrow.tgr-arrow-prev {
left: 40px; }
.tgr-displayer-slide-in .tgr-arrow.tgr-arrow-next {
left: 80px; }
@media (max-width: 834px) {
.tgr-displayer-slide-in .tgr-arrow.tgr-arrow-prev {
left: 20px; }
.tgr-displayer-slide-in .tgr-arrow.tgr-arrow-next {
left: 60px; } }
.tgr-displayer-slide-in .tgr-arrow.tgr-arrow-default {
width: 30px;
height: 25px;
top: 8px; }
.tgr-displayer-slide-in .tgr-arrow.tgr-arrow-default .tgr-arrow-default-top,
.tgr-displayer-slide-in .tgr-arrow.tgr-arrow-default .tgr-arrow-default-bottom {
background-color: #666666; }
.tgr-displayer-slide-in .tgr-arrow.tgr-arrow-default .tgr-arrow-default-top:after,
.tgr-displayer-slide-in .tgr-arrow.tgr-arrow-default .tgr-arrow-default-bottom:after {
background-color: #000; }
.tgr-displayer-slide-in .tgr-arrow.tgr-arrow-default.tgr-arrow-prev {
left: 34px; }
.tgr-displayer-slide-in .tgr-arrow.tgr-arrow-default.tgr-arrow-next {
left: 74px; }
@media (max-width: 834px) {
.tgr-displayer-slide-in .tgr-arrow.tgr-arrow-default.tgr-arrow-prev {
left: 14px; }
.tgr-displayer-slide-in .tgr-arrow.tgr-arrow-default.tgr-arrow-next {
left: 54px; } }
.tgr-displayer-slide-in .tgr-close {
opacity: 0;
position: absolute;
top: 11px;
right: 40px; }
.tgr-displayer-slide-in .tgr-close.tgr-close-default {
width: 20px;
height: 20px; }
.tgr-displayer-slide-in .tgr-close.tgr-close-default .tgr-close-default-one,
.tgr-displayer-slide-in .tgr-close.tgr-close-default .tgr-close-default-two {
background-color: #666666; }
.tgr-displayer-slide-in .tgr-close.tgr-close-default .tgr-close-default-one:after,
.tgr-displayer-slide-in .tgr-close.tgr-close-default .tgr-close-default-two:after {
background-color: #000; }
@media (max-width: 834px) {
.tgr-displayer-slide-in .tgr-close {
right: 20px; } } .tgr-layout-1.tgr-description-visible-hover .tgr-item-image .tgr-item-desc {
display: block;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center; }
.tgr-layout-1 .tgr-figure {
background: white;
border: 0px solid rgba(0, 0, 0, 0.2); }
.tgr-layout-1 .tgr-item-image {
color: white; }
.tgr-layout-1 .tgr-item-desc {
z-index: 10;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: 0;
background: rgba(0, 0, 0, 0.7);
padding: 20px 15px;
-webkit-transition: opacity 0.4s ease-out;
-o-transition: opacity 0.4s ease-out;
transition: opacity 0.4s ease-out;
opacity: 0; }
.tgr-layout-1 .tgr-item-social {
text-align: center;
padding: 15px 5px 10px !important;
margin-top: 0 !important; }
.tgr-layout-1 .tgr-figcaption {
position: relative;
opacity: 1;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
color: white;
font-size: 1em; }
.tgr-layout-1 .tgr-figcaption .tgr-item-social {
display: block; }
.tgr-layout-1 .tgr-item-inner:hover .tgr-item-image .tgr-item-desc,
.tgr-layout-1 .tgr-grid-item.tgr-active .tgr-item-inner .tgr-item-image .tgr-item-desc {
opacity: 1; }
.tgr-layout-2 .tgr-figcaption .tgr-item-social {
display: block; }
.tgr-layout-2.tgr-description-visible-hover .tgr-figcaption .tgr-item-desc {
display: block; }
.tgr-layout-2 .tgr-item-inner:before {
content: " ";
position: absolute;
-webkit-box-sizing: border-box;
box-sizing: border-box;
z-index: 10;
top: 0;
left: 0;
bottom: 0;
right: 0;
border: 15px solid rgba(0, 0, 0, 0.8);
opacity: 0;
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
display: none; }
.tgr-layout-2 .tgr-grid-item.tgr-active .tgr-item-inner:before {
opacity: 1; }
.tgr-layout-2 .tgr-figure {
position: relative;
overflow: hidden;
border: 0px solid rgba(0, 0, 0, 0.2); }
.tgr-layout-2 .tgr-figcaption {
position: absolute;
z-index: 20;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
opacity: 0;
-webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
-o-transition: opacity 0.4s ease-out, transform 0.4s ease-out;
transition: opacity 0.4s ease-out, transform 0.4s ease-out;
transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
color: white;
font-size: 1em;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
background: rgba(0, 0, 0, 0.7); }
.tgr-layout-2 .tgr-item-inner:hover .tgr-figcaption,
.tgr-layout-2 .tgr-grid-item.tgr-active .tgr-item-inner .tgr-figcaption {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.tgr-layout-2.tgr-social-icons-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-social,
.tgr-layout-2.tgr-social-icons-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-social {
display: block; }
.tgr-layout-2.tgr-description-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-desc,
.tgr-layout-2.tgr-description-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-desc {
display: block; }
.tgr-layout-3 .tgr-figcaption .tgr-item-social {
display: block; }
.tgr-layout-3.tgr-description-visible-hover .tgr-figcaption .tgr-item-desc {
display: block; }
.tgr-layout-3 .tgr-figure {
position: relative;
overflow: hidden;
border: 0px solid rgba(0, 0, 0, 0.2); }
.tgr-layout-3 .tgr-figcaption {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.4s ease-out;
transition: opacity 0.5s ease-out, -webkit-transform 0.4s ease-out;
-o-transition: opacity 0.5s ease-out, transform 0.4s ease-out;
transition: opacity 0.5s ease-out, transform 0.4s ease-out;
transition: opacity 0.5s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
color: white;
font-size: 1em;
-webkit-transform: translateY(101%);
-ms-transform: translateY(101%);
transform: translateY(101%);
background: rgba(0, 0, 0, 0.7); }
.tgr-layout-3 .tgr-item-inner:hover .tgr-figcaption,
.tgr-layout-3 .tgr-grid-item.tgr-active .tgr-item-inner .tgr-figcaption {
opacity: 1;
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%); }
.tgr-layout-3.tgr-social-icons-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-social,
.tgr-layout-3.tgr-social-icons-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-social {
display: block; }
.tgr-layout-3.tgr-description-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-desc,
.tgr-layout-3.tgr-description-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-desc {
display: block; }
.tgr-layout-4 .tgr-figcaption .tgr-item-social {
display: block; }
.tgr-layout-4.tgr-description-visible-hover .tgr-figcaption .tgr-item-desc {
display: block; }
.tgr-layout-4 .tgr-figure {
position: relative;
overflow: hidden;
border: 0px solid rgba(0, 0, 0, 0.2); }
.tgr-layout-4 .tgr-figcaption {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.4s ease-out;
transition: opacity 0.5s ease-out, -webkit-transform 0.4s ease-out;
-o-transition: opacity 0.5s ease-out, transform 0.4s ease-out;
transition: opacity 0.5s ease-out, transform 0.4s ease-out;
transition: opacity 0.5s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
-webkit-transform: translateY(-101%);
-ms-transform: translateY(-101%);
transform: translateY(-101%);
color: white;
font-size: 1em;
background: rgba(0, 0, 0, 0.7); }
.tgr-layout-4 .tgr-item-inner:hover .tgr-figcaption,
.tgr-layout-4 .tgr-grid-item.tgr-active .tgr-item-inner .tgr-figcaption {
opacity: 1;
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%); }
.tgr-layout-4.tgr-social-icons-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-social,
.tgr-layout-4.tgr-social-icons-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-social {
display: block; }
.tgr-layout-4.tgr-description-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-desc,
.tgr-layout-4.tgr-description-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-desc {
display: block; }
.tgr-layout-5 .tgr-figcaption .tgr-item-social {
display: block; }
.tgr-layout-5.tgr-description-visible-hover .tgr-figcaption .tgr-item-desc {
display: block; }
.tgr-layout-5 .tgr-figure {
position: relative;
overflow: hidden;
border: 0px solid rgba(0, 0, 0, 0.2); }
.tgr-layout-5 .tgr-figcaption {
position: absolute;
left: 0px;
bottom: 0px;
right: 0px;
opacity: 1;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
color: white;
font-size: 1em;
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
-o-transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translateY(100%) translateY(-100px);
-ms-transform: translateY(100%) translateY(-100px);
transform: translateY(100%) translateY(-100px);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
background: -webkit-linear-gradient(rgba(0, 0, 0, 0), black);
background: -o-linear-gradient(rgba(0, 0, 0, 0), black);
background: linear-gradient(rgba(0, 0, 0, 0), black); }
.tgr-layout-5 .tgr-item-inner:hover .tgr-figcaption,
.tgr-layout-5 .tgr-grid-item.tgr-active .tgr-item-inner .tgr-figcaption {
-webkit-transform: translateY(0%) !important;
-ms-transform: translateY(0%) !important;
transform: translateY(0%) !important; }
.tgr-layout-6 .tgr-figcaption .tgr-item-social {
display: block; }
.tgr-layout-6.tgr-description-visible-hover .tgr-figcaption .tgr-item-desc {
display: block; }
.tgr-layout-6 .tgr-item-inner {
overflow: visible; }
.tgr-layout-6 .tgr-figure {
position: relative;
overflow: hidden;
border: 0px solid rgba(0, 0, 0, 0.2); }
.tgr-layout-6 .tgr-figcaption {
position: absolute;
left: 15px;
bottom: 0px;
right: 15px;
opacity: 1;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
color: white;
font-size: 1em;
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
-o-transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translateY(100%) translateY(-100px);
-ms-transform: translateY(100%) translateY(-100px);
transform: translateY(100%) translateY(-100px);
background: rgba(0, 0, 0, 0.8); }
.tgr-layout-6 .tgr-item-inner:hover .tgr-figcaption,
.tgr-layout-6 .tgr-grid-item.tgr-active .tgr-item-inner .tgr-figcaption {
-webkit-transform: translateY(0%) !important;
-ms-transform: translateY(0%) !important;
transform: translateY(0%) !important; }
.tgr-layout-7.tgr-social-icons-visible .tgr-figcaption .tgr-item-social {
display: block; }
.tgr-layout-7 .tgr-figure {
position: relative;
overflow: hidden;
padding-bottom: 100px;
border: 0px solid rgba(0, 0, 0, 0.2); }
.tgr-layout-7 .tgr-figcaption {
position: absolute;
bottom: 0;
width: 100%;
color: #000;
font-size: 1em; }
.tgr-layout-7 .tgr-figcaption:before {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: black;
-webkit-transform: translateY(100%) translateY(0px);
-ms-transform: translateY(100%) translateY(0px);
transform: translateY(100%) translateY(0px);
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
-o-transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
.tgr-layout-7 .tgr-item-inner:hover .tgr-figcaption,
.tgr-layout-7 .tgr-grid-item.tgr-active .tgr-item-inner .tgr-figcaption {
color: white; }
.tgr-layout-7 .tgr-item-inner:hover .tgr-figcaption:before,
.tgr-layout-7 .tgr-grid-item.tgr-active .tgr-item-inner .tgr-figcaption:before {
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px); }
.tgr-layout-7.tgr-social-icons-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-social,
.tgr-layout-7.tgr-social-icons-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-social {
display: block; }
.tgr-layout-7.tgr-description-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-desc,
.tgr-layout-7.tgr-description-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-desc {
display: block; }
.tgr-layout-8 .tgr-item-image .tgr-item-social {
display: block; }
.tgr-layout-8.tgr-social-icons-visible .tgr-item-image .tgr-item-social {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
.tgr-layout-8.tgr-description-visible .tgr-item-image .tgr-item-desc, .tgr-layout-8.tgr-description-visible-hover .tgr-item-image .tgr-item-desc {
display: block;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center; }
.tgr-layout-8.tgr-description-visible .tgr-item-image .tgr-item-desc {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1; }
.tgr-layout-8 .tgr-figure {
border: 0px solid rgba(0, 0, 0, 0.2); }
.tgr-layout-8 .tgr-item-image {
color: white; }
.tgr-layout-8 .tgr-item-desc {
z-index: 10;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: 0;
background: rgba(0, 0, 0, 0.7);
padding: 20px 15px;
-webkit-transition: -webkit-transform 0.4s ease-out;
transition: -webkit-transform 0.4s ease-out;
-o-transition: transform 0.4s ease-out;
transition: transform 0.4s ease-out;
transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
-webkit-transform: translateY(-101%);
-ms-transform: translateY(-101%);
transform: translateY(-101%); }
.tgr-layout-8 .tgr-item-social {
z-index: 20;
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
background: rgba(0, 0, 0, 0.7);
padding: 15px;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
-o-transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
.tgr-layout-8 .tgr-figcaption {
position: relative;
opacity: 1;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
color: white;
font-size: 1em;
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
-o-transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
background: black; }
.tgr-layout-8 .tgr-item-inner:hover .tgr-item-image .tgr-item-social,
.tgr-layout-8 .tgr-grid-item.tgr-active .tgr-item-inner .tgr-item-image .tgr-item-social {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
.tgr-layout-8 .tgr-item-inner:hover .tgr-item-image .tgr-item-desc,
.tgr-layout-8 .tgr-grid-item.tgr-active .tgr-item-inner .tgr-item-image .tgr-item-desc {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
.tgr-layout-9.tgr-social-icons-visible .tgr-figcaption .tgr-item-social {
display: block; }
.tgr-layout-9 .tgr-item-inner {
overflow: visible;
border: 1px solid rgba(0, 0, 0, 0.2);
padding: 10px; }
.tgr-layout-9 .tgr-figure {
overflow: hidden;
position: relative;
padding-bottom: 100px; }
.tgr-layout-9 .tgr-figcaption {
position: absolute;
left: 0px;
bottom: 0px;
right: 0px;
opacity: 1;
color: #000;
font-size: 1em;
height: 100px;
-webkit-transition: height 0.4s, -webkit-transform 0.3s ease-out;
transition: height 0.4s, -webkit-transform 0.3s ease-out;
-o-transition: transform 0.3s ease-out, height 0.4s;
transition: transform 0.3s ease-out, height 0.4s;
transition: transform 0.3s ease-out, height 0.4s, -webkit-transform 0.3s ease-out;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(white));
background: -webkit-linear-gradient(rgba(255, 255, 255, 0.6), white);
background: -o-linear-gradient(rgba(255, 255, 255, 0.6), white);
background: linear-gradient(rgba(255, 255, 255, 0.6), white); }
.tgr-layout-9 .tgr-item-inner:hover .tgr-figcaption,
.tgr-layout-9 .tgr-grid-item.tgr-active .tgr-item-inner .tgr-figcaption {
height: 100% !important;
-webkit-transform: translateY(0%) !important;
-ms-transform: translateY(0%) !important;
transform: translateY(0%) !important; }
.tgr-layout-9.tgr-social-icons-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-social,
.tgr-layout-9.tgr-social-icons-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-social {
display: block; }
.tgr-layout-9.tgr-description-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-desc,
.tgr-layout-9.tgr-description-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-desc {
display: block; }
.tgr-layout-10.tgr-social-icons-visible .tgr-figcaption .tgr-item-social {
display: block; }
.tgr-layout-10.tgr-social-icons-hide .tgr-item-image .tgr-item-social {
display: block; }
.tgr-layout-10.tgr-description-visible .tgr-figcaption .tgr-item-desc {
display: block; }
.tgr-layout-10.tgr-description-hide:not(.tgr-description-visible-hover) .tgr-item-inner.tgr-flip-card-container .tgr-flip-back .tgr-item-desc {
display: none; }
.tgr-layout-10 .tgr-item-inner {
overflow: visible; }
.tgr-layout-10 .tgr-item-inner:after {
border: 12px solid transparent;
border-top-color: rgba(0, 0, 0, 0.5);
top: auto;
bottom: auto; }
.tgr-layout-10 .tgr-item-inner.tgr-flip-card-container {
-webkit-perspective: none;
perspective: none;
overflow: visible; }
.tgr-layout-10 .tgr-item-inner.tgr-flip-card-container .tgr-flip-back {
display: block;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.tgr-layout-10 .tgr-item-inner.tgr-flip-card-container .tgr-flip-back .tgr-img {
display: none;
width: 25%;
height: auto;
border-radius: 100%;
margin-bottom: 10px; }
.tgr-layout-10 .tgr-item-inner.tgr-flip-card-container .tgr-flip-back .tgr-item-desc {
display: block; }
.tgr-layout-10 .tgr-item-inner.tgr-flip-card-container .tgr-flip-back .tgr-item-social {
display: block; }
.tgr-layout-10 .tgr-figure {
overflow: visible;
position: relative;
padding: 10px;
border: 1px solid rgba(0, 0, 0, 0.2); }
.tgr-layout-10 .tgr-item-image .tgr-item-social {
z-index: 20;
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
background: white;
padding: 15px;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform 0.4s ease-out;
transition: -webkit-transform 0.4s ease-out;
-o-transition: transform 0.4s ease-out;
transition: transform 0.4s ease-out;
transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out; }
.tgr-layout-10 .tgr-figcaption {
width: 100%;
color: #000;
font-size: 1em; }
.tgr-layout-10.tgr-social-icons-hide .tgr-item-inner:not(.tgr-flip-card-container):hover .tgr-item-image .tgr-item-social,
.tgr-layout-10.tgr-social-icons-hide .tgr-grid-item.tgr-active .tgr-item-inner:not(.tgr-flip-card-container) .tgr-item-image .tgr-item-social {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
.tgr-layout-11.tgr-social-icons-visible .tgr-figcaption .tgr-item-social {
display: block; }
.tgr-layout-11 .tgr-item-inner {
overflow: visible;
border: 1px solid rgba(0, 0, 0, 0.2);
padding: 10px; }
.tgr-layout-11 .tgr-item-inner:after {
border: 12px solid transparent;
border-top-color: rgba(0, 0, 0, 0.5);
top: auto;
bottom: -24px; }
.tgr-layout-11 .tgr-figure {
overflow: hidden;
position: relative;
padding-top: 40px;
padding-bottom: 120px; }
.tgr-layout-11 .tgr-item-image {
overflow: visible; }
.tgr-layout-11 img.tgr-img {
width: 80%;
max-width: 240px;
border-radius: 50%; }
.tgr-layout-11 .tgr-figcaption {
position: absolute;
left: 0px;
bottom: 0px;
right: 0px;
opacity: 1;
color: #000;
font-size: 1em;
height: 100px;
-webkit-transition: height 0.4s, -webkit-transform 0.4s ease-out;
transition: height 0.4s, -webkit-transform 0.4s ease-out;
-o-transition: transform 0.4s ease-out, height 0.4s;
transition: transform 0.4s ease-out, height 0.4s;
transition: transform 0.4s ease-out, height 0.4s, -webkit-transform 0.4s ease-out;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(white));
background: -webkit-linear-gradient(rgba(255, 255, 255, 0.6), white);
background: -o-linear-gradient(rgba(255, 255, 255, 0.6), white);
background: linear-gradient(rgba(255, 255, 255, 0.6), white); }
.tgr-layout-11 .tgr-item-inner:hover .tgr-figcaption,
.tgr-layout-11 .tgr-grid-item.tgr-active .tgr-item-inner .tgr-figcaption {
height: 100% !important;
-webkit-transform: translateY(0%) !important;
-ms-transform: translateY(0%) !important;
transform: translateY(0%) !important; }
.tgr-layout-11.tgr-social-icons-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-social,
.tgr-layout-11.tgr-social-icons-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-social {
display: block; }
.tgr-layout-11.tgr-description-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-desc,
.tgr-layout-11.tgr-description-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-desc {
display: block; }
.tgr-layout-12.tgr-social-icons-visible .tgr-figcaption .tgr-item-social {
display: block; }
.tgr-layout-12.tgr-social-icons-hide .tgr-item-image .tgr-item-social {
display: block; }
.tgr-layout-12.tgr-description-visible .tgr-figcaption .tgr-item-desc {
display: block; }
.tgr-layout-12.tgr-description-hide:not(.tgr-description-visible-hover) .tgr-item-inner.tgr-flip-card-container .tgr-flip-back .tgr-item-desc {
display: none; }
.tgr-layout-12 .tgr-item-inner {
overflow: visible; }
.tgr-layout-12 .tgr-item-inner:after {
border: 12px solid transparent;
border-top-color: rgba(0, 0, 0, 0.5);
top: auto;
bottom: auto; }
.tgr-layout-12 .tgr-item-inner.tgr-flip-card-container {
-webkit-perspective: none;
perspective: none;
overflow: visible; }
.tgr-layout-12 .tgr-item-inner.tgr-flip-card-container .tgr-flip-back {
display: block;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.tgr-layout-12 .tgr-item-inner.tgr-flip-card-container .tgr-flip-back .tgr-img {
display: none;
width: 25%;
height: auto;
border-radius: 100%;
margin-bottom: 10px; }
.tgr-layout-12 .tgr-item-inner.tgr-flip-card-container .tgr-flip-back .tgr-item-desc {
display: block; }
.tgr-layout-12 .tgr-item-inner.tgr-flip-card-container .tgr-flip-back .tgr-item-social {
display: block; }
.tgr-layout-12 .tgr-figure {
overflow: visible;
position: relative;
padding: 40px 10px;
border: 1px solid rgba(0, 0, 0, 0.2); }
.tgr-layout-12 .tgr-item-image {
width: 80%;
max-width: 240px;
margin: 10px auto 0;
overflow: hidden;
border-radius: 50%; }
.tgr-layout-12 .tgr-item-image .tgr-item-social {
z-index: 20;
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
background: rgba(0, 0, 0, 0.7);
padding: 15px;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform 0.4s ease-out;
transition: -webkit-transform 0.4s ease-out;
-o-transition: transform 0.4s ease-out;
transition: transform 0.4s ease-out;
transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out; }
.tgr-layout-12 .tgr-figcaption {
width: 100%;
color: #000;
font-size: 1em; }
.tgr-layout-12.tgr-social-icons-hide .tgr-item-inner:not(.tgr-flip-card-container):hover .tgr-item-image .tgr-item-social,
.tgr-layout-12.tgr-social-icons-hide .tgr-grid-item.tgr-active .tgr-item-inner:not(.tgr-flip-card-container) .tgr-item-image .tgr-item-social {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
.tgr-layout-13.tgr-description-visible-hover .tgr-figcaption .tgr-item-desc {
display: block; }
.tgr-layout-13 .tgr-item-inner {
overflow: visible; }
.tgr-layout-13 .tgr-item-inner:after {
border: 12px solid transparent;
border-top-color: rgba(0, 0, 0, 0.5);
top: auto;
bottom: auto; }
.tgr-layout-13 .tgr-flip-card-container {
-webkit-perspective: none;
perspective: none;
overflow: visible; }
.tgr-layout-13 .tgr-flip-card-container .tgr-flip-front .tgr-figcaption {
display: none; }
.tgr-layout-13 .tgr-flip-card-container .tgr-flip-back {
display: block;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.3); }
.tgr-layout-13 .tgr-flip-card-container .tgr-flip-back .tgr-figcaption {
padding-left: 20px;
padding-right: 20px; }
.tgr-layout-13 .tgr-flip-card-container .tgr-flip-back .tgr-img {
display: none;
width: 25%;
height: auto;
border-radius: 100%;
margin-bottom: 10px; }
.tgr-layout-13 .tgr-flip-card-container .tgr-flip-back .tgr-item-desc {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.tgr-layout-13 .tgr-flip-card-container .tgr-flip-back .tgr-item-social {
display: block;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.tgr-layout-13 .tgr-figure {
overflow: visible;
position: relative; }
.tgr-layout-13 .tgr-item-image {
overflow: hidden;
border-radius: 50%;
border: 0px solid rgba(0, 0, 0, 0.2); }
.tgr-layout-13 .tgr-item-image .tgr-item-social {
z-index: 20;
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
background: rgba(0, 0, 0, 0.7);
padding: 15px;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform 0.4s ease-out;
transition: -webkit-transform 0.4s ease-out;
-o-transition: transform 0.4s ease-out;
transition: transform 0.4s ease-out;
transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out; }
.tgr-layout-13 .tgr-figcaption {
width: 100%;
color: #000;
font-size: 1em; }
.tgr-layout-14.tgr-headings-hide .tgr-item-image .tgr-item-header {
display: none; }
.tgr-layout-14 .tgr-item-inner:before {
border-radius: 50%;
content: " ";
position: absolute;
-webkit-box-sizing: border-box;
box-sizing: border-box;
z-index: 10;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 12px solid rgba(0, 0, 0, 0.5);
-webkit-transition: opacity 0.3s, border 0.5s;
-o-transition: opacity 0.3s, border 0.5s;
transition: opacity 0.3s, border 0.5s; }
.tgr-layout-14 .tgr-figure {
overflow: hidden;
border-radius: 50%; }
.tgr-layout-14 .tgr-item-image .tgr-item-header {
display: block;
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
right: 0;
padding-bottom: 25px;
background: rgba(0, 0, 0, 0.5);
opacity: 1;
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s; }
.tgr-layout-14 .tgr-figcaption {
width: auto;
height: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 50%;
position: absolute;
z-index: 20;
top: 12px;
left: 12px;
bottom: 12px;
right: 12px;
opacity: 0;
-webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
-o-transition: opacity 0.4s ease-out, transform 0.4s ease-out;
transition: opacity 0.4s ease-out, transform 0.4s ease-out;
transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
color: white;
font-size: 1em;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
background: rgba(0, 0, 0, 0.5); }
.tgr-layout-14 .tgr-figcaption .tgr-item-desc {
padding-left: 10px;
padding-right: 10px; }
.tgr-layout-14 .tgr-figcaption .tgr-item-social {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.tgr-layout-14 .tgr-item-inner:hover .tgr-figcaption {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.tgr-layout-14 .tgr-item-inner:hover .tgr-item-image .tgr-item-header {
opacity: 0; }
.tgr-layout-14 .tgr-item-inner:hover:before {
border-width: 0; }
.tgr-layout-14.tgr-social-icons-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-social,
.tgr-layout-14.tgr-social-icons-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-social {
display: block; }
.tgr-layout-14.tgr-description-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-desc,
.tgr-layout-14.tgr-description-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-desc {
display: block; }
.tgr-layout-15.tgr-headings-hide .tgr-item-image .tgr-item-header {
display: none; }
.tgr-layout-15 .tgr-grid-item.tgr-active .tgr-item-inner:before {
opacity: 1; }
.tgr-layout-15 .tgr-figure {
overflow: hidden;
border-radius: 50%; }
.tgr-layout-15 .tgr-item-image {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
-webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
-o-transition: opacity 0.6s ease-out, transform 0.6s ease-out;
transition: opacity 0.6s ease-out, transform 0.6s ease-out;
transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
color: #000;
border-radius: 50%;
border: 0px solid rgba(0, 0, 0, 0.2); }
.tgr-layout-15 .tgr-item-image .tgr-item-header {
display: block;
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
right: 0;
padding-bottom: 25px;
background: rgba(255, 255, 255, 0.9);
opacity: 1; }
.tgr-layout-15 .tgr-figcaption {
display: block;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 50%;
position: absolute;
z-index: 20;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
opacity: 0;
-webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
transition: opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
-o-transition: opacity 0.2s ease-out, transform 0.4s ease-out;
transition: opacity 0.2s ease-out, transform 0.4s ease-out;
transition: opacity 0.2s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
color: #000;
font-size: 1em;
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
transform: scale(0.85);
background: rgba(255, 255, 255, 0.9);
border: 1px solid rgba(0, 0, 0, 0.2); }
.tgr-layout-15 .tgr-figcaption .tgr-item-desc {
padding-left: 10px;
padding-right: 10px; }
.tgr-layout-15 .tgr-figcaption .tgr-item-social {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.tgr-layout-15 .tgr-item-inner:hover .tgr-figcaption {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.tgr-layout-15 .tgr-item-inner:hover .tgr-item-image .tgr-item-header {
opacity: 0; }
.tgr-layout-15 .tgr-item-inner:hover .tgr-item-image {
opacity: 0;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0); }
.tgr-layout-15.tgr-social-icons-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-social,
.tgr-layout-15.tgr-social-icons-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-social {
display: block; }
.tgr-layout-15.tgr-description-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-desc,
.tgr-layout-15.tgr-description-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-desc {
display: block; }
.tgr-layout-16 .tgr-item-inner {
cursor: default; }
.tgr-layout-16 .tgr-item {
display: block;
width: 100%;
overflow: hidden;
padding: 40px;
border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
@media (max-width: 834px) {
.tgr-layout-16 .tgr-item {
padding: 20px; } }
.tgr-layout-16 .tgr-member-image {
margin-bottom: 20px; }
.tgr-layout-16 .tgr-member-image img {
max-width: 100%;
display: block; }
.tgr-layout-16 .tgr-item .tgr-flexbox .tgr-left {
width: 320px;
margin-right: 30px; }
.tgr-layout-16 .tgr-item .tgr-flexbox .tgr-right {
width: auto;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0; }
.tgr-layout-16.tgr-list-right .tgr-item .tgr-flexbox .tgr-left {
margin-right: 0px;
margin-left: 30px;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.tgr-layout-17 .tgr-box-inner {
overflow-x: auto; }
.tgr-layout-17 .tgr-table {
display: table;
text-align: left;
width: 100%;
vertical-align: middle;
font-size: 16px;
border-collapse: collapse;
border-spacing: 0; }
.tgr-layout-17 .tgr-table * {
line-height: 1.5;
font-size: inherit;
color: inherit; }
.tgr-layout-17 .tgr-table .tgr-tr {
display: table-row; }
.tgr-layout-17 .tgr-table .tgr-th {
font-weight: bold; }
.tgr-layout-17 .tgr-table .tgr-th, .tgr-layout-17 .tgr-table .tgr-td {
padding: 10px;
text-align: left;
border-width: 1px 0;
border-style: solid;
border-color: rgba(0, 0, 0, 0.3);
display: table-cell;
vertical-align: middle; }
.tgr-layout-17 .tgr-table .tgr-th:first-child, .tgr-layout-17 .tgr-table .tgr-td:first-child {
padding-left: 20px; }
.tgr-layout-17 .tgr-table .tgr-th:last-child, .tgr-layout-17 .tgr-table .tgr-td:last-child {
padding-right: 20px; }
.tgr-layout-17 .tgr-table.tgr-table-bordered .tgr-th, .tgr-layout-17 .tgr-table.tgr-table-bordered .tgr-td {
border-width: 1px; }
.tgr-layout-17 .tgr-table.tgr-table-striped .tgr-th, .tgr-layout-17 .tgr-table.tgr-table-striped .tgr-tr:nth-child(odd) {
background: rgba(0, 0, 0, 0.03); }
.tgr-layout-17 .tgr-table.tgr-table-hover .tgr-tr.tgr-item-inner {
-webkit-transition: background 0.2s ease-out;
-o-transition: background 0.2s ease-out;
transition: background 0.2s ease-out; }
.tgr-layout-17 .tgr-table.tgr-table-hover .tgr-tr.tgr-item-inner:hover {
background: rgba(0, 0, 0, 0.04); }
.tgr-box-wrapper .tgr-layout-17 .tgr-item-title, .tgr-box-wrapper .tgr-layout-17 .tgr-item-subtitle {
font-size: inherit !important; }
.tgr-box-wrapper .tgr-layout-17 .tgr-item-inner .tgr-member-fields {
font-size: inherit !important; }
.tgr-layout-17 .tgr-item-inner {
float: none;
width: auto;
max-width: 400px; }
.tgr-layout-17.tgr-displayer-inline .tgr-item-inner {
cursor: default; }
.tgr-layout-17 .tgr-item-image {
margin-right: 20px;
max-width: 80px; }
.tgr-layout-17 .tgr-item-image .tgr-img {
margin: 0; }
.tgr-layout-17 .tgr-item-desc * {
margin: 0; }
.tgr-layout-17 .tgr-item-social {
margin: 0; }
.tgr-layout-17 .tgr-item-social li:first-child {
margin-left: 5px; }
@media (max-width: 834px) {
.tgr-layout-17 .tgr-table .tgr-thead {
display: none !important; }
.tgr-layout-17 .tgr-table, .tgr-layout-17 .tgr-tr, .tgr-layout-17 .tgr-th, .tgr-layout-17 .tgr-td {
display: block !important; }
.tgr-layout-17 .tgr-table .tgr-tr {
margin-bottom: 15px; }
.tgr-layout-17 .tgr-table .tgr-tr .tgr-td {
padding: 5px 10px; }
.tgr-layout-17 .tgr-table .tgr-tr .tgr-td:first-child {
border-bottom: none !important;
padding-top: 15px; }
.tgr-layout-17 .tgr-table .tgr-tr .tgr-td:last-child {
padding-bottom: 15px; }
.tgr-layout-17 .tgr-table .tgr-tr .tgr-td:not(:first-child) {
border: none !important; }
.tgr-layout-17 .tgr-table-bordered .tgr-tr .tgr-td {
border: none !important; }
.tgr-layout-17 .tgr-table-bordered .tgr-tr.tgr-item {
border: 1px solid rgba(0, 0, 0, 0.3); } } .tgr-member {
text-align: left; }
.tgr-member * {
margin: 0;
line-height: 1.5; }
.tgr-member p {
margin-bottom: 20px; }
.tgr-box-wrapper .tgr-member a {
text-decoration: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none; }
.tgr-member .tgr-member-image {
line-height: 0; }
.tgr-member .tgr-member-title {
margin-bottom: 2px;
font-size: 2.2em; }
.tgr-member .tgr-member-title * {
font-family: inherit;
font-size: inherit;
color: inherit; }
.tgr-member .tgr-member-role {
margin-bottom: 2px;
font-size: 1em; }
.tgr-member .tgr-member-role * {
font-family: inherit;
font-size: inherit;
color: inherit; }
.tgr-member .tgr-member-content {
margin: 1em 0; }
.tgr-member .tgr-member-content * {
font-family: inherit;
font-size: inherit;
color: inherit; }
.tgr-member .tgr-member-content h1, .tgr-member .tgr-member-content h2, .tgr-member .tgr-member-content h3, .tgr-member .tgr-member-content h4 {
padding: 0;
font-weight: bold;
line-height: 1.4;
margin: 20px 0 10px; }
.tgr-member .tgr-right > div:first-child {
padding-top: 0; }
.tgr-member-social {
padding-top: 15px;
padding-bottom: 15px; }
.tgr-left .tgr-member-social {
text-align: center; }
.tgr-box-wrapper .tgr-member-social h2, .tgr-box-wrapper .tgr-member-social h3, .tgr-box-wrapper .tgr-member-social h4, .tgr-box-wrapper .tgr-member-social h5 {
margin: 0 0 10px 0; }
.tgr-box-wrapper .tgr-table .tgr-member-social h2, .tgr-box-wrapper .tgr-table .tgr-member-social h3, .tgr-box-wrapper .tgr-table .tgr-member-social h4, .tgr-box-wrapper .tgr-table .tgr-member-social h5 {
display: none; }
.tgr-member-social ul {
margin: 0 !important;
padding: 0 !important;
list-style: none !important; }
.tgr-member-social ul li {
display: inline-block;
text-align: center;
margin: 0 5px 5px;
padding: 0; }
.tgr-member-social ul li:first-child {
margin-left: 0; }
.tgr-member-social ul li:last-child {
margin-right: 0; }
.tgr-member-social ul li:before {
display: none; }
.tgr-member-social ul li a {
margin: 0px;
display: inline-block;
text-align: center;
font-size: 16px;
width: 40px;
height: 40px;
line-height: 39px;
border: 1px solid #000;
border-radius: 100%;
text-decoration: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none; }
.tgr-member-social ul li a:focus, .tgr-member-social ul li a:active {
text-decoration: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none; }
.tgr-member-social ul li a i {
margin: 0;
padding: 0; }
.tgr-member-fields {
padding-top: 15px;
padding-bottom: 15px; }
.tgr-table .tgr-member-fields {
padding-top: 0;
padding-bottom: 0; }
.tgr-box-wrapper .tgr-member-fields h2, .tgr-box-wrapper .tgr-member-fields h3, .tgr-box-wrapper .tgr-member-fields h4, .tgr-box-wrapper .tgr-member-fields h5 {
margin: 0 0 10px 0; }
.tgr-box-wrapper .tgr-table .tgr-member-fields h2, .tgr-box-wrapper .tgr-table .tgr-member-fields h3, .tgr-box-wrapper .tgr-table .tgr-member-fields h4, .tgr-box-wrapper .tgr-table .tgr-member-fields h5 {
display: none; }
.tgr-member-fields p {
padding: 0;
margin: 0 0 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
line-height: 25px;
padding-bottom: 10px;
font-family: inherit;
font-size: inherit;
color: inherit; }
.tgr-member-fields p:last-child {
margin-bottom: 0; }
.tgr-table .tgr-member-fields p:last-child {
border-bottom: none;
padding-bottom: 0; }
.tgr-member-fields p a {
text-decoration: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none; }
.tgr-member-fields p i {
display: inline-block;
font-weight: bold; }
.tgr-member-fields p i + span {
margin-left: 6px; }
.tgr-member-fields p span {
display: inline-block;
font-weight: bold; }
.tgr-member-skills {
padding-top: 15px;
padding-bottom: 15px; }
.tgr-table .tgr-member-skills {
padding-top: 0;
padding-bottom: 0; }
.tgr-box-wrapper .tgr-member-skills h2, .tgr-box-wrapper .tgr-member-skills h3, .tgr-box-wrapper .tgr-member-skills h4, .tgr-box-wrapper .tgr-member-skills h5 {
margin: 0 0 10px 0; }
.tgr-box-wrapper .tgr-table .tgr-member-skills h2, .tgr-box-wrapper .tgr-table .tgr-member-skills h3, .tgr-box-wrapper .tgr-table .tgr-member-skills h4, .tgr-box-wrapper .tgr-table .tgr-member-skills h5 {
display: none; }
.tgr-member-skills .tgr-member-skill {
margin-bottom: 15px; }
.tgr-member-skills .tgr-member-skill:last-child {
margin-bottom: 0; }
.tgr-table .tgr-member-skills .tgr-member-skill:last-child {
margin-bottom: 7px; }
.tgr-member-skills .tgr-skill-bg {
position: relative;
display: block;
width: 100%;
background: rgba(0, 0, 0, 0.2);
height: 7px;
-webkit-box-shadow: none;
box-shadow: none;
margin: 0; }
.tgr-member-skills .tgr-skill-percent {
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.7);
width: 80%;
height: 100%; }
.tgr-member-skills .tgr-skill-percent:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: 40px 40px;
-webkit-animation: tgr-animate-stripes 2s linear infinite;
animation: tgr-animate-stripes 2s linear infinite;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
@-webkit-keyframes tgr-animate-stripes {
0% {
background-position: 0 0; }
100% {
background-position: 80px 0; } }
@keyframes tgr-animate-stripes {
0% {
background-position: 0 0; }
100% {
background-position: 80px 0; } }  .teamgrid-shortcode .tgr-member-image {
max-width: 400px; }
.teamgrid-shortcode .teamgrid-member .tgr-member-image {
float: left;
margin: 0 30px 20px 0; }
.teamgrid-shortcode .teamgrid-member .tgr-member-header {
display: inline-block; }.tgr-icon,
.tgr-icon-fas,
.tgr-icon-far,
.tgr-icon-fal,
.tgr-icon-fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; }
.tgr-icon-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em; }
.tgr-icon-xs {
font-size: .75em; }
.tgr-icon-sm {
font-size: .875em; }
.tgr-icon-1x {
font-size: 1em; }
.tgr-icon-2x {
font-size: 2em; }
.tgr-icon-3x {
font-size: 3em; }
.tgr-icon-4x {
font-size: 4em; }
.tgr-icon-5x {
font-size: 5em; }
.tgr-icon-6x {
font-size: 6em; }
.tgr-icon-7x {
font-size: 7em; }
.tgr-icon-8x {
font-size: 8em; }
.tgr-icon-9x {
font-size: 9em; }
.tgr-icon-10x {
font-size: 10em; }
.tgr-icon-fw {
text-align: center;
width: 1.25em; }
.tgr-icon-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0; }
.tgr-icon-ul > li {
position: relative; }
.tgr-icon-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit; }
.tgr-icon-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.tgr-icon-pull-left {
float: left; }
.tgr-icon-pull-right {
float: right; }
.tgr-icon.tgr-icon-pull-left,
.tgr-icon-fas.tgr-icon-pull-left,
.tgr-icon-far.tgr-icon-pull-left,
.tgr-icon-fal.tgr-icon-pull-left,
.tgr-icon-fab.tgr-icon-pull-left {
margin-right: .3em; }
.tgr-icon.tgr-icon-pull-right,
.tgr-icon-fas.tgr-icon-pull-right,
.tgr-icon-far.tgr-icon-pull-right,
.tgr-icon-fal.tgr-icon-pull-right,
.tgr-icon-fab.tgr-icon-pull-right {
margin-left: .3em; }
.tgr-icon-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
.tgr-icon-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.tgr-icon-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.tgr-icon-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.tgr-icon-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); }
.tgr-icon-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1); }
.tgr-icon-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1); }
.tgr-icon-flip-both, .tgr-icon-flip-horizontal.tgr-icon-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
-ms-transform: scale(-1, -1);
transform: scale(-1, -1); }
:root .tgr-icon-rotate-90,
:root .tgr-icon-rotate-180,
:root .tgr-icon-rotate-270,
:root .tgr-icon-flip-horizontal,
:root .tgr-icon-flip-vertical,
:root .tgr-icon-flip-both {
-webkit-filter: none;
filter: none; }
.tgr-icon-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.tgr-icon-stack-1x,
.tgr-icon-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%; }
.tgr-icon-stack-1x {
line-height: inherit; }
.tgr-icon-stack-2x {
font-size: 2em; }
.tgr-icon-inverse {
color: #fff; } .tgr-icon-500px:before {
content: "\f26e"; }
.tgr-icon-accessible-icon:before {
content: "\f368"; }
.tgr-icon-accusoft:before {
content: "\f369"; }
.tgr-icon-acquisitions-incorporated:before {
content: "\f6af"; }
.tgr-icon-ad:before {
content: "\f641"; }
.tgr-icon-address-book:before {
content: "\f2b9"; }
.tgr-icon-address-card:before {
content: "\f2bb"; }
.tgr-icon-adjust:before {
content: "\f042"; }
.tgr-icon-adn:before {
content: "\f170"; }
.tgr-icon-adobe:before {
content: "\f778"; }
.tgr-icon-adversal:before {
content: "\f36a"; }
.tgr-icon-affiliatetheme:before {
content: "\f36b"; }
.tgr-icon-air-freshener:before {
content: "\f5d0"; }
.tgr-icon-airbnb:before {
content: "\f834"; }
.tgr-icon-algolia:before {
content: "\f36c"; }
.tgr-icon-align-center:before {
content: "\f037"; }
.tgr-icon-align-justify:before {
content: "\f039"; }
.tgr-icon-align-left:before {
content: "\f036"; }
.tgr-icon-align-right:before {
content: "\f038"; }
.tgr-icon-alipay:before {
content: "\f642"; }
.tgr-icon-allergies:before {
content: "\f461"; }
.tgr-icon-amazon:before {
content: "\f270"; }
.tgr-icon-amazon-pay:before {
content: "\f42c"; }
.tgr-icon-ambulance:before {
content: "\f0f9"; }
.tgr-icon-american-sign-language-interpreting:before {
content: "\f2a3"; }
.tgr-icon-amilia:before {
content: "\f36d"; }
.tgr-icon-anchor:before {
content: "\f13d"; }
.tgr-icon-android:before {
content: "\f17b"; }
.tgr-icon-angellist:before {
content: "\f209"; }
.tgr-icon-angle-double-down:before {
content: "\f103"; }
.tgr-icon-angle-double-left:before {
content: "\f100"; }
.tgr-icon-angle-double-right:before {
content: "\f101"; }
.tgr-icon-angle-double-up:before {
content: "\f102"; }
.tgr-icon-angle-down:before {
content: "\f107"; }
.tgr-icon-angle-left:before {
content: "\f104"; }
.tgr-icon-angle-right:before {
content: "\f105"; }
.tgr-icon-angle-up:before {
content: "\f106"; }
.tgr-icon-angry:before {
content: "\f556"; }
.tgr-icon-angrycreative:before {
content: "\f36e"; }
.tgr-icon-angular:before {
content: "\f420"; }
.tgr-icon-ankh:before {
content: "\f644"; }
.tgr-icon-app-store:before {
content: "\f36f"; }
.tgr-icon-app-store-ios:before {
content: "\f370"; }
.tgr-icon-apper:before {
content: "\f371"; }
.tgr-icon-apple:before {
content: "\f179"; }
.tgr-icon-apple-alt:before {
content: "\f5d1"; }
.tgr-icon-apple-pay:before {
content: "\f415"; }
.tgr-icon-archive:before {
content: "\f187"; }
.tgr-icon-archway:before {
content: "\f557"; }
.tgr-icon-arrow-alt-circle-down:before {
content: "\f358"; }
.tgr-icon-arrow-alt-circle-left:before {
content: "\f359"; }
.tgr-icon-arrow-alt-circle-right:before {
content: "\f35a"; }
.tgr-icon-arrow-alt-circle-up:before {
content: "\f35b"; }
.tgr-icon-arrow-circle-down:before {
content: "\f0ab"; }
.tgr-icon-arrow-circle-left:before {
content: "\f0a8"; }
.tgr-icon-arrow-circle-right:before {
content: "\f0a9"; }
.tgr-icon-arrow-circle-up:before {
content: "\f0aa"; }
.tgr-icon-arrow-down:before {
content: "\f063"; }
.tgr-icon-arrow-left:before {
content: "\f060"; }
.tgr-icon-arrow-right:before {
content: "\f061"; }
.tgr-icon-arrow-up:before {
content: "\f062"; }
.tgr-icon-arrows-alt:before {
content: "\f0b2"; }
.tgr-icon-arrows-alt-h:before {
content: "\f337"; }
.tgr-icon-arrows-alt-v:before {
content: "\f338"; }
.tgr-icon-artstation:before {
content: "\f77a"; }
.tgr-icon-assistive-listening-systems:before {
content: "\f2a2"; }
.tgr-icon-asterisk:before {
content: "\f069"; }
.tgr-icon-asymmetrik:before {
content: "\f372"; }
.tgr-icon-at:before {
content: "\f1fa"; }
.tgr-icon-atlas:before {
content: "\f558"; }
.tgr-icon-atlassian:before {
content: "\f77b"; }
.tgr-icon-atom:before {
content: "\f5d2"; }
.tgr-icon-audible:before {
content: "\f373"; }
.tgr-icon-audio-description:before {
content: "\f29e"; }
.tgr-icon-autoprefixer:before {
content: "\f41c"; }
.tgr-icon-avianex:before {
content: "\f374"; }
.tgr-icon-aviato:before {
content: "\f421"; }
.tgr-icon-award:before {
content: "\f559"; }
.tgr-icon-aws:before {
content: "\f375"; }
.tgr-icon-baby:before {
content: "\f77c"; }
.tgr-icon-baby-carriage:before {
content: "\f77d"; }
.tgr-icon-backspace:before {
content: "\f55a"; }
.tgr-icon-backward:before {
content: "\f04a"; }
.tgr-icon-bacon:before {
content: "\f7e5"; }
.tgr-icon-balance-scale:before {
content: "\f24e"; }
.tgr-icon-ban:before {
content: "\f05e"; }
.tgr-icon-band-aid:before {
content: "\f462"; }
.tgr-icon-bandcamp:before {
content: "\f2d5"; }
.tgr-icon-barcode:before {
content: "\f02a"; }
.tgr-icon-bars:before {
content: "\f0c9"; }
.tgr-icon-baseball-ball:before {
content: "\f433"; }
.tgr-icon-basketball-ball:before {
content: "\f434"; }
.tgr-icon-bath:before {
content: "\f2cd"; }
.tgr-icon-battery-empty:before {
content: "\f244"; }
.tgr-icon-battery-full:before {
content: "\f240"; }
.tgr-icon-battery-half:before {
content: "\f242"; }
.tgr-icon-battery-quarter:before {
content: "\f243"; }
.tgr-icon-battery-three-quarters:before {
content: "\f241"; }
.tgr-icon-battle-net:before {
content: "\f835"; }
.tgr-icon-bed:before {
content: "\f236"; }
.tgr-icon-beer:before {
content: "\f0fc"; }
.tgr-icon-behance:before {
content: "\f1b4"; }
.tgr-icon-behance-square:before {
content: "\f1b5"; }
.tgr-icon-bell:before {
content: "\f0f3"; }
.tgr-icon-bell-slash:before {
content: "\f1f6"; }
.tgr-icon-bezier-curve:before {
content: "\f55b"; }
.tgr-icon-bible:before {
content: "\f647"; }
.tgr-icon-bicycle:before {
content: "\f206"; }
.tgr-icon-bimobject:before {
content: "\f378"; }
.tgr-icon-binoculars:before {
content: "\f1e5"; }
.tgr-icon-biohazard:before {
content: "\f780"; }
.tgr-icon-birthday-cake:before {
content: "\f1fd"; }
.tgr-icon-bitbucket:before {
content: "\f171"; }
.tgr-icon-bitcoin:before {
content: "\f379"; }
.tgr-icon-bity:before {
content: "\f37a"; }
.tgr-icon-black-tie:before {
content: "\f27e"; }
.tgr-icon-blackberry:before {
content: "\f37b"; }
.tgr-icon-blender:before {
content: "\f517"; }
.tgr-icon-blender-phone:before {
content: "\f6b6"; }
.tgr-icon-blind:before {
content: "\f29d"; }
.tgr-icon-blog:before {
content: "\f781"; }
.tgr-icon-blogger:before {
content: "\f37c"; }
.tgr-icon-blogger-b:before {
content: "\f37d"; }
.tgr-icon-bluetooth:before {
content: "\f293"; }
.tgr-icon-bluetooth-b:before {
content: "\f294"; }
.tgr-icon-bold:before {
content: "\f032"; }
.tgr-icon-bolt:before {
content: "\f0e7"; }
.tgr-icon-bomb:before {
content: "\f1e2"; }
.tgr-icon-bone:before {
content: "\f5d7"; }
.tgr-icon-bong:before {
content: "\f55c"; }
.tgr-icon-book:before {
content: "\f02d"; }
.tgr-icon-book-dead:before {
content: "\f6b7"; }
.tgr-icon-book-medical:before {
content: "\f7e6"; }
.tgr-icon-book-open:before {
content: "\f518"; }
.tgr-icon-book-reader:before {
content: "\f5da"; }
.tgr-icon-bookmark:before {
content: "\f02e"; }
.tgr-icon-bootstrap:before {
content: "\f836"; }
.tgr-icon-bowling-ball:before {
content: "\f436"; }
.tgr-icon-box:before {
content: "\f466"; }
.tgr-icon-box-open:before {
content: "\f49e"; }
.tgr-icon-boxes:before {
content: "\f468"; }
.tgr-icon-braille:before {
content: "\f2a1"; }
.tgr-icon-brain:before {
content: "\f5dc"; }
.tgr-icon-bread-slice:before {
content: "\f7ec"; }
.tgr-icon-briefcase:before {
content: "\f0b1"; }
.tgr-icon-briefcase-medical:before {
content: "\f469"; }
.tgr-icon-broadcast-tower:before {
content: "\f519"; }
.tgr-icon-broom:before {
content: "\f51a"; }
.tgr-icon-brush:before {
content: "\f55d"; }
.tgr-icon-btc:before {
content: "\f15a"; }
.tgr-icon-buffer:before {
content: "\f837"; }
.tgr-icon-bug:before {
content: "\f188"; }
.tgr-icon-building:before {
content: "\f1ad"; }
.tgr-icon-bullhorn:before {
content: "\f0a1"; }
.tgr-icon-bullseye:before {
content: "\f140"; }
.tgr-icon-burn:before {
content: "\f46a"; }
.tgr-icon-buromobelexperte:before {
content: "\f37f"; }
.tgr-icon-bus:before {
content: "\f207"; }
.tgr-icon-bus-alt:before {
content: "\f55e"; }
.tgr-icon-business-time:before {
content: "\f64a"; }
.tgr-icon-buysellads:before {
content: "\f20d"; }
.tgr-icon-calculator:before {
content: "\f1ec"; }
.tgr-icon-calendar:before {
content: "\f133"; }
.tgr-icon-calendar-alt:before {
content: "\f073"; }
.tgr-icon-calendar-check:before {
content: "\f274"; }
.tgr-icon-calendar-day:before {
content: "\f783"; }
.tgr-icon-calendar-minus:before {
content: "\f272"; }
.tgr-icon-calendar-plus:before {
content: "\f271"; }
.tgr-icon-calendar-times:before {
content: "\f273"; }
.tgr-icon-calendar-week:before {
content: "\f784"; }
.tgr-icon-camera:before {
content: "\f030"; }
.tgr-icon-camera-retro:before {
content: "\f083"; }
.tgr-icon-campground:before {
content: "\f6bb"; }
.tgr-icon-canadian-maple-leaf:before {
content: "\f785"; }
.tgr-icon-candy-cane:before {
content: "\f786"; }
.tgr-icon-cannabis:before {
content: "\f55f"; }
.tgr-icon-capsules:before {
content: "\f46b"; }
.tgr-icon-car:before {
content: "\f1b9"; }
.tgr-icon-car-alt:before {
content: "\f5de"; }
.tgr-icon-car-battery:before {
content: "\f5df"; }
.tgr-icon-car-crash:before {
content: "\f5e1"; }
.tgr-icon-car-side:before {
content: "\f5e4"; }
.tgr-icon-caret-down:before {
content: "\f0d7"; }
.tgr-icon-caret-left:before {
content: "\f0d9"; }
.tgr-icon-caret-right:before {
content: "\f0da"; }
.tgr-icon-caret-square-down:before {
content: "\f150"; }
.tgr-icon-caret-square-left:before {
content: "\f191"; }
.tgr-icon-caret-square-right:before {
content: "\f152"; }
.tgr-icon-caret-square-up:before {
content: "\f151"; }
.tgr-icon-caret-up:before {
content: "\f0d8"; }
.tgr-icon-carrot:before {
content: "\f787"; }
.tgr-icon-cart-arrow-down:before {
content: "\f218"; }
.tgr-icon-cart-plus:before {
content: "\f217"; }
.tgr-icon-cash-register:before {
content: "\f788"; }
.tgr-icon-cat:before {
content: "\f6be"; }
.tgr-icon-cc-amazon-pay:before {
content: "\f42d"; }
.tgr-icon-cc-amex:before {
content: "\f1f3"; }
.tgr-icon-cc-apple-pay:before {
content: "\f416"; }
.tgr-icon-cc-diners-club:before {
content: "\f24c"; }
.tgr-icon-cc-discover:before {
content: "\f1f2"; }
.tgr-icon-cc-jcb:before {
content: "\f24b"; }
.tgr-icon-cc-mastercard:before {
content: "\f1f1"; }
.tgr-icon-cc-paypal:before {
content: "\f1f4"; }
.tgr-icon-cc-stripe:before {
content: "\f1f5"; }
.tgr-icon-cc-visa:before {
content: "\f1f0"; }
.tgr-icon-centercode:before {
content: "\f380"; }
.tgr-icon-centos:before {
content: "\f789"; }
.tgr-icon-certificate:before {
content: "\f0a3"; }
.tgr-icon-chair:before {
content: "\f6c0"; }
.tgr-icon-chalkboard:before {
content: "\f51b"; }
.tgr-icon-chalkboard-teacher:before {
content: "\f51c"; }
.tgr-icon-charging-station:before {
content: "\f5e7"; }
.tgr-icon-chart-area:before {
content: "\f1fe"; }
.tgr-icon-chart-bar:before {
content: "\f080"; }
.tgr-icon-chart-line:before {
content: "\f201"; }
.tgr-icon-chart-pie:before {
content: "\f200"; }
.tgr-icon-check:before {
content: "\f00c"; }
.tgr-icon-check-circle:before {
content: "\f058"; }
.tgr-icon-check-double:before {
content: "\f560"; }
.tgr-icon-check-square:before {
content: "\f14a"; }
.tgr-icon-cheese:before {
content: "\f7ef"; }
.tgr-icon-chess:before {
content: "\f439"; }
.tgr-icon-chess-bishop:before {
content: "\f43a"; }
.tgr-icon-chess-board:before {
content: "\f43c"; }
.tgr-icon-chess-king:before {
content: "\f43f"; }
.tgr-icon-chess-knight:before {
content: "\f441"; }
.tgr-icon-chess-pawn:before {
content: "\f443"; }
.tgr-icon-chess-queen:before {
content: "\f445"; }
.tgr-icon-chess-rook:before {
content: "\f447"; }
.tgr-icon-chevron-circle-down:before {
content: "\f13a"; }
.tgr-icon-chevron-circle-left:before {
content: "\f137"; }
.tgr-icon-chevron-circle-right:before {
content: "\f138"; }
.tgr-icon-chevron-circle-up:before {
content: "\f139"; }
.tgr-icon-chevron-down:before {
content: "\f078"; }
.tgr-icon-chevron-left:before {
content: "\f053"; }
.tgr-icon-chevron-right:before {
content: "\f054"; }
.tgr-icon-chevron-up:before {
content: "\f077"; }
.tgr-icon-child:before {
content: "\f1ae"; }
.tgr-icon-chrome:before {
content: "\f268"; }
.tgr-icon-chromecast:before {
content: "\f838"; }
.tgr-icon-church:before {
content: "\f51d"; }
.tgr-icon-circle:before {
content: "\f111"; }
.tgr-icon-circle-notch:before {
content: "\f1ce"; }
.tgr-icon-city:before {
content: "\f64f"; }
.tgr-icon-clinic-medical:before {
content: "\f7f2"; }
.tgr-icon-clipboard:before {
content: "\f328"; }
.tgr-icon-clipboard-check:before {
content: "\f46c"; }
.tgr-icon-clipboard-list:before {
content: "\f46d"; }
.tgr-icon-clock:before {
content: "\f017"; }
.tgr-icon-clone:before {
content: "\f24d"; }
.tgr-icon-closed-captioning:before {
content: "\f20a"; }
.tgr-icon-cloud:before {
content: "\f0c2"; }
.tgr-icon-cloud-download-alt:before {
content: "\f381"; }
.tgr-icon-cloud-meatball:before {
content: "\f73b"; }
.tgr-icon-cloud-moon:before {
content: "\f6c3"; }
.tgr-icon-cloud-moon-rain:before {
content: "\f73c"; }
.tgr-icon-cloud-rain:before {
content: "\f73d"; }
.tgr-icon-cloud-showers-heavy:before {
content: "\f740"; }
.tgr-icon-cloud-sun:before {
content: "\f6c4"; }
.tgr-icon-cloud-sun-rain:before {
content: "\f743"; }
.tgr-icon-cloud-upload-alt:before {
content: "\f382"; }
.tgr-icon-cloudscale:before {
content: "\f383"; }
.tgr-icon-cloudsmith:before {
content: "\f384"; }
.tgr-icon-cloudversify:before {
content: "\f385"; }
.tgr-icon-cocktail:before {
content: "\f561"; }
.tgr-icon-code:before {
content: "\f121"; }
.tgr-icon-code-branch:before {
content: "\f126"; }
.tgr-icon-codepen:before {
content: "\f1cb"; }
.tgr-icon-codiepie:before {
content: "\f284"; }
.tgr-icon-coffee:before {
content: "\f0f4"; }
.tgr-icon-cog:before {
content: "\f013"; }
.tgr-icon-cogs:before {
content: "\f085"; }
.tgr-icon-coins:before {
content: "\f51e"; }
.tgr-icon-columns:before {
content: "\f0db"; }
.tgr-icon-comment:before {
content: "\f075"; }
.tgr-icon-comment-alt:before {
content: "\f27a"; }
.tgr-icon-comment-dollar:before {
content: "\f651"; }
.tgr-icon-comment-dots:before {
content: "\f4ad"; }
.tgr-icon-comment-medical:before {
content: "\f7f5"; }
.tgr-icon-comment-slash:before {
content: "\f4b3"; }
.tgr-icon-comments:before {
content: "\f086"; }
.tgr-icon-comments-dollar:before {
content: "\f653"; }
.tgr-icon-compact-disc:before {
content: "\f51f"; }
.tgr-icon-compass:before {
content: "\f14e"; }
.tgr-icon-compress:before {
content: "\f066"; }
.tgr-icon-compress-arrows-alt:before {
content: "\f78c"; }
.tgr-icon-concierge-bell:before {
content: "\f562"; }
.tgr-icon-confluence:before {
content: "\f78d"; }
.tgr-icon-connectdevelop:before {
content: "\f20e"; }
.tgr-icon-contao:before {
content: "\f26d"; }
.tgr-icon-cookie:before {
content: "\f563"; }
.tgr-icon-cookie-bite:before {
content: "\f564"; }
.tgr-icon-copy:before {
content: "\f0c5"; }
.tgr-icon-copyright:before {
content: "\f1f9"; }
.tgr-icon-couch:before {
content: "\f4b8"; }
.tgr-icon-cpanel:before {
content: "\f388"; }
.tgr-icon-creative-commons:before {
content: "\f25e"; }
.tgr-icon-creative-commons-by:before {
content: "\f4e7"; }
.tgr-icon-creative-commons-nc:before {
content: "\f4e8"; }
.tgr-icon-creative-commons-nc-eu:before {
content: "\f4e9"; }
.tgr-icon-creative-commons-nc-jp:before {
content: "\f4ea"; }
.tgr-icon-creative-commons-nd:before {
content: "\f4eb"; }
.tgr-icon-creative-commons-pd:before {
content: "\f4ec"; }
.tgr-icon-creative-commons-pd-alt:before {
content: "\f4ed"; }
.tgr-icon-creative-commons-remix:before {
content: "\f4ee"; }
.tgr-icon-creative-commons-sa:before {
content: "\f4ef"; }
.tgr-icon-creative-commons-sampling:before {
content: "\f4f0"; }
.tgr-icon-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.tgr-icon-creative-commons-share:before {
content: "\f4f2"; }
.tgr-icon-creative-commons-zero:before {
content: "\f4f3"; }
.tgr-icon-credit-card:before {
content: "\f09d"; }
.tgr-icon-critical-role:before {
content: "\f6c9"; }
.tgr-icon-crop:before {
content: "\f125"; }
.tgr-icon-crop-alt:before {
content: "\f565"; }
.tgr-icon-cross:before {
content: "\f654"; }
.tgr-icon-crosshairs:before {
content: "\f05b"; }
.tgr-icon-crow:before {
content: "\f520"; }
.tgr-icon-crown:before {
content: "\f521"; }
.tgr-icon-crutch:before {
content: "\f7f7"; }
.tgr-icon-css3:before {
content: "\f13c"; }
.tgr-icon-css3-alt:before {
content: "\f38b"; }
.tgr-icon-cube:before {
content: "\f1b2"; }
.tgr-icon-cubes:before {
content: "\f1b3"; }
.tgr-icon-cut:before {
content: "\f0c4"; }
.tgr-icon-cuttlefish:before {
content: "\f38c"; }
.tgr-icon-d-and-d:before {
content: "\f38d"; }
.tgr-icon-d-and-d-beyond:before {
content: "\f6ca"; }
.tgr-icon-dashcube:before {
content: "\f210"; }
.tgr-icon-database:before {
content: "\f1c0"; }
.tgr-icon-deaf:before {
content: "\f2a4"; }
.tgr-icon-delicious:before {
content: "\f1a5"; }
.tgr-icon-democrat:before {
content: "\f747"; }
.tgr-icon-deploydog:before {
content: "\f38e"; }
.tgr-icon-deskpro:before {
content: "\f38f"; }
.tgr-icon-desktop:before {
content: "\f108"; }
.tgr-icon-dev:before {
content: "\f6cc"; }
.tgr-icon-deviantart:before {
content: "\f1bd"; }
.tgr-icon-dharmachakra:before {
content: "\f655"; }
.tgr-icon-dhl:before {
content: "\f790"; }
.tgr-icon-diagnoses:before {
content: "\f470"; }
.tgr-icon-diaspora:before {
content: "\f791"; }
.tgr-icon-dice:before {
content: "\f522"; }
.tgr-icon-dice-d20:before {
content: "\f6cf"; }
.tgr-icon-dice-d6:before {
content: "\f6d1"; }
.tgr-icon-dice-five:before {
content: "\f523"; }
.tgr-icon-dice-four:before {
content: "\f524"; }
.tgr-icon-dice-one:before {
content: "\f525"; }
.tgr-icon-dice-six:before {
content: "\f526"; }
.tgr-icon-dice-three:before {
content: "\f527"; }
.tgr-icon-dice-two:before {
content: "\f528"; }
.tgr-icon-digg:before {
content: "\f1a6"; }
.tgr-icon-digital-ocean:before {
content: "\f391"; }
.tgr-icon-digital-tachograph:before {
content: "\f566"; }
.tgr-icon-directions:before {
content: "\f5eb"; }
.tgr-icon-discord:before {
content: "\f392"; }
.tgr-icon-discourse:before {
content: "\f393"; }
.tgr-icon-divide:before {
content: "\f529"; }
.tgr-icon-dizzy:before {
content: "\f567"; }
.tgr-icon-dna:before {
content: "\f471"; }
.tgr-icon-dochub:before {
content: "\f394"; }
.tgr-icon-docker:before {
content: "\f395"; }
.tgr-icon-dog:before {
content: "\f6d3"; }
.tgr-icon-dollar-sign:before {
content: "\f155"; }
.tgr-icon-dolly:before {
content: "\f472"; }
.tgr-icon-dolly-flatbed:before {
content: "\f474"; }
.tgr-icon-donate:before {
content: "\f4b9"; }
.tgr-icon-door-closed:before {
content: "\f52a"; }
.tgr-icon-door-open:before {
content: "\f52b"; }
.tgr-icon-dot-circle:before {
content: "\f192"; }
.tgr-icon-dove:before {
content: "\f4ba"; }
.tgr-icon-download:before {
content: "\f019"; }
.tgr-icon-draft2digital:before {
content: "\f396"; }
.tgr-icon-drafting-compass:before {
content: "\f568"; }
.tgr-icon-dragon:before {
content: "\f6d5"; }
.tgr-icon-draw-polygon:before {
content: "\f5ee"; }
.tgr-icon-dribbble:before {
content: "\f17d"; }
.tgr-icon-dribbble-square:before {
content: "\f397"; }
.tgr-icon-dropbox:before {
content: "\f16b"; }
.tgr-icon-drum:before {
content: "\f569"; }
.tgr-icon-drum-steelpan:before {
content: "\f56a"; }
.tgr-icon-drumstick-bite:before {
content: "\f6d7"; }
.tgr-icon-drupal:before {
content: "\f1a9"; }
.tgr-icon-dumbbell:before {
content: "\f44b"; }
.tgr-icon-dumpster:before {
content: "\f793"; }
.tgr-icon-dumpster-fire:before {
content: "\f794"; }
.tgr-icon-dungeon:before {
content: "\f6d9"; }
.tgr-icon-dyalog:before {
content: "\f399"; }
.tgr-icon-earlybirds:before {
content: "\f39a"; }
.tgr-icon-ebay:before {
content: "\f4f4"; }
.tgr-icon-edge:before {
content: "\f282"; }
.tgr-icon-edit:before {
content: "\f044"; }
.tgr-icon-egg:before {
content: "\f7fb"; }
.tgr-icon-eject:before {
content: "\f052"; }
.tgr-icon-elementor:before {
content: "\f430"; }
.tgr-icon-ellipsis-h:before {
content: "\f141"; }
.tgr-icon-ellipsis-v:before {
content: "\f142"; }
.tgr-icon-ello:before {
content: "\f5f1"; }
.tgr-icon-ember:before {
content: "\f423"; }
.tgr-icon-empire:before {
content: "\f1d1"; }
.tgr-icon-envelope:before {
content: "\f0e0"; }
.tgr-icon-envelope-open:before {
content: "\f2b6"; }
.tgr-icon-envelope-open-text:before {
content: "\f658"; }
.tgr-icon-envelope-square:before {
content: "\f199"; }
.tgr-icon-envira:before {
content: "\f299"; }
.tgr-icon-equals:before {
content: "\f52c"; }
.tgr-icon-eraser:before {
content: "\f12d"; }
.tgr-icon-erlang:before {
content: "\f39d"; }
.tgr-icon-ethereum:before {
content: "\f42e"; }
.tgr-icon-ethernet:before {
content: "\f796"; }
.tgr-icon-etsy:before {
content: "\f2d7"; }
.tgr-icon-euro-sign:before {
content: "\f153"; }
.tgr-icon-evernote:before {
content: "\f839"; }
.tgr-icon-exchange-alt:before {
content: "\f362"; }
.tgr-icon-exclamation:before {
content: "\f12a"; }
.tgr-icon-exclamation-circle:before {
content: "\f06a"; }
.tgr-icon-exclamation-triangle:before {
content: "\f071"; }
.tgr-icon-expand:before {
content: "\f065"; }
.tgr-icon-expand-arrows-alt:before {
content: "\f31e"; }
.tgr-icon-expeditedssl:before {
content: "\f23e"; }
.tgr-icon-external-link-alt:before {
content: "\f35d"; }
.tgr-icon-external-link-square-alt:before {
content: "\f360"; }
.tgr-icon-eye:before {
content: "\f06e"; }
.tgr-icon-eye-dropper:before {
content: "\f1fb"; }
.tgr-icon-eye-slash:before {
content: "\f070"; }
.tgr-icon-facebook:before {
content: "\f09a"; }
.tgr-icon-facebook-f:before {
content: "\f39e"; }
.tgr-icon-facebook-messenger:before {
content: "\f39f"; }
.tgr-icon-facebook-square:before {
content: "\f082"; }
.tgr-icon-fantasy-flight-games:before {
content: "\f6dc"; }
.tgr-icon-fast-backward:before {
content: "\f049"; }
.tgr-icon-fast-forward:before {
content: "\f050"; }
.tgr-icon-fax:before {
content: "\f1ac"; }
.tgr-icon-feather:before {
content: "\f52d"; }
.tgr-icon-feather-alt:before {
content: "\f56b"; }
.tgr-icon-fedex:before {
content: "\f797"; }
.tgr-icon-fedora:before {
content: "\f798"; }
.tgr-icon-female:before {
content: "\f182"; }
.tgr-icon-fighter-jet:before {
content: "\f0fb"; }
.tgr-icon-figma:before {
content: "\f799"; }
.tgr-icon-file:before {
content: "\f15b"; }
.tgr-icon-file-alt:before {
content: "\f15c"; }
.tgr-icon-file-archive:before {
content: "\f1c6"; }
.tgr-icon-file-audio:before {
content: "\f1c7"; }
.tgr-icon-file-code:before {
content: "\f1c9"; }
.tgr-icon-file-contract:before {
content: "\f56c"; }
.tgr-icon-file-csv:before {
content: "\f6dd"; }
.tgr-icon-file-download:before {
content: "\f56d"; }
.tgr-icon-file-excel:before {
content: "\f1c3"; }
.tgr-icon-file-export:before {
content: "\f56e"; }
.tgr-icon-file-image:before {
content: "\f1c5"; }
.tgr-icon-file-import:before {
content: "\f56f"; }
.tgr-icon-file-invoice:before {
content: "\f570"; }
.tgr-icon-file-invoice-dollar:before {
content: "\f571"; }
.tgr-icon-file-medical:before {
content: "\f477"; }
.tgr-icon-file-medical-alt:before {
content: "\f478"; }
.tgr-icon-file-pdf:before {
content: "\f1c1"; }
.tgr-icon-file-powerpoint:before {
content: "\f1c4"; }
.tgr-icon-file-prescription:before {
content: "\f572"; }
.tgr-icon-file-signature:before {
content: "\f573"; }
.tgr-icon-file-upload:before {
content: "\f574"; }
.tgr-icon-file-video:before {
content: "\f1c8"; }
.tgr-icon-file-word:before {
content: "\f1c2"; }
.tgr-icon-fill:before {
content: "\f575"; }
.tgr-icon-fill-drip:before {
content: "\f576"; }
.tgr-icon-film:before {
content: "\f008"; }
.tgr-icon-filter:before {
content: "\f0b0"; }
.tgr-icon-fingerprint:before {
content: "\f577"; }
.tgr-icon-fire:before {
content: "\f06d"; }
.tgr-icon-fire-alt:before {
content: "\f7e4"; }
.tgr-icon-fire-extinguisher:before {
content: "\f134"; }
.tgr-icon-firefox:before {
content: "\f269"; }
.tgr-icon-first-aid:before {
content: "\f479"; }
.tgr-icon-first-order:before {
content: "\f2b0"; }
.tgr-icon-first-order-alt:before {
content: "\f50a"; }
.tgr-icon-firstdraft:before {
content: "\f3a1"; }
.tgr-icon-fish:before {
content: "\f578"; }
.tgr-icon-fist-raised:before {
content: "\f6de"; }
.tgr-icon-flag:before {
content: "\f024"; }
.tgr-icon-flag-checkered:before {
content: "\f11e"; }
.tgr-icon-flag-usa:before {
content: "\f74d"; }
.tgr-icon-flask:before {
content: "\f0c3"; }
.tgr-icon-flickr:before {
content: "\f16e"; }
.tgr-icon-flipboard:before {
content: "\f44d"; }
.tgr-icon-flushed:before {
content: "\f579"; }
.tgr-icon-fly:before {
content: "\f417"; }
.tgr-icon-folder:before {
content: "\f07b"; }
.tgr-icon-folder-minus:before {
content: "\f65d"; }
.tgr-icon-folder-open:before {
content: "\f07c"; }
.tgr-icon-folder-plus:before {
content: "\f65e"; }
.tgr-icon-font:before {
content: "\f031"; }
.tgr-icon-font-awesome:before {
content: "\f2b4"; }
.tgr-icon-font-awesome-alt:before {
content: "\f35c"; }
.tgr-icon-font-awesome-flag:before {
content: "\f425"; }
.tgr-icon-font-awesome-logo-full:before {
content: "\f4e6"; }
.tgr-icon-fonticons:before {
content: "\f280"; }
.tgr-icon-fonticons-fi:before {
content: "\f3a2"; }
.tgr-icon-football-ball:before {
content: "\f44e"; }
.tgr-icon-fort-awesome:before {
content: "\f286"; }
.tgr-icon-fort-awesome-alt:before {
content: "\f3a3"; }
.tgr-icon-forumbee:before {
content: "\f211"; }
.tgr-icon-forward:before {
content: "\f04e"; }
.tgr-icon-foursquare:before {
content: "\f180"; }
.tgr-icon-free-code-camp:before {
content: "\f2c5"; }
.tgr-icon-freebsd:before {
content: "\f3a4"; }
.tgr-icon-frog:before {
content: "\f52e"; }
.tgr-icon-frown:before {
content: "\f119"; }
.tgr-icon-frown-open:before {
content: "\f57a"; }
.tgr-icon-fulcrum:before {
content: "\f50b"; }
.tgr-icon-funnel-dollar:before {
content: "\f662"; }
.tgr-icon-futbol:before {
content: "\f1e3"; }
.tgr-icon-galactic-republic:before {
content: "\f50c"; }
.tgr-icon-galactic-senate:before {
content: "\f50d"; }
.tgr-icon-gamepad:before {
content: "\f11b"; }
.tgr-icon-gas-pump:before {
content: "\f52f"; }
.tgr-icon-gavel:before {
content: "\f0e3"; }
.tgr-icon-gem:before {
content: "\f3a5"; }
.tgr-icon-genderless:before {
content: "\f22d"; }
.tgr-icon-get-pocket:before {
content: "\f265"; }
.tgr-icon-gg:before {
content: "\f260"; }
.tgr-icon-gg-circle:before {
content: "\f261"; }
.tgr-icon-ghost:before {
content: "\f6e2"; }
.tgr-icon-gift:before {
content: "\f06b"; }
.tgr-icon-gifts:before {
content: "\f79c"; }
.tgr-icon-git:before {
content: "\f1d3"; }
.tgr-icon-git-square:before {
content: "\f1d2"; }
.tgr-icon-github:before {
content: "\f09b"; }
.tgr-icon-github-alt:before {
content: "\f113"; }
.tgr-icon-github-square:before {
content: "\f092"; }
.tgr-icon-gitkraken:before {
content: "\f3a6"; }
.tgr-icon-gitlab:before {
content: "\f296"; }
.tgr-icon-gitter:before {
content: "\f426"; }
.tgr-icon-glass-cheers:before {
content: "\f79f"; }
.tgr-icon-glass-martini:before {
content: "\f000"; }
.tgr-icon-glass-martini-alt:before {
content: "\f57b"; }
.tgr-icon-glass-whiskey:before {
content: "\f7a0"; }
.tgr-icon-glasses:before {
content: "\f530"; }
.tgr-icon-glide:before {
content: "\f2a5"; }
.tgr-icon-glide-g:before {
content: "\f2a6"; }
.tgr-icon-globe:before {
content: "\f0ac"; }
.tgr-icon-globe-africa:before {
content: "\f57c"; }
.tgr-icon-globe-americas:before {
content: "\f57d"; }
.tgr-icon-globe-asia:before {
content: "\f57e"; }
.tgr-icon-globe-europe:before {
content: "\f7a2"; }
.tgr-icon-gofore:before {
content: "\f3a7"; }
.tgr-icon-golf-ball:before {
content: "\f450"; }
.tgr-icon-goodreads:before {
content: "\f3a8"; }
.tgr-icon-goodreads-g:before {
content: "\f3a9"; }
.tgr-icon-google:before {
content: "\f1a0"; }
.tgr-icon-google-drive:before {
content: "\f3aa"; }
.tgr-icon-google-play:before {
content: "\f3ab"; }
.tgr-icon-google-plus:before {
content: "\f2b3"; }
.tgr-icon-google-plus-g:before {
content: "\f0d5"; }
.tgr-icon-google-plus-square:before {
content: "\f0d4"; }
.tgr-icon-google-wallet:before {
content: "\f1ee"; }
.tgr-icon-gopuram:before {
content: "\f664"; }
.tgr-icon-graduation-cap:before {
content: "\f19d"; }
.tgr-icon-gratipay:before {
content: "\f184"; }
.tgr-icon-grav:before {
content: "\f2d6"; }
.tgr-icon-greater-than:before {
content: "\f531"; }
.tgr-icon-greater-than-equal:before {
content: "\f532"; }
.tgr-icon-grimace:before {
content: "\f57f"; }
.tgr-icon-grin:before {
content: "\f580"; }
.tgr-icon-grin-alt:before {
content: "\f581"; }
.tgr-icon-grin-beam:before {
content: "\f582"; }
.tgr-icon-grin-beam-sweat:before {
content: "\f583"; }
.tgr-icon-grin-hearts:before {
content: "\f584"; }
.tgr-icon-grin-squint:before {
content: "\f585"; }
.tgr-icon-grin-squint-tears:before {
content: "\f586"; }
.tgr-icon-grin-stars:before {
content: "\f587"; }
.tgr-icon-grin-tears:before {
content: "\f588"; }
.tgr-icon-grin-tongue:before {
content: "\f589"; }
.tgr-icon-grin-tongue-squint:before {
content: "\f58a"; }
.tgr-icon-grin-tongue-wink:before {
content: "\f58b"; }
.tgr-icon-grin-wink:before {
content: "\f58c"; }
.tgr-icon-grip-horizontal:before {
content: "\f58d"; }
.tgr-icon-grip-lines:before {
content: "\f7a4"; }
.tgr-icon-grip-lines-vertical:before {
content: "\f7a5"; }
.tgr-icon-grip-vertical:before {
content: "\f58e"; }
.tgr-icon-gripfire:before {
content: "\f3ac"; }
.tgr-icon-grunt:before {
content: "\f3ad"; }
.tgr-icon-guitar:before {
content: "\f7a6"; }
.tgr-icon-gulp:before {
content: "\f3ae"; }
.tgr-icon-h-square:before {
content: "\f0fd"; }
.tgr-icon-hacker-news:before {
content: "\f1d4"; }
.tgr-icon-hacker-news-square:before {
content: "\f3af"; }
.tgr-icon-hackerrank:before {
content: "\f5f7"; }
.tgr-icon-hamburger:before {
content: "\f805"; }
.tgr-icon-hammer:before {
content: "\f6e3"; }
.tgr-icon-hamsa:before {
content: "\f665"; }
.tgr-icon-hand-holding:before {
content: "\f4bd"; }
.tgr-icon-hand-holding-heart:before {
content: "\f4be"; }
.tgr-icon-hand-holding-usd:before {
content: "\f4c0"; }
.tgr-icon-hand-lizard:before {
content: "\f258"; }
.tgr-icon-hand-middle-finger:before {
content: "\f806"; }
.tgr-icon-hand-paper:before {
content: "\f256"; }
.tgr-icon-hand-peace:before {
content: "\f25b"; }
.tgr-icon-hand-point-down:before {
content: "\f0a7"; }
.tgr-icon-hand-point-left:before {
content: "\f0a5"; }
.tgr-icon-hand-point-right:before {
content: "\f0a4"; }
.tgr-icon-hand-point-up:before {
content: "\f0a6"; }
.tgr-icon-hand-pointer:before {
content: "\f25a"; }
.tgr-icon-hand-rock:before {
content: "\f255"; }
.tgr-icon-hand-scissors:before {
content: "\f257"; }
.tgr-icon-hand-spock:before {
content: "\f259"; }
.tgr-icon-hands:before {
content: "\f4c2"; }
.tgr-icon-hands-helping:before {
content: "\f4c4"; }
.tgr-icon-handshake:before {
content: "\f2b5"; }
.tgr-icon-hanukiah:before {
content: "\f6e6"; }
.tgr-icon-hard-hat:before {
content: "\f807"; }
.tgr-icon-hashtag:before {
content: "\f292"; }
.tgr-icon-hat-wizard:before {
content: "\f6e8"; }
.tgr-icon-haykal:before {
content: "\f666"; }
.tgr-icon-hdd:before {
content: "\f0a0"; }
.tgr-icon-heading:before {
content: "\f1dc"; }
.tgr-icon-headphones:before {
content: "\f025"; }
.tgr-icon-headphones-alt:before {
content: "\f58f"; }
.tgr-icon-headset:before {
content: "\f590"; }
.tgr-icon-heart:before {
content: "\f004"; }
.tgr-icon-heart-broken:before {
content: "\f7a9"; }
.tgr-icon-heartbeat:before {
content: "\f21e"; }
.tgr-icon-helicopter:before {
content: "\f533"; }
.tgr-icon-highlighter:before {
content: "\f591"; }
.tgr-icon-hiking:before {
content: "\f6ec"; }
.tgr-icon-hippo:before {
content: "\f6ed"; }
.tgr-icon-hips:before {
content: "\f452"; }
.tgr-icon-hire-a-helper:before {
content: "\f3b0"; }
.tgr-icon-history:before {
content: "\f1da"; }
.tgr-icon-hockey-puck:before {
content: "\f453"; }
.tgr-icon-holly-berry:before {
content: "\f7aa"; }
.tgr-icon-home:before {
content: "\f015"; }
.tgr-icon-hooli:before {
content: "\f427"; }
.tgr-icon-hornbill:before {
content: "\f592"; }
.tgr-icon-horse:before {
content: "\f6f0"; }
.tgr-icon-horse-head:before {
content: "\f7ab"; }
.tgr-icon-hospital:before {
content: "\f0f8"; }
.tgr-icon-hospital-alt:before {
content: "\f47d"; }
.tgr-icon-hospital-symbol:before {
content: "\f47e"; }
.tgr-icon-hot-tub:before {
content: "\f593"; }
.tgr-icon-hotdog:before {
content: "\f80f"; }
.tgr-icon-hotel:before {
content: "\f594"; }
.tgr-icon-hotjar:before {
content: "\f3b1"; }
.tgr-icon-hourglass:before {
content: "\f254"; }
.tgr-icon-hourglass-end:before {
content: "\f253"; }
.tgr-icon-hourglass-half:before {
content: "\f252"; }
.tgr-icon-hourglass-start:before {
content: "\f251"; }
.tgr-icon-house-damage:before {
content: "\f6f1"; }
.tgr-icon-houzz:before {
content: "\f27c"; }
.tgr-icon-hryvnia:before {
content: "\f6f2"; }
.tgr-icon-html5:before {
content: "\f13b"; }
.tgr-icon-hubspot:before {
content: "\f3b2"; }
.tgr-icon-i-cursor:before {
content: "\f246"; }
.tgr-icon-ice-cream:before {
content: "\f810"; }
.tgr-icon-icicles:before {
content: "\f7ad"; }
.tgr-icon-id-badge:before {
content: "\f2c1"; }
.tgr-icon-id-card:before {
content: "\f2c2"; }
.tgr-icon-id-card-alt:before {
content: "\f47f"; }
.tgr-icon-igloo:before {
content: "\f7ae"; }
.tgr-icon-image:before {
content: "\f03e"; }
.tgr-icon-images:before {
content: "\f302"; }
.tgr-icon-imdb:before {
content: "\f2d8"; }
.tgr-icon-inbox:before {
content: "\f01c"; }
.tgr-icon-indent:before {
content: "\f03c"; }
.tgr-icon-industry:before {
content: "\f275"; }
.tgr-icon-infinity:before {
content: "\f534"; }
.tgr-icon-info:before {
content: "\f129"; }
.tgr-icon-info-circle:before {
content: "\f05a"; }
.tgr-icon-instagram:before {
content: "\f16d"; }
.tgr-icon-intercom:before {
content: "\f7af"; }
.tgr-icon-internet-explorer:before {
content: "\f26b"; }
.tgr-icon-invision:before {
content: "\f7b0"; }
.tgr-icon-ioxhost:before {
content: "\f208"; }
.tgr-icon-italic:before {
content: "\f033"; }
.tgr-icon-itch-io:before {
content: "\f83a"; }
.tgr-icon-itunes:before {
content: "\f3b4"; }
.tgr-icon-itunes-note:before {
content: "\f3b5"; }
.tgr-icon-java:before {
content: "\f4e4"; }
.tgr-icon-jedi:before {
content: "\f669"; }
.tgr-icon-jedi-order:before {
content: "\f50e"; }
.tgr-icon-jenkins:before {
content: "\f3b6"; }
.tgr-icon-jira:before {
content: "\f7b1"; }
.tgr-icon-joget:before {
content: "\f3b7"; }
.tgr-icon-joint:before {
content: "\f595"; }
.tgr-icon-joomla:before {
content: "\f1aa"; }
.tgr-icon-journal-whills:before {
content: "\f66a"; }
.tgr-icon-js:before {
content: "\f3b8"; }
.tgr-icon-js-square:before {
content: "\f3b9"; }
.tgr-icon-jsfiddle:before {
content: "\f1cc"; }
.tgr-icon-kaaba:before {
content: "\f66b"; }
.tgr-icon-kaggle:before {
content: "\f5fa"; }
.tgr-icon-key:before {
content: "\f084"; }
.tgr-icon-keybase:before {
content: "\f4f5"; }
.tgr-icon-keyboard:before {
content: "\f11c"; }
.tgr-icon-keycdn:before {
content: "\f3ba"; }
.tgr-icon-khanda:before {
content: "\f66d"; }
.tgr-icon-kickstarter:before {
content: "\f3bb"; }
.tgr-icon-kickstarter-k:before {
content: "\f3bc"; }
.tgr-icon-kiss:before {
content: "\f596"; }
.tgr-icon-kiss-beam:before {
content: "\f597"; }
.tgr-icon-kiss-wink-heart:before {
content: "\f598"; }
.tgr-icon-kiwi-bird:before {
content: "\f535"; }
.tgr-icon-korvue:before {
content: "\f42f"; }
.tgr-icon-landmark:before {
content: "\f66f"; }
.tgr-icon-language:before {
content: "\f1ab"; }
.tgr-icon-laptop:before {
content: "\f109"; }
.tgr-icon-laptop-code:before {
content: "\f5fc"; }
.tgr-icon-laptop-medical:before {
content: "\f812"; }
.tgr-icon-laravel:before {
content: "\f3bd"; }
.tgr-icon-lastfm:before {
content: "\f202"; }
.tgr-icon-lastfm-square:before {
content: "\f203"; }
.tgr-icon-laugh:before {
content: "\f599"; }
.tgr-icon-laugh-beam:before {
content: "\f59a"; }
.tgr-icon-laugh-squint:before {
content: "\f59b"; }
.tgr-icon-laugh-wink:before {
content: "\f59c"; }
.tgr-icon-layer-group:before {
content: "\f5fd"; }
.tgr-icon-leaf:before {
content: "\f06c"; }
.tgr-icon-leanpub:before {
content: "\f212"; }
.tgr-icon-lemon:before {
content: "\f094"; }
.tgr-icon-less:before {
content: "\f41d"; }
.tgr-icon-less-than:before {
content: "\f536"; }
.tgr-icon-less-than-equal:before {
content: "\f537"; }
.tgr-icon-level-down-alt:before {
content: "\f3be"; }
.tgr-icon-level-up-alt:before {
content: "\f3bf"; }
.tgr-icon-life-ring:before {
content: "\f1cd"; }
.tgr-icon-lightbulb:before {
content: "\f0eb"; }
.tgr-icon-line:before {
content: "\f3c0"; }
.tgr-icon-link:before {
content: "\f0c1"; }
.tgr-icon-linkedin:before {
content: "\f08c"; }
.tgr-icon-linkedin-in:before {
content: "\f0e1"; }
.tgr-icon-linode:before {
content: "\f2b8"; }
.tgr-icon-linux:before {
content: "\f17c"; }
.tgr-icon-lira-sign:before {
content: "\f195"; }
.tgr-icon-list:before {
content: "\f03a"; }
.tgr-icon-list-alt:before {
content: "\f022"; }
.tgr-icon-list-ol:before {
content: "\f0cb"; }
.tgr-icon-list-ul:before {
content: "\f0ca"; }
.tgr-icon-location-arrow:before {
content: "\f124"; }
.tgr-icon-lock:before {
content: "\f023"; }
.tgr-icon-lock-open:before {
content: "\f3c1"; }
.tgr-icon-long-arrow-alt-down:before {
content: "\f309"; }
.tgr-icon-long-arrow-alt-left:before {
content: "\f30a"; }
.tgr-icon-long-arrow-alt-right:before {
content: "\f30b"; }
.tgr-icon-long-arrow-alt-up:before {
content: "\f30c"; }
.tgr-icon-low-vision:before {
content: "\f2a8"; }
.tgr-icon-luggage-cart:before {
content: "\f59d"; }
.tgr-icon-lyft:before {
content: "\f3c3"; }
.tgr-icon-magento:before {
content: "\f3c4"; }
.tgr-icon-magic:before {
content: "\f0d0"; }
.tgr-icon-magnet:before {
content: "\f076"; }
.tgr-icon-mail-bulk:before {
content: "\f674"; }
.tgr-icon-mailchimp:before {
content: "\f59e"; }
.tgr-icon-male:before {
content: "\f183"; }
.tgr-icon-mandalorian:before {
content: "\f50f"; }
.tgr-icon-map:before {
content: "\f279"; }
.tgr-icon-map-marked:before {
content: "\f59f"; }
.tgr-icon-map-marked-alt:before {
content: "\f5a0"; }
.tgr-icon-map-marker:before {
content: "\f041"; }
.tgr-icon-map-marker-alt:before {
content: "\f3c5"; }
.tgr-icon-map-pin:before {
content: "\f276"; }
.tgr-icon-map-signs:before {
content: "\f277"; }
.tgr-icon-markdown:before {
content: "\f60f"; }
.tgr-icon-marker:before {
content: "\f5a1"; }
.tgr-icon-mars:before {
content: "\f222"; }
.tgr-icon-mars-double:before {
content: "\f227"; }
.tgr-icon-mars-stroke:before {
content: "\f229"; }
.tgr-icon-mars-stroke-h:before {
content: "\f22b"; }
.tgr-icon-mars-stroke-v:before {
content: "\f22a"; }
.tgr-icon-mask:before {
content: "\f6fa"; }
.tgr-icon-mastodon:before {
content: "\f4f6"; }
.tgr-icon-maxcdn:before {
content: "\f136"; }
.tgr-icon-medal:before {
content: "\f5a2"; }
.tgr-icon-medapps:before {
content: "\f3c6"; }
.tgr-icon-medium:before {
content: "\f23a"; }
.tgr-icon-medium-m:before {
content: "\f3c7"; }
.tgr-icon-medkit:before {
content: "\f0fa"; }
.tgr-icon-medrt:before {
content: "\f3c8"; }
.tgr-icon-meetup:before {
content: "\f2e0"; }
.tgr-icon-megaport:before {
content: "\f5a3"; }
.tgr-icon-meh:before {
content: "\f11a"; }
.tgr-icon-meh-blank:before {
content: "\f5a4"; }
.tgr-icon-meh-rolling-eyes:before {
content: "\f5a5"; }
.tgr-icon-memory:before {
content: "\f538"; }
.tgr-icon-mendeley:before {
content: "\f7b3"; }
.tgr-icon-menorah:before {
content: "\f676"; }
.tgr-icon-mercury:before {
content: "\f223"; }
.tgr-icon-meteor:before {
content: "\f753"; }
.tgr-icon-microchip:before {
content: "\f2db"; }
.tgr-icon-microphone:before {
content: "\f130"; }
.tgr-icon-microphone-alt:before {
content: "\f3c9"; }
.tgr-icon-microphone-alt-slash:before {
content: "\f539"; }
.tgr-icon-microphone-slash:before {
content: "\f131"; }
.tgr-icon-microscope:before {
content: "\f610"; }
.tgr-icon-microsoft:before {
content: "\f3ca"; }
.tgr-icon-minus:before {
content: "\f068"; }
.tgr-icon-minus-circle:before {
content: "\f056"; }
.tgr-icon-minus-square:before {
content: "\f146"; }
.tgr-icon-mitten:before {
content: "\f7b5"; }
.tgr-icon-mix:before {
content: "\f3cb"; }
.tgr-icon-mixcloud:before {
content: "\f289"; }
.tgr-icon-mizuni:before {
content: "\f3cc"; }
.tgr-icon-mobile:before {
content: "\f10b"; }
.tgr-icon-mobile-alt:before {
content: "\f3cd"; }
.tgr-icon-modx:before {
content: "\f285"; }
.tgr-icon-monero:before {
content: "\f3d0"; }
.tgr-icon-money-bill:before {
content: "\f0d6"; }
.tgr-icon-money-bill-alt:before {
content: "\f3d1"; }
.tgr-icon-money-bill-wave:before {
content: "\f53a"; }
.tgr-icon-money-bill-wave-alt:before {
content: "\f53b"; }
.tgr-icon-money-check:before {
content: "\f53c"; }
.tgr-icon-money-check-alt:before {
content: "\f53d"; }
.tgr-icon-monument:before {
content: "\f5a6"; }
.tgr-icon-moon:before {
content: "\f186"; }
.tgr-icon-mortar-pestle:before {
content: "\f5a7"; }
.tgr-icon-mosque:before {
content: "\f678"; }
.tgr-icon-motorcycle:before {
content: "\f21c"; }
.tgr-icon-mountain:before {
content: "\f6fc"; }
.tgr-icon-mouse-pointer:before {
content: "\f245"; }
.tgr-icon-mug-hot:before {
content: "\f7b6"; }
.tgr-icon-music:before {
content: "\f001"; }
.tgr-icon-napster:before {
content: "\f3d2"; }
.tgr-icon-neos:before {
content: "\f612"; }
.tgr-icon-network-wired:before {
content: "\f6ff"; }
.tgr-icon-neuter:before {
content: "\f22c"; }
.tgr-icon-newspaper:before {
content: "\f1ea"; }
.tgr-icon-nimblr:before {
content: "\f5a8"; }
.tgr-icon-nintendo-switch:before {
content: "\f418"; }
.tgr-icon-node:before {
content: "\f419"; }
.tgr-icon-node-js:before {
content: "\f3d3"; }
.tgr-icon-not-equal:before {
content: "\f53e"; }
.tgr-icon-notes-medical:before {
content: "\f481"; }
.tgr-icon-npm:before {
content: "\f3d4"; }
.tgr-icon-ns8:before {
content: "\f3d5"; }
.tgr-icon-nutritionix:before {
content: "\f3d6"; }
.tgr-icon-object-group:before {
content: "\f247"; }
.tgr-icon-object-ungroup:before {
content: "\f248"; }
.tgr-icon-odnoklassniki:before {
content: "\f263"; }
.tgr-icon-odnoklassniki-square:before {
content: "\f264"; }
.tgr-icon-oil-can:before {
content: "\f613"; }
.tgr-icon-old-republic:before {
content: "\f510"; }
.tgr-icon-om:before {
content: "\f679"; }
.tgr-icon-opencart:before {
content: "\f23d"; }
.tgr-icon-openid:before {
content: "\f19b"; }
.tgr-icon-opera:before {
content: "\f26a"; }
.tgr-icon-optin-monster:before {
content: "\f23c"; }
.tgr-icon-osi:before {
content: "\f41a"; }
.tgr-icon-otter:before {
content: "\f700"; }
.tgr-icon-outdent:before {
content: "\f03b"; }
.tgr-icon-page4:before {
content: "\f3d7"; }
.tgr-icon-pagelines:before {
content: "\f18c"; }
.tgr-icon-pager:before {
content: "\f815"; }
.tgr-icon-paint-brush:before {
content: "\f1fc"; }
.tgr-icon-paint-roller:before {
content: "\f5aa"; }
.tgr-icon-palette:before {
content: "\f53f"; }
.tgr-icon-palfed:before {
content: "\f3d8"; }
.tgr-icon-pallet:before {
content: "\f482"; }
.tgr-icon-paper-plane:before {
content: "\f1d8"; }
.tgr-icon-paperclip:before {
content: "\f0c6"; }
.tgr-icon-parachute-box:before {
content: "\f4cd"; }
.tgr-icon-paragraph:before {
content: "\f1dd"; }
.tgr-icon-parking:before {
content: "\f540"; }
.tgr-icon-passport:before {
content: "\f5ab"; }
.tgr-icon-pastafarianism:before {
content: "\f67b"; }
.tgr-icon-paste:before {
content: "\f0ea"; }
.tgr-icon-patreon:before {
content: "\f3d9"; }
.tgr-icon-pause:before {
content: "\f04c"; }
.tgr-icon-pause-circle:before {
content: "\f28b"; }
.tgr-icon-paw:before {
content: "\f1b0"; }
.tgr-icon-paypal:before {
content: "\f1ed"; }
.tgr-icon-peace:before {
content: "\f67c"; }
.tgr-icon-pen:before {
content: "\f304"; }
.tgr-icon-pen-alt:before {
content: "\f305"; }
.tgr-icon-pen-fancy:before {
content: "\f5ac"; }
.tgr-icon-pen-nib:before {
content: "\f5ad"; }
.tgr-icon-pen-square:before {
content: "\f14b"; }
.tgr-icon-pencil-alt:before {
content: "\f303"; }
.tgr-icon-pencil-ruler:before {
content: "\f5ae"; }
.tgr-icon-penny-arcade:before {
content: "\f704"; }
.tgr-icon-people-carry:before {
content: "\f4ce"; }
.tgr-icon-pepper-hot:before {
content: "\f816"; }
.tgr-icon-percent:before {
content: "\f295"; }
.tgr-icon-percentage:before {
content: "\f541"; }
.tgr-icon-periscope:before {
content: "\f3da"; }
.tgr-icon-person-booth:before {
content: "\f756"; }
.tgr-icon-phabricator:before {
content: "\f3db"; }
.tgr-icon-phoenix-framework:before {
content: "\f3dc"; }
.tgr-icon-phoenix-squadron:before {
content: "\f511"; }
.tgr-icon-phone:before {
content: "\f095"; }
.tgr-icon-phone-slash:before {
content: "\f3dd"; }
.tgr-icon-phone-square:before {
content: "\f098"; }
.tgr-icon-phone-volume:before {
content: "\f2a0"; }
.tgr-icon-php:before {
content: "\f457"; }
.tgr-icon-pied-piper:before {
content: "\f2ae"; }
.tgr-icon-pied-piper-alt:before {
content: "\f1a8"; }
.tgr-icon-pied-piper-hat:before {
content: "\f4e5"; }
.tgr-icon-pied-piper-pp:before {
content: "\f1a7"; }
.tgr-icon-piggy-bank:before {
content: "\f4d3"; }
.tgr-icon-pills:before {
content: "\f484"; }
.tgr-icon-pinterest:before {
content: "\f0d2"; }
.tgr-icon-pinterest-p:before {
content: "\f231"; }
.tgr-icon-pinterest-square:before {
content: "\f0d3"; }
.tgr-icon-pizza-slice:before {
content: "\f818"; }
.tgr-icon-place-of-worship:before {
content: "\f67f"; }
.tgr-icon-plane:before {
content: "\f072"; }
.tgr-icon-plane-arrival:before {
content: "\f5af"; }
.tgr-icon-plane-departure:before {
content: "\f5b0"; }
.tgr-icon-play:before {
content: "\f04b"; }
.tgr-icon-play-circle:before {
content: "\f144"; }
.tgr-icon-playstation:before {
content: "\f3df"; }
.tgr-icon-plug:before {
content: "\f1e6"; }
.tgr-icon-plus:before {
content: "\f067"; }
.tgr-icon-plus-circle:before {
content: "\f055"; }
.tgr-icon-plus-square:before {
content: "\f0fe"; }
.tgr-icon-podcast:before {
content: "\f2ce"; }
.tgr-icon-poll:before {
content: "\f681"; }
.tgr-icon-poll-h:before {
content: "\f682"; }
.tgr-icon-poo:before {
content: "\f2fe"; }
.tgr-icon-poo-storm:before {
content: "\f75a"; }
.tgr-icon-poop:before {
content: "\f619"; }
.tgr-icon-portrait:before {
content: "\f3e0"; }
.tgr-icon-pound-sign:before {
content: "\f154"; }
.tgr-icon-power-off:before {
content: "\f011"; }
.tgr-icon-pray:before {
content: "\f683"; }
.tgr-icon-praying-hands:before {
content: "\f684"; }
.tgr-icon-prescription:before {
content: "\f5b1"; }
.tgr-icon-prescription-bottle:before {
content: "\f485"; }
.tgr-icon-prescription-bottle-alt:before {
content: "\f486"; }
.tgr-icon-print:before {
content: "\f02f"; }
.tgr-icon-procedures:before {
content: "\f487"; }
.tgr-icon-product-hunt:before {
content: "\f288"; }
.tgr-icon-project-diagram:before {
content: "\f542"; }
.tgr-icon-pushed:before {
content: "\f3e1"; }
.tgr-icon-puzzle-piece:before {
content: "\f12e"; }
.tgr-icon-python:before {
content: "\f3e2"; }
.tgr-icon-qq:before {
content: "\f1d6"; }
.tgr-icon-qrcode:before {
content: "\f029"; }
.tgr-icon-question:before {
content: "\f128"; }
.tgr-icon-question-circle:before {
content: "\f059"; }
.tgr-icon-quidditch:before {
content: "\f458"; }
.tgr-icon-quinscape:before {
content: "\f459"; }
.tgr-icon-quora:before {
content: "\f2c4"; }
.tgr-icon-quote-left:before {
content: "\f10d"; }
.tgr-icon-quote-right:before {
content: "\f10e"; }
.tgr-icon-quran:before {
content: "\f687"; }
.tgr-icon-r-project:before {
content: "\f4f7"; }
.tgr-icon-radiation:before {
content: "\f7b9"; }
.tgr-icon-radiation-alt:before {
content: "\f7ba"; }
.tgr-icon-rainbow:before {
content: "\f75b"; }
.tgr-icon-random:before {
content: "\f074"; }
.tgr-icon-raspberry-pi:before {
content: "\f7bb"; }
.tgr-icon-ravelry:before {
content: "\f2d9"; }
.tgr-icon-react:before {
content: "\f41b"; }
.tgr-icon-reacteurope:before {
content: "\f75d"; }
.tgr-icon-readme:before {
content: "\f4d5"; }
.tgr-icon-rebel:before {
content: "\f1d0"; }
.tgr-icon-receipt:before {
content: "\f543"; }
.tgr-icon-recycle:before {
content: "\f1b8"; }
.tgr-icon-red-river:before {
content: "\f3e3"; }
.tgr-icon-reddit:before {
content: "\f1a1"; }
.tgr-icon-reddit-alien:before {
content: "\f281"; }
.tgr-icon-reddit-square:before {
content: "\f1a2"; }
.tgr-icon-redhat:before {
content: "\f7bc"; }
.tgr-icon-redo:before {
content: "\f01e"; }
.tgr-icon-redo-alt:before {
content: "\f2f9"; }
.tgr-icon-registered:before {
content: "\f25d"; }
.tgr-icon-renren:before {
content: "\f18b"; }
.tgr-icon-reply:before {
content: "\f3e5"; }
.tgr-icon-reply-all:before {
content: "\f122"; }
.tgr-icon-replyd:before {
content: "\f3e6"; }
.tgr-icon-republican:before {
content: "\f75e"; }
.tgr-icon-researchgate:before {
content: "\f4f8"; }
.tgr-icon-resolving:before {
content: "\f3e7"; }
.tgr-icon-restroom:before {
content: "\f7bd"; }
.tgr-icon-retweet:before {
content: "\f079"; }
.tgr-icon-rev:before {
content: "\f5b2"; }
.tgr-icon-ribbon:before {
content: "\f4d6"; }
.tgr-icon-ring:before {
content: "\f70b"; }
.tgr-icon-road:before {
content: "\f018"; }
.tgr-icon-robot:before {
content: "\f544"; }
.tgr-icon-rocket:before {
content: "\f135"; }
.tgr-icon-rocketchat:before {
content: "\f3e8"; }
.tgr-icon-rockrms:before {
content: "\f3e9"; }
.tgr-icon-route:before {
content: "\f4d7"; }
.tgr-icon-rss:before {
content: "\f09e"; }
.tgr-icon-rss-square:before {
content: "\f143"; }
.tgr-icon-ruble-sign:before {
content: "\f158"; }
.tgr-icon-ruler:before {
content: "\f545"; }
.tgr-icon-ruler-combined:before {
content: "\f546"; }
.tgr-icon-ruler-horizontal:before {
content: "\f547"; }
.tgr-icon-ruler-vertical:before {
content: "\f548"; }
.tgr-icon-running:before {
content: "\f70c"; }
.tgr-icon-rupee-sign:before {
content: "\f156"; }
.tgr-icon-sad-cry:before {
content: "\f5b3"; }
.tgr-icon-sad-tear:before {
content: "\f5b4"; }
.tgr-icon-safari:before {
content: "\f267"; }
.tgr-icon-salesforce:before {
content: "\f83b"; }
.tgr-icon-sass:before {
content: "\f41e"; }
.tgr-icon-satellite:before {
content: "\f7bf"; }
.tgr-icon-satellite-dish:before {
content: "\f7c0"; }
.tgr-icon-save:before {
content: "\f0c7"; }
.tgr-icon-schlix:before {
content: "\f3ea"; }
.tgr-icon-school:before {
content: "\f549"; }
.tgr-icon-screwdriver:before {
content: "\f54a"; }
.tgr-icon-scribd:before {
content: "\f28a"; }
.tgr-icon-scroll:before {
content: "\f70e"; }
.tgr-icon-sd-card:before {
content: "\f7c2"; }
.tgr-icon-search:before {
content: "\f002"; }
.tgr-icon-search-dollar:before {
content: "\f688"; }
.tgr-icon-search-location:before {
content: "\f689"; }
.tgr-icon-search-minus:before {
content: "\f010"; }
.tgr-icon-search-plus:before {
content: "\f00e"; }
.tgr-icon-searchengin:before {
content: "\f3eb"; }
.tgr-icon-seedling:before {
content: "\f4d8"; }
.tgr-icon-sellcast:before {
content: "\f2da"; }
.tgr-icon-sellsy:before {
content: "\f213"; }
.tgr-icon-server:before {
content: "\f233"; }
.tgr-icon-servicestack:before {
content: "\f3ec"; }
.tgr-icon-shapes:before {
content: "\f61f"; }
.tgr-icon-share:before {
content: "\f064"; }
.tgr-icon-share-alt:before {
content: "\f1e0"; }
.tgr-icon-share-alt-square:before {
content: "\f1e1"; }
.tgr-icon-share-square:before {
content: "\f14d"; }
.tgr-icon-shekel-sign:before {
content: "\f20b"; }
.tgr-icon-shield-alt:before {
content: "\f3ed"; }
.tgr-icon-ship:before {
content: "\f21a"; }
.tgr-icon-shipping-fast:before {
content: "\f48b"; }
.tgr-icon-shirtsinbulk:before {
content: "\f214"; }
.tgr-icon-shoe-prints:before {
content: "\f54b"; }
.tgr-icon-shopping-bag:before {
content: "\f290"; }
.tgr-icon-shopping-basket:before {
content: "\f291"; }
.tgr-icon-shopping-cart:before {
content: "\f07a"; }
.tgr-icon-shopware:before {
content: "\f5b5"; }
.tgr-icon-shower:before {
content: "\f2cc"; }
.tgr-icon-shuttle-van:before {
content: "\f5b6"; }
.tgr-icon-sign:before {
content: "\f4d9"; }
.tgr-icon-sign-in-alt:before {
content: "\f2f6"; }
.tgr-icon-sign-language:before {
content: "\f2a7"; }
.tgr-icon-sign-out-alt:before {
content: "\f2f5"; }
.tgr-icon-signal:before {
content: "\f012"; }
.tgr-icon-signature:before {
content: "\f5b7"; }
.tgr-icon-sim-card:before {
content: "\f7c4"; }
.tgr-icon-simplybuilt:before {
content: "\f215"; }
.tgr-icon-sistrix:before {
content: "\f3ee"; }
.tgr-icon-sitemap:before {
content: "\f0e8"; }
.tgr-icon-sith:before {
content: "\f512"; }
.tgr-icon-skating:before {
content: "\f7c5"; }
.tgr-icon-sketch:before {
content: "\f7c6"; }
.tgr-icon-skiing:before {
content: "\f7c9"; }
.tgr-icon-skiing-nordic:before {
content: "\f7ca"; }
.tgr-icon-skull:before {
content: "\f54c"; }
.tgr-icon-skull-crossbones:before {
content: "\f714"; }
.tgr-icon-skyatlas:before {
content: "\f216"; }
.tgr-icon-skype:before {
content: "\f17e"; }
.tgr-icon-slack:before {
content: "\f198"; }
.tgr-icon-slack-hash:before {
content: "\f3ef"; }
.tgr-icon-slash:before {
content: "\f715"; }
.tgr-icon-sleigh:before {
content: "\f7cc"; }
.tgr-icon-sliders-h:before {
content: "\f1de"; }
.tgr-icon-slideshare:before {
content: "\f1e7"; }
.tgr-icon-smile:before {
content: "\f118"; }
.tgr-icon-smile-beam:before {
content: "\f5b8"; }
.tgr-icon-smile-wink:before {
content: "\f4da"; }
.tgr-icon-smog:before {
content: "\f75f"; }
.tgr-icon-smoking:before {
content: "\f48d"; }
.tgr-icon-smoking-ban:before {
content: "\f54d"; }
.tgr-icon-sms:before {
content: "\f7cd"; }
.tgr-icon-snapchat:before {
content: "\f2ab"; }
.tgr-icon-snapchat-ghost:before {
content: "\f2ac"; }
.tgr-icon-snapchat-square:before {
content: "\f2ad"; }
.tgr-icon-snowboarding:before {
content: "\f7ce"; }
.tgr-icon-snowflake:before {
content: "\f2dc"; }
.tgr-icon-snowman:before {
content: "\f7d0"; }
.tgr-icon-snowplow:before {
content: "\f7d2"; }
.tgr-icon-socks:before {
content: "\f696"; }
.tgr-icon-solar-panel:before {
content: "\f5ba"; }
.tgr-icon-sort:before {
content: "\f0dc"; }
.tgr-icon-sort-alpha-down:before {
content: "\f15d"; }
.tgr-icon-sort-alpha-up:before {
content: "\f15e"; }
.tgr-icon-sort-amount-down:before {
content: "\f160"; }
.tgr-icon-sort-amount-up:before {
content: "\f161"; }
.tgr-icon-sort-down:before {
content: "\f0dd"; }
.tgr-icon-sort-numeric-down:before {
content: "\f162"; }
.tgr-icon-sort-numeric-up:before {
content: "\f163"; }
.tgr-icon-sort-up:before {
content: "\f0de"; }
.tgr-icon-soundcloud:before {
content: "\f1be"; }
.tgr-icon-sourcetree:before {
content: "\f7d3"; }
.tgr-icon-spa:before {
content: "\f5bb"; }
.tgr-icon-space-shuttle:before {
content: "\f197"; }
.tgr-icon-speakap:before {
content: "\f3f3"; }
.tgr-icon-speaker-deck:before {
content: "\f83c"; }
.tgr-icon-spider:before {
content: "\f717"; }
.tgr-icon-spinner:before {
content: "\f110"; }
.tgr-icon-splotch:before {
content: "\f5bc"; }
.tgr-icon-spotify:before {
content: "\f1bc"; }
.tgr-icon-spray-can:before {
content: "\f5bd"; }
.tgr-icon-square:before {
content: "\f0c8"; }
.tgr-icon-square-full:before {
content: "\f45c"; }
.tgr-icon-square-root-alt:before {
content: "\f698"; }
.tgr-icon-squarespace:before {
content: "\f5be"; }
.tgr-icon-stack-exchange:before {
content: "\f18d"; }
.tgr-icon-stack-overflow:before {
content: "\f16c"; }
.tgr-icon-stamp:before {
content: "\f5bf"; }
.tgr-icon-star:before {
content: "\f005"; }
.tgr-icon-star-and-crescent:before {
content: "\f699"; }
.tgr-icon-star-half:before {
content: "\f089"; }
.tgr-icon-star-half-alt:before {
content: "\f5c0"; }
.tgr-icon-star-of-david:before {
content: "\f69a"; }
.tgr-icon-star-of-life:before {
content: "\f621"; }
.tgr-icon-staylinked:before {
content: "\f3f5"; }
.tgr-icon-steam:before {
content: "\f1b6"; }
.tgr-icon-steam-square:before {
content: "\f1b7"; }
.tgr-icon-steam-symbol:before {
content: "\f3f6"; }
.tgr-icon-step-backward:before {
content: "\f048"; }
.tgr-icon-step-forward:before {
content: "\f051"; }
.tgr-icon-stethoscope:before {
content: "\f0f1"; }
.tgr-icon-sticker-mule:before {
content: "\f3f7"; }
.tgr-icon-sticky-note:before {
content: "\f249"; }
.tgr-icon-stop:before {
content: "\f04d"; }
.tgr-icon-stop-circle:before {
content: "\f28d"; }
.tgr-icon-stopwatch:before {
content: "\f2f2"; }
.tgr-icon-store:before {
content: "\f54e"; }
.tgr-icon-store-alt:before {
content: "\f54f"; }
.tgr-icon-strava:before {
content: "\f428"; }
.tgr-icon-stream:before {
content: "\f550"; }
.tgr-icon-street-view:before {
content: "\f21d"; }
.tgr-icon-strikethrough:before {
content: "\f0cc"; }
.tgr-icon-stripe:before {
content: "\f429"; }
.tgr-icon-stripe-s:before {
content: "\f42a"; }
.tgr-icon-stroopwafel:before {
content: "\f551"; }
.tgr-icon-studiovinari:before {
content: "\f3f8"; }
.tgr-icon-stumbleupon:before {
content: "\f1a4"; }
.tgr-icon-stumbleupon-circle:before {
content: "\f1a3"; }
.tgr-icon-subscript:before {
content: "\f12c"; }
.tgr-icon-subway:before {
content: "\f239"; }
.tgr-icon-suitcase:before {
content: "\f0f2"; }
.tgr-icon-suitcase-rolling:before {
content: "\f5c1"; }
.tgr-icon-sun:before {
content: "\f185"; }
.tgr-icon-superpowers:before {
content: "\f2dd"; }
.tgr-icon-superscript:before {
content: "\f12b"; }
.tgr-icon-supple:before {
content: "\f3f9"; }
.tgr-icon-surprise:before {
content: "\f5c2"; }
.tgr-icon-suse:before {
content: "\f7d6"; }
.tgr-icon-swatchbook:before {
content: "\f5c3"; }
.tgr-icon-swimmer:before {
content: "\f5c4"; }
.tgr-icon-swimming-pool:before {
content: "\f5c5"; }
.tgr-icon-symfony:before {
content: "\f83d"; }
.tgr-icon-synagogue:before {
content: "\f69b"; }
.tgr-icon-sync:before {
content: "\f021"; }
.tgr-icon-sync-alt:before {
content: "\f2f1"; }
.tgr-icon-syringe:before {
content: "\f48e"; }
.tgr-icon-table:before {
content: "\f0ce"; }
.tgr-icon-table-tennis:before {
content: "\f45d"; }
.tgr-icon-tablet:before {
content: "\f10a"; }
.tgr-icon-tablet-alt:before {
content: "\f3fa"; }
.tgr-icon-tablets:before {
content: "\f490"; }
.tgr-icon-tachometer-alt:before {
content: "\f3fd"; }
.tgr-icon-tag:before {
content: "\f02b"; }
.tgr-icon-tags:before {
content: "\f02c"; }
.tgr-icon-tape:before {
content: "\f4db"; }
.tgr-icon-tasks:before {
content: "\f0ae"; }
.tgr-icon-taxi:before {
content: "\f1ba"; }
.tgr-icon-teamspeak:before {
content: "\f4f9"; }
.tgr-icon-teeth:before {
content: "\f62e"; }
.tgr-icon-teeth-open:before {
content: "\f62f"; }
.tgr-icon-telegram:before {
content: "\f2c6"; }
.tgr-icon-telegram-plane:before {
content: "\f3fe"; }
.tgr-icon-temperature-high:before {
content: "\f769"; }
.tgr-icon-temperature-low:before {
content: "\f76b"; }
.tgr-icon-tencent-weibo:before {
content: "\f1d5"; }
.tgr-icon-tenge:before {
content: "\f7d7"; }
.tgr-icon-terminal:before {
content: "\f120"; }
.tgr-icon-text-height:before {
content: "\f034"; }
.tgr-icon-text-width:before {
content: "\f035"; }
.tgr-icon-th:before {
content: "\f00a"; }
.tgr-icon-th-large:before {
content: "\f009"; }
.tgr-icon-th-list:before {
content: "\f00b"; }
.tgr-icon-the-red-yeti:before {
content: "\f69d"; }
.tgr-icon-theater-masks:before {
content: "\f630"; }
.tgr-icon-themeco:before {
content: "\f5c6"; }
.tgr-icon-themeisle:before {
content: "\f2b2"; }
.tgr-icon-thermometer:before {
content: "\f491"; }
.tgr-icon-thermometer-empty:before {
content: "\f2cb"; }
.tgr-icon-thermometer-full:before {
content: "\f2c7"; }
.tgr-icon-thermometer-half:before {
content: "\f2c9"; }
.tgr-icon-thermometer-quarter:before {
content: "\f2ca"; }
.tgr-icon-thermometer-three-quarters:before {
content: "\f2c8"; }
.tgr-icon-think-peaks:before {
content: "\f731"; }
.tgr-icon-thumbs-down:before {
content: "\f165"; }
.tgr-icon-thumbs-up:before {
content: "\f164"; }
.tgr-icon-thumbtack:before {
content: "\f08d"; }
.tgr-icon-ticket-alt:before {
content: "\f3ff"; }
.tgr-icon-times:before {
content: "\f00d"; }
.tgr-icon-times-circle:before {
content: "\f057"; }
.tgr-icon-tint:before {
content: "\f043"; }
.tgr-icon-tint-slash:before {
content: "\f5c7"; }
.tgr-icon-tired:before {
content: "\f5c8"; }
.tgr-icon-toggle-off:before {
content: "\f204"; }
.tgr-icon-toggle-on:before {
content: "\f205"; }
.tgr-icon-toilet:before {
content: "\f7d8"; }
.tgr-icon-toilet-paper:before {
content: "\f71e"; }
.tgr-icon-toolbox:before {
content: "\f552"; }
.tgr-icon-tools:before {
content: "\f7d9"; }
.tgr-icon-tooth:before {
content: "\f5c9"; }
.tgr-icon-torah:before {
content: "\f6a0"; }
.tgr-icon-torii-gate:before {
content: "\f6a1"; }
.tgr-icon-tractor:before {
content: "\f722"; }
.tgr-icon-trade-federation:before {
content: "\f513"; }
.tgr-icon-trademark:before {
content: "\f25c"; }
.tgr-icon-traffic-light:before {
content: "\f637"; }
.tgr-icon-train:before {
content: "\f238"; }
.tgr-icon-tram:before {
content: "\f7da"; }
.tgr-icon-transgender:before {
content: "\f224"; }
.tgr-icon-transgender-alt:before {
content: "\f225"; }
.tgr-icon-trash:before {
content: "\f1f8"; }
.tgr-icon-trash-alt:before {
content: "\f2ed"; }
.tgr-icon-trash-restore:before {
content: "\f829"; }
.tgr-icon-trash-restore-alt:before {
content: "\f82a"; }
.tgr-icon-tree:before {
content: "\f1bb"; }
.tgr-icon-trello:before {
content: "\f181"; }
.tgr-icon-tripadvisor:before {
content: "\f262"; }
.tgr-icon-trophy:before {
content: "\f091"; }
.tgr-icon-truck:before {
content: "\f0d1"; }
.tgr-icon-truck-loading:before {
content: "\f4de"; }
.tgr-icon-truck-monster:before {
content: "\f63b"; }
.tgr-icon-truck-moving:before {
content: "\f4df"; }
.tgr-icon-truck-pickup:before {
content: "\f63c"; }
.tgr-icon-tshirt:before {
content: "\f553"; }
.tgr-icon-tty:before {
content: "\f1e4"; }
.tgr-icon-tumblr:before {
content: "\f173"; }
.tgr-icon-tumblr-square:before {
content: "\f174"; }
.tgr-icon-tv:before {
content: "\f26c"; }
.tgr-icon-twitch:before {
content: "\f1e8"; }
.tgr-icon-twitter:before {
content: "\f099"; }
.tgr-icon-twitter-square:before {
content: "\f081"; }
.tgr-icon-typo3:before {
content: "\f42b"; }
.tgr-icon-uber:before {
content: "\f402"; }
.tgr-icon-ubuntu:before {
content: "\f7df"; }
.tgr-icon-uikit:before {
content: "\f403"; }
.tgr-icon-umbrella:before {
content: "\f0e9"; }
.tgr-icon-umbrella-beach:before {
content: "\f5ca"; }
.tgr-icon-underline:before {
content: "\f0cd"; }
.tgr-icon-undo:before {
content: "\f0e2"; }
.tgr-icon-undo-alt:before {
content: "\f2ea"; }
.tgr-icon-uniregistry:before {
content: "\f404"; }
.tgr-icon-universal-access:before {
content: "\f29a"; }
.tgr-icon-university:before {
content: "\f19c"; }
.tgr-icon-unlink:before {
content: "\f127"; }
.tgr-icon-unlock:before {
content: "\f09c"; }
.tgr-icon-unlock-alt:before {
content: "\f13e"; }
.tgr-icon-untappd:before {
content: "\f405"; }
.tgr-icon-upload:before {
content: "\f093"; }
.tgr-icon-ups:before {
content: "\f7e0"; }
.tgr-icon-usb:before {
content: "\f287"; }
.tgr-icon-user:before {
content: "\f007"; }
.tgr-icon-user-alt:before {
content: "\f406"; }
.tgr-icon-user-alt-slash:before {
content: "\f4fa"; }
.tgr-icon-user-astronaut:before {
content: "\f4fb"; }
.tgr-icon-user-check:before {
content: "\f4fc"; }
.tgr-icon-user-circle:before {
content: "\f2bd"; }
.tgr-icon-user-clock:before {
content: "\f4fd"; }
.tgr-icon-user-cog:before {
content: "\f4fe"; }
.tgr-icon-user-edit:before {
content: "\f4ff"; }
.tgr-icon-user-friends:before {
content: "\f500"; }
.tgr-icon-user-graduate:before {
content: "\f501"; }
.tgr-icon-user-injured:before {
content: "\f728"; }
.tgr-icon-user-lock:before {
content: "\f502"; }
.tgr-icon-user-md:before {
content: "\f0f0"; }
.tgr-icon-user-minus:before {
content: "\f503"; }
.tgr-icon-user-ninja:before {
content: "\f504"; }
.tgr-icon-user-nurse:before {
content: "\f82f"; }
.tgr-icon-user-plus:before {
content: "\f234"; }
.tgr-icon-user-secret:before {
content: "\f21b"; }
.tgr-icon-user-shield:before {
content: "\f505"; }
.tgr-icon-user-slash:before {
content: "\f506"; }
.tgr-icon-user-tag:before {
content: "\f507"; }
.tgr-icon-user-tie:before {
content: "\f508"; }
.tgr-icon-user-times:before {
content: "\f235"; }
.tgr-icon-users:before {
content: "\f0c0"; }
.tgr-icon-users-cog:before {
content: "\f509"; }
.tgr-icon-usps:before {
content: "\f7e1"; }
.tgr-icon-ussunnah:before {
content: "\f407"; }
.tgr-icon-utensil-spoon:before {
content: "\f2e5"; }
.tgr-icon-utensils:before {
content: "\f2e7"; }
.tgr-icon-vaadin:before {
content: "\f408"; }
.tgr-icon-vector-square:before {
content: "\f5cb"; }
.tgr-icon-venus:before {
content: "\f221"; }
.tgr-icon-venus-double:before {
content: "\f226"; }
.tgr-icon-venus-mars:before {
content: "\f228"; }
.tgr-icon-viacoin:before {
content: "\f237"; }
.tgr-icon-viadeo:before {
content: "\f2a9"; }
.tgr-icon-viadeo-square:before {
content: "\f2aa"; }
.tgr-icon-vial:before {
content: "\f492"; }
.tgr-icon-vials:before {
content: "\f493"; }
.tgr-icon-viber:before {
content: "\f409"; }
.tgr-icon-video:before {
content: "\f03d"; }
.tgr-icon-video-slash:before {
content: "\f4e2"; }
.tgr-icon-vihara:before {
content: "\f6a7"; }
.tgr-icon-vimeo:before {
content: "\f40a"; }
.tgr-icon-vimeo-square:before {
content: "\f194"; }
.tgr-icon-vimeo-v:before {
content: "\f27d"; }
.tgr-icon-vine:before {
content: "\f1ca"; }
.tgr-icon-vk:before {
content: "\f189"; }
.tgr-icon-vnv:before {
content: "\f40b"; }
.tgr-icon-volleyball-ball:before {
content: "\f45f"; }
.tgr-icon-volume-down:before {
content: "\f027"; }
.tgr-icon-volume-mute:before {
content: "\f6a9"; }
.tgr-icon-volume-off:before {
content: "\f026"; }
.tgr-icon-volume-up:before {
content: "\f028"; }
.tgr-icon-vote-yea:before {
content: "\f772"; }
.tgr-icon-vr-cardboard:before {
content: "\f729"; }
.tgr-icon-vuejs:before {
content: "\f41f"; }
.tgr-icon-walking:before {
content: "\f554"; }
.tgr-icon-wallet:before {
content: "\f555"; }
.tgr-icon-warehouse:before {
content: "\f494"; }
.tgr-icon-water:before {
content: "\f773"; }
.tgr-icon-wave-square:before {
content: "\f83e"; }
.tgr-icon-waze:before {
content: "\f83f"; }
.tgr-icon-weebly:before {
content: "\f5cc"; }
.tgr-icon-weibo:before {
content: "\f18a"; }
.tgr-icon-weight:before {
content: "\f496"; }
.tgr-icon-weight-hanging:before {
content: "\f5cd"; }
.tgr-icon-weixin:before {
content: "\f1d7"; }
.tgr-icon-whatsapp:before {
content: "\f232"; }
.tgr-icon-whatsapp-square:before {
content: "\f40c"; }
.tgr-icon-wheelchair:before {
content: "\f193"; }
.tgr-icon-whmcs:before {
content: "\f40d"; }
.tgr-icon-wifi:before {
content: "\f1eb"; }
.tgr-icon-wikipedia-w:before {
content: "\f266"; }
.tgr-icon-wind:before {
content: "\f72e"; }
.tgr-icon-window-close:before {
content: "\f410"; }
.tgr-icon-window-maximize:before {
content: "\f2d0"; }
.tgr-icon-window-minimize:before {
content: "\f2d1"; }
.tgr-icon-window-restore:before {
content: "\f2d2"; }
.tgr-icon-windows:before {
content: "\f17a"; }
.tgr-icon-wine-bottle:before {
content: "\f72f"; }
.tgr-icon-wine-glass:before {
content: "\f4e3"; }
.tgr-icon-wine-glass-alt:before {
content: "\f5ce"; }
.tgr-icon-wix:before {
content: "\f5cf"; }
.tgr-icon-wizards-of-the-coast:before {
content: "\f730"; }
.tgr-icon-wolf-pack-battalion:before {
content: "\f514"; }
.tgr-icon-won-sign:before {
content: "\f159"; }
.tgr-icon-wordpress:before {
content: "\f19a"; }
.tgr-icon-wordpress-simple:before {
content: "\f411"; }
.tgr-icon-wpbeginner:before {
content: "\f297"; }
.tgr-icon-wpexplorer:before {
content: "\f2de"; }
.tgr-icon-wpforms:before {
content: "\f298"; }
.tgr-icon-wpressr:before {
content: "\f3e4"; }
.tgr-icon-wrench:before {
content: "\f0ad"; }
.tgr-icon-x-ray:before {
content: "\f497"; }
.tgr-icon-xbox:before {
content: "\f412"; }
.tgr-icon-xing:before {
content: "\f168"; }
.tgr-icon-xing-square:before {
content: "\f169"; }
.tgr-icon-y-combinator:before {
content: "\f23b"; }
.tgr-icon-yahoo:before {
content: "\f19e"; }
.tgr-icon-yammer:before {
content: "\f840"; }
.tgr-icon-yandex:before {
content: "\f413"; }
.tgr-icon-yandex-international:before {
content: "\f414"; }
.tgr-icon-yarn:before {
content: "\f7e3"; }
.tgr-icon-yelp:before {
content: "\f1e9"; }
.tgr-icon-yen-sign:before {
content: "\f157"; }
.tgr-icon-yin-yang:before {
content: "\f6ad"; }
.tgr-icon-yoast:before {
content: "\f2b1"; }
.tgr-icon-youtube:before {
content: "\f167"; }
.tgr-icon-youtube-square:before {
content: "\f431"; }
.tgr-icon-zhihu:before {
content: "\f63f"; }
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; } @font-face {
font-family: 'Font Awesome 5 Brands TeamGrid';
font-style: normal;
font-weight: normal;
font-display: auto;
src: url(//www.pgrealtyhomes.com/wp-content/plugins/team-grid/assets/public/webfonts/fa-brands-400.eot);
src: url(//www.pgrealtyhomes.com/wp-content/plugins/team-grid/assets/public/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//www.pgrealtyhomes.com/wp-content/plugins/team-grid/assets/public/webfonts/fa-brands-400.woff2) format("woff2"), url(//www.pgrealtyhomes.com/wp-content/plugins/team-grid/assets/public/webfonts/fa-brands-400.woff) format("woff"), url(//www.pgrealtyhomes.com/wp-content/plugins/team-grid/assets/public/webfonts/fa-brands-400.ttf) format("truetype"), url(//www.pgrealtyhomes.com/wp-content/plugins/team-grid/assets/public/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }
.tgr-icon-fab {
font-family: 'Font Awesome 5 Brands TeamGrid'; } @font-face {
font-family: 'Font Awesome 5 Free TeamGrid';
font-style: normal;
font-weight: 400;
font-display: auto;
src: url(//www.pgrealtyhomes.com/wp-content/plugins/team-grid/assets/public/webfonts/fa-regular-400.eot);
src: url(//www.pgrealtyhomes.com/wp-content/plugins/team-grid/assets/public/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//www.pgrealtyhomes.com/wp-content/plugins/team-grid/assets/public/webfonts/fa-regular-400.woff2) format("woff2"), url(//www.pgrealtyhomes.com/wp-content/plugins/team-grid/assets/public/webfonts/fa-regular-400.woff) format("woff"), url(//www.pgrealtyhomes.com/wp-content/plugins/team-grid/assets/public/webfonts/fa-regular-400.ttf) format("truetype"), url(//www.pgrealtyhomes.com/wp-content/plugins/team-grid/assets/public/webfonts/fa-regular-400.svg#fontawesome) format("svg"); }
.tgr-icon-far {
font-family: 'Font Awesome 5 Free TeamGrid';
font-weight: 400; } @font-face {
font-family: 'Font Awesome 5 Free TeamGrid';
font-style: normal;
font-weight: 900;
font-display: auto;
src: url(//www.pgrealtyhomes.com/wp-content/plugins/team-grid/assets/public/webfonts/fa-solid-900.eot);
src: url(//www.pgrealtyhomes.com/wp-content/plugins/team-grid/assets/public/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//www.pgrealtyhomes.com/wp-content/plugins/team-grid/assets/public/webfonts/fa-solid-900.woff2) format("woff2"), url(//www.pgrealtyhomes.com/wp-content/plugins/team-grid/assets/public/webfonts/fa-solid-900.woff) format("woff"), url(//www.pgrealtyhomes.com/wp-content/plugins/team-grid/assets/public/webfonts/fa-solid-900.ttf) format("truetype"), url(//www.pgrealtyhomes.com/wp-content/plugins/team-grid/assets/public/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }
.tgr-icon,
.tgr-icon-fas {
font-family: 'Font Awesome 5 Free TeamGrid';
font-weight: 900; }
 .tgr-animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.tgr-animated.tgr-infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.tgr-animated.tgr-hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.tgr-animated.tgr-flipOutX,
.tgr-animated.tgr-flipOutY,
.tgr-animated.tgr-bounceIn,
.tgr-animated.tgr-bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes tgr-bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes tgr-bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.tgr-bounce {
-webkit-animation-name: tgr-bounce;
animation-name: tgr-bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes tgr-flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes tgr-flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.tgr-flash {
-webkit-animation-name: tgr-flash;
animation-name: tgr-flash;
} @-webkit-keyframes tgr-pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tgr-pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tgr-pulse {
-webkit-animation-name: tgr-pulse;
animation-name: tgr-pulse;
}
@-webkit-keyframes tgr-rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tgr-rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tgr-rubberBand {
-webkit-animation-name: tgr-rubberBand;
animation-name: tgr-rubberBand;
}
@-webkit-keyframes tgr-shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes tgr-shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.tgr-shake {
-webkit-animation-name: tgr-shake;
animation-name: tgr-shake;
}
@-webkit-keyframes tgr-headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes tgr-headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.tgr-headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: tgr-headShake;
animation-name: tgr-headShake;
}
@-webkit-keyframes tgr-swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes tgr-swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.tgr-swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: tgr-swing;
animation-name: tgr-swing;
}
@-webkit-keyframes tgr-tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tgr-tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tgr-tada {
-webkit-animation-name: tgr-tada;
animation-name: tgr-tada;
} @-webkit-keyframes tgr-wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes tgr-wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.tgr-wobble {
-webkit-animation-name: tgr-wobble;
animation-name: tgr-wobble;
}
@-webkit-keyframes tgr-jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes tgr-jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.tgr-jello {
-webkit-animation-name: tgr-jello;
animation-name: tgr-jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes tgr-bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tgr-bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tgr-bounceIn {
-webkit-animation-name: tgr-bounceIn;
animation-name: tgr-bounceIn;
}
@-webkit-keyframes tgr-bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes tgr-bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.tgr-bounceInDown {
-webkit-animation-name: tgr-bounceInDown;
animation-name: tgr-bounceInDown;
}
@-webkit-keyframes tgr-bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes tgr-bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.tgr-bounceInLeft {
-webkit-animation-name: tgr-bounceInLeft;
animation-name: tgr-bounceInLeft;
}
@-webkit-keyframes tgr-bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes tgr-bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.tgr-bounceInRight {
-webkit-animation-name: tgr-bounceInRight;
animation-name: tgr-bounceInRight;
}
@-webkit-keyframes tgr-bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes tgr-bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.tgr-bounceInUp {
-webkit-animation-name: tgr-bounceInUp;
animation-name: tgr-bounceInUp;
}
@-webkit-keyframes tgr-bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes tgr-bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.tgr-bounceOut {
-webkit-animation-name: tgr-bounceOut;
animation-name: tgr-bounceOut;
}
@-webkit-keyframes tgr-bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes tgr-bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.tgr-bounceOutDown {
-webkit-animation-name: tgr-bounceOutDown;
animation-name: tgr-bounceOutDown;
}
@-webkit-keyframes tgr-bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes tgr-bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.tgr-bounceOutLeft {
-webkit-animation-name: tgr-bounceOutLeft;
animation-name: tgr-bounceOutLeft;
}
@-webkit-keyframes tgr-bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes tgr-bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.tgr-bounceOutRight {
-webkit-animation-name: tgr-bounceOutRight;
animation-name: tgr-bounceOutRight;
}
@-webkit-keyframes tgr-bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes tgr-bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.tgr-bounceOutUp {
-webkit-animation-name: tgr-bounceOutUp;
animation-name: tgr-bounceOutUp;
}
@-webkit-keyframes tgr-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes tgr-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.tgr-fadeIn {
-webkit-animation-name: tgr-fadeIn;
animation-name: tgr-fadeIn;
}
@-webkit-keyframes tgr-fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes tgr-fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.tgr-fadeInDown {
-webkit-animation-name: tgr-fadeInDown;
animation-name: tgr-fadeInDown;
}
@-webkit-keyframes tgr-fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes tgr-fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.tgr-fadeInDownBig {
-webkit-animation-name: tgr-fadeInDownBig;
animation-name: tgr-fadeInDownBig;
}
@-webkit-keyframes tgr-fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes tgr-fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.tgr-fadeInLeft {
-webkit-animation-name: tgr-fadeInLeft;
animation-name: tgr-fadeInLeft;
}
@-webkit-keyframes tgr-fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes tgr-fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.tgr-fadeInLeftBig {
-webkit-animation-name: tgr-fadeInLeftBig;
animation-name: tgr-fadeInLeftBig;
}
@-webkit-keyframes tgr-fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes tgr-fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.tgr-fadeInRight {
-webkit-animation-name: tgr-fadeInRight;
animation-name: tgr-fadeInRight;
}
@-webkit-keyframes tgr-fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes tgr-fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.tgr-fadeInRightBig {
-webkit-animation-name: tgr-fadeInRightBig;
animation-name: tgr-fadeInRightBig;
}
@-webkit-keyframes tgr-fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes tgr-fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.tgr-fadeInUp {
-webkit-animation-name: tgr-fadeInUp;
animation-name: tgr-fadeInUp;
}
@-webkit-keyframes tgr-fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes tgr-fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.tgr-fadeInUpBig {
-webkit-animation-name: tgr-fadeInUpBig;
animation-name: tgr-fadeInUpBig;
}
@-webkit-keyframes tgr-fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes tgr-fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.tgr-fadeOut {
-webkit-animation-name: tgr-fadeOut;
animation-name: tgr-fadeOut;
}
@-webkit-keyframes tgr-fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes tgr-fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.tgr-fadeOutDown {
-webkit-animation-name: tgr-fadeOutDown;
animation-name: tgr-fadeOutDown;
}
@-webkit-keyframes tgr-fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes tgr-fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.tgr-fadeOutDownBig {
-webkit-animation-name: tgr-fadeOutDownBig;
animation-name: tgr-fadeOutDownBig;
}
@-webkit-keyframes tgr-fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes tgr-fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.tgr-fadeOutLeft {
-webkit-animation-name: tgr-fadeOutLeft;
animation-name: tgr-fadeOutLeft;
}
@-webkit-keyframes tgr-fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes tgr-fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.tgr-fadeOutLeftBig {
-webkit-animation-name: tgr-fadeOutLeftBig;
animation-name: tgr-fadeOutLeftBig;
}
@-webkit-keyframes tgr-fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes tgr-fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.tgr-fadeOutRight {
-webkit-animation-name: tgr-fadeOutRight;
animation-name: tgr-fadeOutRight;
}
@-webkit-keyframes tgr-fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes tgr-fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.tgr-fadeOutRightBig {
-webkit-animation-name: tgr-fadeOutRightBig;
animation-name: tgr-fadeOutRightBig;
}
@-webkit-keyframes tgr-fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes tgr-fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.tgr-fadeOutUp {
-webkit-animation-name: tgr-fadeOutUp;
animation-name: tgr-fadeOutUp;
}
@-webkit-keyframes tgr-fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes tgr-fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.tgr-fadeOutUpBig {
-webkit-animation-name: tgr-fadeOutUpBig;
animation-name: tgr-fadeOutUpBig;
}
@-webkit-keyframes tgr-flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes tgr-flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.tgr-animated.tgr-flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: tgr-flip;
animation-name: tgr-flip;
}
@-webkit-keyframes tgr-flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes tgr-flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.tgr-flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: tgr-flipInX;
animation-name: tgr-flipInX;
}
@-webkit-keyframes tgr-flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes tgr-flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.tgr-flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: tgr-flipInY;
animation-name: tgr-flipInY;
}
@-webkit-keyframes tgr-flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes tgr-flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.tgr-flipOutX {
-webkit-animation-name: tgr-flipOutX;
animation-name: tgr-flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes tgr-flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes tgr-flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.tgr-flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: tgr-flipOutY;
animation-name: tgr-flipOutY;
}
@-webkit-keyframes tgr-lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes tgr-lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.tgr-lightSpeedIn {
-webkit-animation-name: tgr-lightSpeedIn;
animation-name: tgr-lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes tgr-lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes tgr-lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.tgr-lightSpeedOut {
-webkit-animation-name: tgr-lightSpeedOut;
animation-name: tgr-lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes tgr-rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes tgr-rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.tgr-rotateIn {
-webkit-animation-name: tgr-rotateIn;
animation-name: tgr-rotateIn;
}
@-webkit-keyframes tgr-rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes tgr-rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.tgr-rotateInDownLeft {
-webkit-animation-name: tgr-rotateInDownLeft;
animation-name: tgr-rotateInDownLeft;
}
@-webkit-keyframes tgr-rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes tgr-rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.tgr-rotateInDownRight {
-webkit-animation-name: tgr-rotateInDownRight;
animation-name: tgr-rotateInDownRight;
}
@-webkit-keyframes tgr-rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes tgr-rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.tgr-rotateInUpLeft {
-webkit-animation-name: tgr-rotateInUpLeft;
animation-name: tgr-rotateInUpLeft;
}
@-webkit-keyframes tgr-rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes tgr-rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.tgr-rotateInUpRight {
-webkit-animation-name: tgr-rotateInUpRight;
animation-name: tgr-rotateInUpRight;
}
@-webkit-keyframes tgr-rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes tgr-rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.tgr-rotateOut {
-webkit-animation-name: tgr-rotateOut;
animation-name: tgr-rotateOut;
}
@-webkit-keyframes tgr-rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes tgr-rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.tgr-rotateOutDownLeft {
-webkit-animation-name: tgr-rotateOutDownLeft;
animation-name: tgr-rotateOutDownLeft;
}
@-webkit-keyframes tgr-rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes tgr-rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.tgr-rotateOutDownRight {
-webkit-animation-name: tgr-rotateOutDownRight;
animation-name: tgr-rotateOutDownRight;
}
@-webkit-keyframes tgr-rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes tgr-rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.tgr-rotateOutUpLeft {
-webkit-animation-name: tgr-rotateOutUpLeft;
animation-name: tgr-rotateOutUpLeft;
}
@-webkit-keyframes tgr-rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes tgr-rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.tgr-rotateOutUpRight {
-webkit-animation-name: tgr-rotateOutUpRight;
animation-name: tgr-rotateOutUpRight;
}
@-webkit-keyframes tgr-hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes tgr-hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.tgr-hinge {
-webkit-animation-name: tgr-hinge;
animation-name: tgr-hinge;
} @-webkit-keyframes tgr-rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes tgr-rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.tgr-rollIn {
-webkit-animation-name: tgr-rollIn;
animation-name: tgr-rollIn;
} @-webkit-keyframes tgr-rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes tgr-rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.tgr-rollOut {
-webkit-animation-name: tgr-rollOut;
animation-name: tgr-rollOut;
}
@-webkit-keyframes tgr-zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes tgr-zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.tgr-zoomIn {
-webkit-animation-name: tgr-zoomIn;
animation-name: tgr-zoomIn;
}
@-webkit-keyframes tgr-zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes tgr-zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.tgr-zoomInDown {
-webkit-animation-name: tgr-zoomInDown;
animation-name: tgr-zoomInDown;
}
@-webkit-keyframes tgr-zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes tgr-zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.tgr-zoomInLeft {
-webkit-animation-name: tgr-zoomInLeft;
animation-name: tgr-zoomInLeft;
}
@-webkit-keyframes tgr-zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes tgr-zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.tgr-zoomInRight {
-webkit-animation-name: tgr-zoomInRight;
animation-name: tgr-zoomInRight;
}
@-webkit-keyframes tgr-zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes tgr-zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.tgr-zoomInUp {
-webkit-animation-name: tgr-zoomInUp;
animation-name: tgr-zoomInUp;
}
@-webkit-keyframes tgr-zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes tgr-zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.tgr-zoomOut {
-webkit-animation-name: tgr-zoomOut;
animation-name: tgr-zoomOut;
}
@-webkit-keyframes tgr-zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes tgr-zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.tgr-zoomOutDown {
-webkit-animation-name: tgr-zoomOutDown;
animation-name: tgr-zoomOutDown;
}
@-webkit-keyframes tgr-zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes tgr-zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.tgr-zoomOutLeft {
-webkit-animation-name: tgr-zoomOutLeft;
animation-name: tgr-zoomOutLeft;
}
@-webkit-keyframes tgr-zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes tgr-zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.tgr-zoomOutRight {
-webkit-animation-name: tgr-zoomOutRight;
animation-name: tgr-zoomOutRight;
}
@-webkit-keyframes tgr-zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes tgr-zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.tgr-zoomOutUp {
-webkit-animation-name: tgr-zoomOutUp;
animation-name: tgr-zoomOutUp;
}
@-webkit-keyframes tgr-slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes tgr-slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.tgr-slideInDown {
-webkit-animation-name: tgr-slideInDown;
animation-name: tgr-slideInDown;
}
@-webkit-keyframes tgr-slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes tgr-slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.tgr-slideInLeft {
-webkit-animation-name: tgr-slideInLeft;
animation-name: tgr-slideInLeft;
}
@-webkit-keyframes tgr-slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes tgr-slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.tgr-slideInRight {
-webkit-animation-name: tgr-slideInRight;
animation-name: tgr-slideInRight;
}
@-webkit-keyframes tgr-slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes tgr-slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.tgr-slideInUp {
-webkit-animation-name: tgr-slideInUp;
animation-name: tgr-slideInUp;
}
@-webkit-keyframes tgr-slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes tgr-slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.tgr-slideOutDown {
-webkit-animation-name: tgr-slideOutDown;
animation-name: tgr-slideOutDown;
}
@-webkit-keyframes tgr-slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes tgr-slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.tgr-slideOutLeft {
-webkit-animation-name: tgr-slideOutLeft;
animation-name: tgr-slideOutLeft;
}
@-webkit-keyframes tgr-slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes tgr-slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.tgr-slideOutRight {
-webkit-animation-name: tgr-slideOutRight;
animation-name: tgr-slideOutRight;
}
@-webkit-keyframes tgr-slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes tgr-slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.tgr-slideOutUp {
-webkit-animation-name: tgr-slideOutUp;
animation-name: tgr-slideOutUp;
}.nano {
position : relative;
width    : 100%;
height   : 100%;
overflow : hidden;
}
.nano > .nano-content {
position      : absolute;
overflow      : scroll;
overflow-x    : hidden;
top           : 0;
right         : 0;
bottom        : 0;
left          : 0;
}
.nano > .nano-content:focus {
outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
display: block;
}
.nano > .nano-pane {
background : rgba(0,0,0,.25);
position   : absolute;
width      : 10px;
right      : 0;
top        : 0;
bottom     : 0;
visibility : hidden\9; opacity    : .01;
-webkit-transition    : .2s;
-moz-transition       : .2s;
-o-transition         : .2s;
transition            : .2s;
-moz-border-radius    : 5px;
-webkit-border-radius : 5px;
border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
background: #444;
background: rgba(0,0,0,.5);
position              : relative;
margin                : 0 1px;
-moz-border-radius    : 3px;
-webkit-border-radius : 3px;
border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
visibility : visible\9; opacity    : 0.99;
}