#g-navigation.fp-navigation {
    padding-bottom: 0;
	background: #303030;
	color: white;
}
#g-feature:before {
    content: none;
}
h2 {
    font-weight: 400;
    color: #f16522;
    font-size: 3em;
    text-align: center;
}
h3 {
    font-size: 1.8rem;
    font-weight: 400;
    color: #f16522;
}
h6 {
    font-size: 1.5rem;
    font-weight: 400;
        color: #303030;
}
p {
    color: #303030;
    font-size: 1.2em;
    line-height: 1.7;
}
body p {
    text-align: center;
}
.g-owlcarousel-accordionslider .g-owlcarousel-accordionslider-header #g-owlcarousel-accordionslider-controls > div {
    color: #303030;
    top: 18.5rem;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {

    font-weight: 700;
}
.g-main-nav .g-toplevel > li:hover > .g-menu-item-container, .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
    color: #f16522;
}
#g-navigation .g-grid {
    padding: 10px;
}
.g-owlcarousel-accordionslider .g-owlcarousel-accordionslider-header #g-owlcarousel-accordionslider-controls > div.owl-next:before {
    content: 'next';
}
.g-owlcarousel-accordionslider .g-owlcarousel .owl-item .item .g-owlcarousel-item {
    border-bottom: none;
    padding: 0;
}
#g-utility {
    background: #F9F9F9;
    margin-bottom: 0;
}
#g-footer .g-main-nav .g-toplevel > li > .g-menu-item-container {
    font-weight: 700;
    color: #303030;
}
.layout-slideshow .sprocket-features-pagination {
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 10;
    text-align: center;
    width: 100%;
}
.layout-slideshow .sprocket-features-arrows .arrow {
    background: transparent;
    color: #f16522;
        font-size: 7em;
    width: 55px;
    height: 55px;
    opacity: 0.8;
}
.layout-slideshow .sprocket-features-pagination li {
    background: #f16522;
    color: #fff;
    padding: 7px;
}
.sprocket-strips-s-content a.readon {
    position: absolute;
    width: 100%;
    height: 110%;
    top: 0;
    left: 0;
    vertical-align: bottom;
}
#g-feature h4 {
    font-weight: 400;
    color: #ea6524;
}
.sprocket-strips-s-item {
    position: relative;
}
.sprocket-strips-s-content a.readon span {
    position: relative;
    top: 88%;
}
.sprocket-strips-s-item {
    text-align: center;
}
.sprocket-mosaic-g-text p {
    color: #ffffff;
}
.sprocket-mosaic-g-content.overlay-mode .sprocket-mosaic-g-text {
    width: 100%;
    vertical-align: middle;
}.sprocket-mosaic-g-effect {
    background: rgb(236, 103, 35);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    transform: rotate3d(1, 1, 1, 180deg);
}
.sprocket-mosaic-g-item:hover .sprocket-mosaic-g-effect {
    transform: rotate3d(1, 1, 1, 0deg);
}
img.video-ikon {
    position: absolute;
    margin-left: -25px;
    margin-top: -20px;
}
img.video-ikon-bal {
    position: absolute;
    margin-left: -65px;
    margin-top: -20px;
}
    .g-offcanvas-toggle {
    color: #f16522;
}
#g-offcanvas {
    background: #303030;
}
#g-offcanvas #g-mobilemenu-container ul {
    background: #303030;
}
.poms h3{
    text-align: center;
        color: #27b3a1;
     font-weight: 700;
}
.poms .page-header h2 {
    font-weight: 400;
    color: #27b3a1;
    text-align: center;
}
.poms #g-feature h4 {
    color: #27b3a1;
    text-align: center;
    font-weight: 700;
}
.poms .ikon-cont {
    display: inline-block;
        text-align: center;
        margin: 15px;
    max-width: 200px;
        vertical-align: top;
}
.poms .ikon-cont span {
    display: block;
    font-size: 1.6em;
    text-align: center;
}
.poms .ikon-cont img {
    max-width: 160px;
        margin-bottom: 20px;
}
.poms .poms-ikonok {
    text-align: center;
    background: #f9f9f9;
    padding: 2%;
}





@media screen and (max-width: 500px) {
.g-content {
    padding: 0;
}
#g-offcanvas .g-content.g-particle {
    padding: 1.5rem;
}
}




.flip-card {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front{
  position: relative;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-back {
  position: absolute;
top: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #f16522;
  color: white;
  transform: rotateY(180deg);
}
table, td {
	border: none; 
	}





