
section{	
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
	padding-right: 1rem !important;
	padding-left: 1rem !important;
	width: 100% !important;
}

.company-logo{	
	padding-top: 0rem !important;
	padding-bottom: 0rem !important;
	padding-right: 0rem !important;
	padding-left: 0rem !important;
	width: 100% !important;
}
.notice{
        color: red;
        text-align: center;
	font-size: 30px;
}
.p-footer{
	background-color: #fcfcfc !important;
	padding-top: 0.1rem !important;
	padding-bottom: 0.5rem !important;
	float: bottom !important;
}
.p-footer-2{
   width:100% !important;
   height:60px !important;
   background:#6cf !important;
   float: bottom !important;
}
.p-footer_unused {
  position: relative;
  margin-top: -150px; /* negative value of footer height */
  height: 150px;
  clear:both;
  padding-top:20px;
} 

.private-container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
} 

.start-browse-btn {
	position: relative;
	float: right;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    font-size: 14px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;	
}

.start-browse-btn:hover{
    background-color: black;
}

.private-jp-bg-color{
	background-color: #d6d6d6;
} 

.private-modal-footer {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
} 

.form-inline {
  display: flex;
  align-items: center;
}

label {
  margin: 8px !important;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 5; /* Specify a stack order in case you're using a different order for other elements */
}

.x-loader {
  position: absolute;
  top: 50%;
  left: 48%;
}

.pfixed {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 3000;
}
.bg-dark {
  background-color: #5a6a7a;
  color: #c9d0d7;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
} 


/* The dropdown container */
.p-dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.p-dropdown .p-dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: grey;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.p-navbar a:hover, .p-dropdown:hover .p-dropbtn :hover{
  color: whute;	
  background-color: inherit;
}

/* Dropdown content (hidden by default) */
.p-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.p-dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.p-dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.p-dropdown:hover .p-dropdown-content {
  display: block;
}

.p-breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.p-breadcrumb-item + .p-breadcrumb-item {
  padding-left: 0.5rem;
}

.p-breadcrumb-item + .p-breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: ">";
}

.p-breadcrumb-item + .p-breadcrumb-item:hover::before {
  text-decoration: underline;
}

.p-breadcrumb-item + .p-breadcrumb-item:hover::before {
  text-decoration: none;
}

.p-breadcrumb-item.active {
  color: #6c757d;
}
 
.img-faq {
  width: 24px !important;
  height: auto !important;
  vertical-align: middle !important;
}
 
.img-wrapper {
  position: relative;
 }

.img-responsive {
  width: 100% !important;
  height: auto !important;
  padding-top: 50px !important;
}

.img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.img-overlay:before {
  content: ' ';
  display: block;
  height: 80%;  
}

.btn-responsive {
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 6px;
}

@media (max-width:760px) { 
    .btn-responsive {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }
}

.portal-button {
	float: right;
	margin-right: 6rem;
	font-weight: bold;
}

#imaginary_container{    
}
.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}

.modal-message .modal-body, 
.modal-message .modal-footer, 
.modal-message .modal-header, 
.modal-message .modal-title {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0 20px;
    text-align: center !important;
}
.modal-message .modal-body {
    color: #737373;
}
.modal-message .modal-header {
    color: #fff;
    margin-bottom: 10px;
    padding: 15px 0 8px;
}
.modal-message .modal-header .fa, 
.modal-message .modal-header .glyphicon, 
.modal-message .modal-header .typcn, 
.modal-message .modal-header .wi {
    font-size: 30px;
}
.modal-message .modal-footer {
    margin: 25px 0 20px;
    padding-bottom: 10px;
}
.modal-message .modal-title {
	font-size: 18px !important;
}
.modal-message .modal-success .modal-header {
    color: #53a93f !important;	
    border-bottom: 3px solid #a0d468;
}
.modal-message.modal-warning .modal-header {
    color: #f4b400;
    border-bottom: 3px solid #ffce55;
}

