

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

header
{
	width: 100%;
	background: #242B32;
}

.navbar
{
	background-image: url("/images/rads-rays-big.png");
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:hover, 
.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:active
{
	color: #fff
}

footer
{
	position: absolute;
	bottom: 0;
	background: #242B32 url("/images/rads-rays-big.png");
	width: 100%;
	color: #fff;
	padding: 10px 0 0 0;
	margin-top: 10px;
	font-size: 100%;
}

footer a, footer a:hover
{
	color: #fff;
}

footer ul
{
	list-style-type: none;
	margin-left: 10px;
}

footer h3
{
	font-size: 120%;
}

#copyright
{
	width: 100%;
	font-size: 80%;
	padding: 5px;
	margin-top: 10px;
	background-color: #48535D;
}

/*
social
*/

.socialShare
{
	line-height: 24px;
}

.socialFollow
{
	padding: 6px;
	font-size: 14px !important;
	width: 25px;
	height: 25px;
	text-align: center;
	text-decoration: none !important;
	margin-right: 10px;
	margin-top: 5px;
}

.socialFollow:hover 
{
	opacity: 0.7;
}

.google
{
	background: #DC4637;
	color: white;
}

.whatsapp
{
	background: #34af23;
	color: white;
}

.email
{
	background: #86aace;
	color: white;
}

.twitter
{
	background: #55ACEE;
	color: white;
}

.facebook
{
	background: #3B5998;
	color: white;
}

.youtube
{
	background: #ff0000;
	color: white;
}

.instagram
{
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	color: white;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 20px 15px 0 !important;
}

code {
  font-size: 80%;
}


/* Rads START
-------------------------------------------------- */
/*
.rads-orange-bg{
	background-color: #FF9900 !important;
	
}
.rads-orange-bdr{
	border-color: #FF9900 !important;
	
	
}
.rads-orange-text{
	color: #FF9900 !important;
	}
*/

a.pagelink:link,
a.pagelink:visited,
a.pagelink:active,
a.pagelink:hover { color: #333333; text-decoration: none; }

/* Rads END
-------------------------------------------------- */


