
body a {
	color:#56006f; 
}
body a:hover, body a:focus {
	text-decoration:underline;
}
.box2 a {
	color:#56006f;
}
/******* HEADER ******/ 
/**** HEADER top links ******/
@media only all and (min-width: 76rem)
{
.rv-header #g-navigation .g-grid .moduletable ul {
	margin-top:0px;
	text-align:center; 
}

.rv-header #g-navigation .g-grid .moduletable ul li {
	border:1px solid #56006f;
	border-radius: 0px 0px 5px 5px; 
	width: 120px;
	padding: 5px 15px;
}
}
/******* HEADER MENU******/
@media only all and (min-width: 76rem)  {
	/*** TOP ***/
.topmenu .g-content{
	margin:0;
	padding:0;
}
.topmenu .g-main-nav ul {
	border: 1px solid;
	box-sizing: border-box;
	display: flex;
	margin:0;
	padding:0; 
}
#g-navigation .g-grid .topmenu .g-main-nav ul li {
	line-height: 2.5;
	width: 20%;
	text-align: center;
	margin: 0px;
	border-left: 1px solid;
	text-transform: uppercase;

}
}
/**** footer menu *****/
@media only all and (min-width: 76rem)
{
#g-bottom.fp-bottom {
	padding:0; 
	margin:0;
	background:#fff;
}
#g-bottom #rv-footer-menu .g-content.g-particle
{
	margin:0;
	padding:0;
}
#g-bottom #rv-footer-menu .g-main-nav ul 
{
	border: 1px solid #56006f;
	box-sizing: border-box;
	display: flex;
	margin:0;
	padding:0;
}
#g-bottom .g-grid #rv-footer-menu .g-main-nav ul li{
	line-height: 2.5;
	width: 20%;
	text-align: center;
	margin: 0px;
	border-left: 1px solid #56006f;
	text-transform: uppercase;
}
#g-bottom .g-grid #rv-footer-menu .g-main-nav ul li:first-of-type{
	border-left:none;
}
#g-bottom .g-grid #rv-footer-menu .g-main-nav ul li a span {
	position:relative; 
	bottom:1px;
}
}
/****** BREADCRUMBS *****/ 
#g-above.g-default-above {
	text-align:center; 
	margin:0; 
	padding:0;
}
#g-above.g-default-above .g-content {
	margin-top: 10px;
	padding: 0;
	margin-bottom: 0px;
}
ul.breadcrumb {
	margin: 0;
	background: #fff;
	text-transform: uppercase;
}


/****** SINGLE PAGE *****/ 
#g-mainbar .g-content {
	margin-top:0px;
	padding-top:0px; 
}
.page-header h1 {
	display:none; 
}
.page-header h1[itemprop="headline"] {
	display:block; 
	text-align: center;
	color: #fff;
	background: #75d0f5; /* Old browsers */
background: -moz-linear-gradient(left, #75d0f5 0%, #18b4f0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #75d0f5 0%,#18b4f0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #75d0f5 0%,#18b4f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
border: 2px solid #ebebeb;
	box-shadow: 3px 3px 3px #000; 
	border-radius:7px; 
	font-size: 1.5em;
	margin: 20px auto;
}
/********** CIP Kontakt forma *******/ 
/********* CIP FOOTER *******/
.raj-apr {
background:#8dd7f7;
}
.rv-footer-social {
	background:#e8e8e8;
}
.rv-footer-social .fa-facebook-square {
	color:#3c5a98; 
}
.rv-footer-social .fa-instagram {
	color:#d01399;
}
.rv-footer-social .fa-linkedin-square {
	color:#007fb2;
}
.rv-footer-social .fa-share-alt-square {
	color:#008751;
}
.rv-btt-btn i {
	top:75px;
	color:#e8e8e8; 
	position:relative;
}
/********** HOME WATER CIRCLE PHONE MAIL ADDRESS ******/ 
.rv-circle .g-content
{
	position: relative;
	top: 80%;
	left: 48%;
	transform: translate(-50%, -50%) scale(1.6);
	width: 150px;
	height: 150px;
	border: 5px solid #fff;
	box-shadow: 0 0 0 5px #4973ff;
	border-radius: 50%;
	overflow: hidden;
	padding:0;
}
.rv-wave
{
	position: relative;
	width: 100%;
	height: 100%;
	background: #4973ff;
	border-radius: 50%;
}
.rv-circle .rv-wave a {
	z-index: 9999;
	position: relative;
	color: #bebebe;
	top: 30%;
	font-size:0.8em; 
}
.rv-wave:before,
.rv-wave:after
{
	content: '';
	position: absolute;
	width: 200%;
	height: 200%;
	top: 0;
	left: 50%;
	transform: translate(-50%,-75%);
	background: #000;
}
.rv-wave:before
{
	border-radius: 45%;
	background: rgba(255,255,255,1);
	animation: animate 10s linear infinite;
}
.rv-wave:after
{
	border-radius: 40%;
	background: rgba(255,255,255,.5);
	animation: animate 5s linear infinite;
}
@keyframes animate
{
	0%
	{
		transform: translate(-50%,-70%) rotate(0deg);
	}
	100%
	{
		transform: translate(-50%,-75%) rotate(360deg);
	}
}