.option-list-hint {
	color: #FF0000;
	background-color: #BACDFC;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
} 

.modal.fade {
	z-index: 9999 !important;
}

.g-recaptcha {
  margin: 0 auto;
  width: 304px;
}
/*

*/
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.p-btn {
  padding: 3px 6px !important;
  font-size: 12px !important;
}

.p-card-body {
  padding: 0.5rem !important;
}
.p-bg-info {
	background-color: #BCDDFD !important;
}
.p-bg-warning {
	background-color: #DBEDFE !important;
}

.icon16x16 {
	width: 24px;
	height: 20px;
	padding: 2px 4px;
	border: 0px;
}
/*
select option:first-child{
  color: green !important;
}
select:invalid {
  color: red !important;
}
*/

/* [EC] [s] copy from bootstrap v4.3.1 */
/*
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
 
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
 
.float-left {
  float: left !important;
}
*/
.float-right {
  float: right !important;
}
/*
.float-none {
  float: none !important;
} 
*/
/* [EC] [e] copy from bootstrap v4.3.1 */


/*
    @import url("http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,400italic");
    @import url("//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css");
	
    body {
		padding: 60px 0px;
		background-color: rgb(220, 220, 220);
	}
*/  
.event-list {
	list-style: none;
	font-family: 'Lato', sans-serif;
	margin: 0px;
	padding: 0px;
}
.event-list a {
	text-decoration: none;
}
.event-list > li {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 5px rgb(51, 51, 51);
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
	padding: 0px;
	margin: 0px 0px 20px;
}
.event-list > li > time {
	display: inline-block;
	width: 100%;
	color: rgb(255, 255, 255);
	background-color: rgb(197, 44, 102);
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}
.event-list > li:nth-child(even) > time {
	background-color: rgb(165, 82, 167);
}
.event-list > li > time > span {
	display: none;
}
.event-list > li > time > .day {
	display: block;
	font-size: 56pt;
	font-weight: 100;
	line-height: 1;
}
.event-list > li time > .month {
	display: block;
	font-size: 24pt;
	font-weight: 900;
	line-height: 1;
}
.event-list > li > img {
	width: 100%;
}
.event-list > li > .info {
	padding-top: 5px;
	/*padding-right: 0px;*/
	text-align: center;
}
.event-list > li > .info > .title {
	font-size: 15pt;	/* 17pt; */
	font-weight: 700;
	/*margin: 0px;*/
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.event-list > li > .info > .desc {
	font-size: 11pt;	/* 13pt; */
	font-weight: 300;
	/*margin: 0px;*/
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.event-list > li > .info > ul,
.event-list > li > .social > ul {
	display: table;
	list-style: none;
	margin: 10px 0px 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
.event-list > li > .social > ul {
	margin: 0px;
}
.event-list > li > .info > ul > li,
.event-list > li > .social > ul > li {
	display: table-cell;
	cursor: pointer;
	color: rgb(30, 30, 30);
	font-size: 11pt;
	font-weight: 300;
       padding: 3px 0px;
}
   .event-list > li > .info > ul > li > a {
	display: block;
	width: 100%;
	color: rgb(30, 30, 30);
	text-decoration: none;
} 
   .event-list > li > .social > ul > li {    
       padding: 0px;
   }
   .event-list > li > .social > ul > li > a {
       padding: 3px 0px;
} 
.event-list > li > .info > ul > li:hover,
.event-list > li > .social > ul > li:hover {
	color: rgb(30, 30, 30);
	background-color: rgb(200, 200, 200);
}
.facebook a,
.twitter a,
.google-plus a {
	display: block;
	width: 100%;
	color: rgb(75, 110, 168) !important;
}
.twitter a {
	color: rgb(79, 213, 248) !important;
}
.google-plus a {
	color: rgb(221, 75, 57) !important;
}
.facebook:hover a {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(75, 110, 168) !important;
}
.twitter:hover a {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(79, 213, 248) !important;
}
.google-plus:hover a {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(221, 75, 57) !important;
}

@media (min-width: 768px) {
	.event-list > li {
		position: relative;
		display: block;
		min-height: 120px;
		width: 100%;
		height: auto;	/*120px;*/
		padding: 0px;
	}
	.event-list > li > time,
	.event-list > li > img  {
		display: inline-block;
	}
	.event-list > li > time,
	.event-list > li > img {
		width: 120px;
		float: left;
	}
	.event-list > li > .info {
		background-color: rgb(245, 245, 245);
		overflow: hidden;
	}
	.event-list > li > time,
	.event-list > li > img {
		width: 120px;
		height: 120px;
		padding: 0px;
		margin: 0px;
	}
	.event-list > li > .info {
		position: relative;
		min-height: 120px;
		height: auto;	/*120px;*/
		text-align: left;
		padding-right: 40px;
	}	
	.event-list > li > .info > .title, 
	.event-list > li > .info > .desc {
		padding: 0px 10px;
	}
	.event-list > li > .info > ul {
		position: absolute;
		left: 0px;
		bottom: 0px;
	}
	.event-list > li > .social {
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;
		width: 40px;
	}
       .event-list > li > .social > ul {
           border-left: 1px solid rgb(230, 230, 230);
       }
	.event-list > li > .social > ul > li {			
		display: block;
           padding: 0px;
	}
	.event-list > li > .social > ul > li > a {
		display: block;
		width: 40px;
		padding: 10px 0px 9px;
	}
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}

/*
	RSS feeds
*/	
#XfeedBody {
  /*border: 1px solid THreeDShadow;*/
  padding: 3em;
  padding-inline-start: 30px;
  margin: 2em auto;
  /*height: 200px auto;/*300px;*/
  height: 400px;
  width: 100%;
  /*background: -moz-Field;*/
}

.feedBody {
  /*border: 1px solid THreeDShadow;*/
  /*padding: 3em;*/
  padding-inline-start: .6em;/*5px;*//*30px;*/
  margin: 2em auto;
  /*height: 200px auto;/*300px;*/
  height: 400px;
  width: 100%;
  /*background: -moz-Field;*/
}
 
#XfeedTitleLink {
  float: right;
  margin-inline-start: .6em;
  margin-inline-end: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.feedTitleLink {
  float: right;
  margin-inline-start: .6em;
  margin-inline-end: 0;
  margin-top: 0;
  margin-bottom: 0;
}

#XfeedBody > a[href] img {
  border: none;
} 

.feedBody > a[href] img {
  border: none;
} 

#feedTitleContainer {
  margin-inline-start: 0;
  margin-inline-end: .6em;
  margin-top: 0;
  margin-bottom: 0;
}

