.g-theme-color-gray-light-v2 {
  color: #a4a4a4;
}

/* Background */
.g-theme-bg-gray-light-v1 {
  background-color: #f9f9f9 !important;
}

.g-theme-bg-gray-dark-v2 {
  background-color: #f9f9f9 !important; 
  /*background-color: #fcfcfc !important; */
  /*background-color: #efefef !important; */
}

.g-theme-bg-gray-dark-v3 {
  background-color: #222 !important;
}

.g-theme-bg-gray-dark-v4 {
  background-color: #272727 !important;
}

.g-theme-bg-blue-dark-v1 {
  background-color: #273a4e !important;
}

.g-theme-bg-blue-dark-v1-opacity-0_6 {
  background-color: rgba(39, 58, 78, 0.6) !important;
}

.g-bg-color-gray {
  background-color: #666666 !important; 
}

.turn-img-gray {
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}

.turn-img-gray:hover {
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}

.zoom-in-img:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand'); /* IE6 and 7 */
}

.link-no-decoration:hover, .link-no-decoration:visited, .link-no-decoration:link, .link-no-decoration:active {
  text-decoration: none;
}

.link-no-decoration:link, .link-no-decoration:visited {
  color:#555;  
}

#parentportfolio:hover #childportfolio {
    color: #87a880 !important;
}

.spacer {
  padding-top: 17rem !important;
}

.grid-masonry-width {
  width:100% !important;
}

@media only screen and (min-width:960px){
    /* styles for browsers larger than 960px; */
    .grid-masonry-width{width:49% !important;}
}
@media only screen and (min-width:1440px){
    /* styles for browsers larger than 1440px; */
    .grid-masonry-width{
    width:32.7% !important;
    }
}

.tp-caption.VideoPlayer-Title,
.VideoPlayer-Title {
    font-family: "Open Sans";
}

.g-brd-primary-opacity-0_8-right {
    background-right-color: rgb(165, 224, 151) !important; }

.g-brd-primary-opacity-0_8-bottom {
    background-bottom-color: rgb(155, 209, 143) !important; }
 