.circle {
  margin: 10px;
  border-radius: 50%;
  max-width: 100%;
}

.border {
  max-width: 100%;
  margin: 10px;
  -webkit-box-shadow: 3px 3px 3px #111;
  box-shadow: 3px 3px 3px #111;
  border: 5px solid #fff;
}

.tilt {
  margin: 10px;
  float: left;
  max-width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tilt:hover {
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.morph {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.morph:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.rotate {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.rotate:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.black-white {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.black-white:hover {
  -webkit-filter: grayscale(100%);
}

.hover-color {
  background-color: #36a360;
  -webkit-transition: background-color 0.5s;
  
  transition: background-color 0.5s;
}
.hover-color:hover {
  background-color: #297d49;
  color: #FFF;
}

.foldtl {
  position: relative;
  border: none;
}
.foldtl:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 70px solid #297d49;
  border-left: 70px solid transparent;
  -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);
}
.foldtl:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-top: 71px solid #ffffff;
  border-right: 71px solid transparent;
}

.trirt:after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  width: 0px;
  height: 0px;
  border-top: 110px solid #1d5633;
  border-left: 110px solid transparent;
}

.bot-div-append .hidden-bottom {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #a0adbb;
  height: 0px;
  opacity: 0;
  transition: height 0.5s;
}
.bot-div-append .hidden-bottom > a {
  line-height: 56px;
  color: white;
}
.bot-div-append .hidden-bottom > a:hover {
  text-decoration: none;
}
.bot-div-append:hover .hidden-bottom {
  height: 40px;
  opacity: 1;
}

.scale {
  position: relative;
  border: none;
  -webkit-transition: all 1s ease;
  
  -moz-transition: all 1s ease;
  
  -o-transition: all 1s ease;
  
  -ms-transition: all 1s ease;
  
  transition: all 1s ease;
}
.scale:hover {
  -webkit-transform: scale(1.1);
  
  -moz-transform: scale(1.1);
  
  -ms-transform: scale(1.1);
  
  -o-transform: scale(1.1);
  
  transform: scale(1.1);
}

.active-overlay {
  background-image: url('../../../templates/gt_atilla/images/active-overlay.png');
  border: none;
}
.overlay {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.75s;
}
.active-overlay:hover .overlay {
  opacity: 1;
}

.active-view {
  background-image: url('../../../templates/gt_atilla/images/active-view.png');
}
.active-view:hover .overlay {
  opacity: 1;
}
.active-view > .overlay a {
  text-decoration: none;
  color: white;
  font-weight: bolder;
  padding: 10px 20px;
  border: 2px solid white;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 35%;
}
.active-view:hover .overlay a:hover {
  color: black;
  background-color: white;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}
.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bfdc7a), to(#8ebf45));
  background-image: -webkit-linear-gradient(top, #bfdc7a, #8ebf45);
  background-image: -moz-linear-gradient(top, #bfdc7a, #8ebf45);
  background-image: -ms-linear-gradient(top, #bfdc7a, #8ebf45);
  background-image: -o-linear-gradient(top, #bfdc7a, #8ebf45);
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.ribbon-green:before,
.ribbon-green:after {
  content: "";
  border-top: 3px solid #6e8900;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}
.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}

.ribbon-wrapper-yellow {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}
.ribbon-yellow {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #FFFF00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#e7e71d));
  background-image: -webkit-linear-gradient(top, #ffff00, #e7e71d);
  background-image: -moz-linear-gradient(top, #ffff00, #e7e71d);
  background-image: -ms-linear-gradient(top, #ffff00, #e7e71d);
  background-image: -o-linear-gradient(top, #ffff00, #e7e71d);
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.ribbon-yellow:before,
.ribbon-yellow:after {
  content: "";
  border-top: 3px solid #6e8900;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}
.ribbon-yellow:before {
  left: 0;
}
.ribbon-yellow:after {
  right: 0;
}

.ra-expand a {
  color: white;
  background-color: #297d49;
  border: 1px solid #1d5633;
  transition: background-color, border 0.5s;
  position: absolute;
  bottom: 30px;
  left: 30px;
  padding: 5px 10px;
  overflow: hidden;
  font-weight: bold;
}
span.arrow-right {
  opacity: 0;
  padding-left: 0;
  font-weight: bold;
  font-size: 20px;
  transition: opacity, padding-left 0.5s;
}
.ra-expand a:hover {
  text-decoration: none;
  background-color: #1d5633;
  border: 1px solid #10301c;
}
.ra-expand a:hover .arrow-right {
  opacity: 1;
  padding-left: 15px;
}

.star-8 {
  background: red;
  width: 80px;
  height: 80px;
  position: relative;
  position: absolute;
  top: -3px;
  left: 3px;
  text-align: center;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20eg);
}
.star-8:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 80px;
  background: red;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
.red-star-8 {
  font: bold 25px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  position: relative;
  padding: 7px 0;
  left: -20px;
  top: 20px;
  width: 120px;
  color: white;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
}

.active-box {
  min-height: 350px;
  background-color: #36a360;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.active-box h4 {
  text-align: center;
  margin-top: 20%;
  padding-top: 25px;
}
.active-box p {
  width: 80%;
  margin: 20% auto 0 auto;
}

.active-border > .active-box {
  border: 5px solid #ffffff;
}

.active-margin .active-box {
  width: 23%;
  margin: 0.5%;
}