.feedTitleContainer {
  margin-inline-start: 0;
  margin-inline-end: .6em;
  margin-top: 0;
  margin-bottom: 0;
}

#XfeedTitleImage {
  margin-inline-start: .6em;
  margin-inline-end: 0;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 300px;
  max-height: 150px;
}

.feedTitleImage {
  margin-inline-start: .6em;
  margin-inline-end: 0;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 150px;/*300px;*/
  max-height: 150px;
}

.feedEntryContent {
  font-size: 110%;
} 

.lastUpdated {
  font-size: 75%;
  font-weight: normal;
}
 
.enclosures {
  border: 1px solid THreeDShadow;
  padding: 1em;
  margin: 1em auto;
  background: -moz-Dialog;
}

.enclosure {
  vertical-align: middle;
  margin-left: 2px;
} 

#XfeedTitleContainer > h1 {
  font-size: 160%;
  font-weight: bold;
  border-bottom: 2px solid ThreeDLightShadow;
  margin: 0 0 .2em 0;
} 

.feedTitleContainer > h1 {
  font-size: 160%;
  font-weight: bold;
  border-bottom: 2px solid ThreeDLightShadow;
  margin: 0 0 .2em 0;
} 

#XfeedTitleContainer > h2 {
  color: GrayText;
  font-size: 110%;
  font-weight: normal;
  margin: 0 0 .6em 0;
} 

