@charset "utf-8";

	dl.tabs {
		position:relative;
	}
		dl.tabs dt {
			background:#e0e0e0;
			padding:8px 10px;
			border:none;
			color:#333;
			float:left;
			padding:7px 9px 8px 9px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			font-weight:bold;
			margin:0 3px 0 0;	
			text-transform:uppercase;
		}
			
		dl.tabs dd {
			background: #fff none repeat scroll 0 0;
			border-color: #6db33f;
			border-image: linear-gradient(270deg, rgba(8, 97, 150, 0.7) 0px, rgba(76, 181, 200, 0.72) 100%) 1 1 1 1;
			border-style: solid;
			border-width: 3px;
			height: auto;
			opacity: 0.86;
			padding:30px 20px;
			width:100%
		}
					
		/* if JS is ACTIVATED, enable new style to dl.tabs */
		dl.tabs.enabled {
			height:332px;
		}
		dl.tabs.enabled dt {
			background: none;
			color: #000;
			cursor: pointer;
			border: 1px solid #000;
			border-radius: 50%;
			margin-left: 190px;
		}
			dl.tabs.enabled dt:hover {
				color:#034171;
				border: 1px solid #034171;
			}
		dl.tabs.enabled dt.active {
			background: none;
			border: 1px solid #20c2df!important;
			border:none;
			color:#20c2df;
			cursor:default;
			border-radius: 50%;
		}
			dl.tabs.enabled dd {
				position:absolute;
				top:86px;
				left:0;
				margin:0;
				z-index:1;
				clear:none;
			}
			dl.tabs.enabled dd.active {
				z-index:3;
			}


.itemdiv .fa {
    font-size: 35px;
	padding: 5px;
}

i.fa.fa-facebook {
    padding-left: 11px;
    padding-right: 11px;
}