.feedTitleContainer > h2 {
  color: GrayText;
  font-size: 110%;
  font-weight: normal;
  margin: 0 0 .6em 0;
} 

.entry > h3 {
  font-weight: bold;
  font-size: 110%;
  margin: 0 0 .6em 0;
} 
.entry > h3 > .title1 {
  color: #337ab7;
  text-decoration: none;
} 
.entry > h3 > .title2 {
  color: #D85326;
  text-decoration: none;
}
.scrollable-panel{
    height:600px;
	/*max-height: 600px;*/
    overflow-y:scroll;
    width:100%;
	margin-top: 1em;
}
.error-panel{
    width:100%;
	margin-top: 1em;
}
.feed-error > h1 {
  font-size: 120% !important;
  font-weight: normal !important;
  /*border-bottom: 2px solid ThreeDLightShadow;*/
  /*margin: 0 0 .2em 0;*/
  color: #EE3C66 !important;
  /*text-decoration: none !important;*/
}
.iframe_c{
	margin-left: 10px;
}

.rss-action-icon {
	padding: 0.5em 0.5em;	/* top right bottom(=top) left(=right) */
}

/* Checkbox and Radio buttons */

.my-form-group input[type="radio"],
.my-form-group input[type="checkbox"]{
	display: none;
}

.my-form-group input[type="checkbox"] + .btn-group > label,
.my-form-group input[type="radio"] + .btn-group > label{
	white-space: normal;
}

.my-form-group input[type="checkbox"] + .btn-group > label.btn-default,
.my-form-group input[type="radio"] + .btn-group > label.btn-default{
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.my-form-group input[type="checkbox"] + .btn-group > label.btn-primary,
.my-form-group input[type="radio"] + .btn-group > label.btn-primary{
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
}
.my-form-group input[type="checkbox"] + .btn-group > label.btn-success,
.my-form-group input[type="radio"] + .btn-group > label.btn-success{
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.my-form-group input[type="checkbox"] + .btn-group > label.btn-info,
.my-form-group input[type="radio"] + .btn-group > label.btn-info{
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.my-form-group input[type="checkbox"] + .btn-group > label.btn-warning,
.my-form-group input[type="radio"] + .btn-group > label.btn-warning{
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.my-form-group input[type="checkbox"] + .btn-group > label.btn-danger,
.my-form-group input[type="radio"] + .btn-group > label.btn-danger{
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.my-form-group input[type="checkbox"] + .btn-group > label.btn-link,
.my-form-group input[type="radio"] + .btn-group > label.btn-link {
	font-weight: normal;
	color: #428bca;
	border-radius: 0;
}

.my-form-group input[type="radio"] + .btn-group > label span:first-child,
.my-form-group input[type="checkbox"] + .btn-group > label span:first-child{
	display: none;
}

.my-form-group input[type="radio"] + .btn-group > label span:first-child + span,
.my-form-group input[type="checkbox"] + .btn-group > label span:first-child + span{
	display: inline-block;
}

.my-form-group input[type="radio"]:checked + .btn-group > label span:first-child,
.my-form-group input[type="checkbox"]:checked + .btn-group > label span:first-child{
	display: inline-block;
}

.my-form-group input[type="radio"]:checked + .btn-group > label span:first-child + span,
.my-form-group input[type="checkbox"]:checked + .btn-group > label span:first-child + span{
	display: none;  
}

.my-form-group input[type="checkbox"] + .btn-group > label span[class*="fa-"],
.my-form-group input[type="radio"] + .btn-group > label span[class*="fa-"]{
	width: 15px;
	float: left;
	margin: 4px 0 2px -2px;
}

.my-form-group input[type="checkbox"] + .btn-group > label span.content,
.my-form-group input[type="radio"] + .btn-group > label span.content{
	margin-left: 10px;
}
.my-form-group .btn{
	padding: 4px 8px !important;
}
/* End::Checkbox and Radio buttons */

.category-filter{
	font-weight: bold;
	font-size: 110%
}

/* Start:: Funky Radio/Checkbox Buttons V2.0 */
.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 95%;
  padding-right: 1em;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 1.75em;/*2.5em;*/
  text-indent: 2.5em;/*3.25em;*/
  margin-top: 1em;/*2em;*/
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 1.5em;/*2.5em;*/
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .4em;/*.9em;*/
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .4em;/*.9em;*/
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}
/* End:: Funky Radio/Checkbox Buttons V2.0 */

.flash-button{
	background:#E02F2F;/*blue;*/
	padding:1px 8px;
	margin-left: 10px;
	color:#fff;
	border:none;
	border-radius:15px;	
	animation-name: flash;
	animation-duration: 2s;/*1s;*/
	animation-timing-function: linear;
	animation-iteration-count: infinite;

	//Firefox 1+
	-webkit-animation-name: flash;
	-webkit-animation-duration: 2s;/*1s;*/
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;

	//Safari 3-4
	-moz-animation-name: flash;
	-moz-animation-duration: 2s;/*1s;*/
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
}

@keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

//Firefox 1+
@-webkit-keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

//Safari 3-4
@-moz-keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

.nav-selected-tag {
	color:white!important;
}

.cat-tags{color:#48453d; margin-top:30px; overflow:hidden;}
/*.block-title{color: #48453d; margin-bottom:0px; font-size:18px; margin-top: 0px; font-weight:700; text-transform:uppercase;}*/
/*.tags-content-block{padding:20px; border-top:2px solid #f6f6f2; background-color:#FFF; display:block;}*/
.tags-content-block{padding:1px; border-top:1px; display:block;}
.tags p{
	background-color:#D6CEA2;/*#756f5d;*/
	padding:10px; 
	/*color:#fff; */
	display:inline-block; 
	font-size:12px; 
	/*text-transform:uppercase; */
	line-height:1px; 
	border-radius:16px; 
	margin-bottom:5px; 
	margin-right:3px; 
	text-decoration:none;
}
.tags a:hover{background-color:#a38018;}
.my-navbar-brand{color:#FFFFFF!important;font-size:24px;}
.btn-quick{font-weight:bold; font-size:16px;}
.faq-q{font-weight:bolder!important; font-size:20px!important;}

/* Start:: */
/*
.xnav.xnav-justified > li > a { position: relative; }
.xnav.xnav-justified > li > a:hover,
.xnav.xnav-justified > li > a:focus { background-color: transparent; }
.xnav.xnav-justified > li > a > .quote {
    position: absolute;
    left: 0px;
    top: 0;
    opacity: 0;
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: #13c0ba;
    border-radius: 15px;
    color: #fff;  
}
.xnav.xnav-justified > li > a.active > .quote { opacity: 1; }
.xnav.xnav-justified > li > a > img { box-shadow: 0 0 0 5px #13c0ba; }
.xnav.xnav-justified > li > a > img { 
    max-width: 100%; 
    opacity: .3; 
    -webkit-transform: scale(.8,.8);
            transform: scale(.8,.8);
    -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.xnav.xnav-justified > li > a.active > img,
.xnav.xnav-justified > li:hover > a > img,
.xnav.xnav-justified > li:focus > a > img { 
    opacity: 1; 
    -webkit-transform: none;
            transform: none;
    -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.xtab-pane .xtab-inner { padding: 30px 0 20px; }
.rounded-circle{border-radius:50%!important}
@media (min-width: 768px) {
    .xnav.xnav-justified > li > a > .quote {
        left: auto;
        top: auto;
        right: 20px;
        bottom: 0px;
    }  
}
*/

/* End:: */
