@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
@import url(https://fonts.googleapis.com/css?family=Muli);
@import url(https://fonts.googleapis.com/css?family=Gloria+Hallelujah);


/*		STYLES
-------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	text-transform:uppercase;
	line-height:120%;
	color:#333;
}
h1 {
	font-weight:300;
	font-size:50px;
}
h2 {
	font-size:40px;
	font-weight:700;
}
h3 {
	font-size:30px;
	font-weight:700;
}
h4 {
	font-size:25px;
	font-weight:300;
}
h5 {
	font-size:18px;
	font-weight:700;
}
h6 {
	font-size:18px;
	font-weight:300;
}
p {
	font-family: 'Muli', sans-serif;
	font-size:18px;
	font-weight:400;
	font-style:normal;
	line-height:25px;
	color:#333;
}
a {
	transition:All 0.2s ease-in-out;
	-webkit-transition:All 0.2s ease-in-out;
	-moz-transition:All 0.2s ease-in-out;
	-o-transition:All 0.2s ease-in-out;
}
.hide {
	display:none;
}


/*		GENERAL
-------------------------------------------*/

.smooth {
	transition:All 0.1s ease-in-out;
	-webkit-transition:All 0.1s ease-in-out;
	-moz-transition:All 0.1s ease-in-out;
	-o-transition:All 0.1s ease-in-out;
}



/*		NAV
-------------------------------------------*/

#navWrap {
	background:url(../images/menu-bg.jpg) repeat-x;
	width:100%;
	height:100px;
	border-bottom: 2px solid #ffeb00;
	margin:0;
}
.nav {
	height:80px;
}
.nav img {
	background:none !important;
}
.logo {
	background:url(../images/logo.png) top;
	width:85px;
	height:62px;
	display:inherit;
	margin:10px 0 0 123px;
}
.logo:hover {
	background:url(../images/logo.png) bottom;
}
img.mascot {
	margin-top:-5px;
	float:right;
}
.navbox {
	background:url(../images/menu-circle.png);
	width:270px;
	height:132px;
	margin-top:-10px;
	position:absolute;
}
.navbox img {
	margin-top:10px;
}
#trigger-overlay {
	width:100px;
	cursor:pointer;
	margin:-10px 0 0 20px;
	float:left;
}
#trigger-overlay:hover { 
	transform: translate(5px, 0px);
	-webkit-transform: translate(5px, 0px);
	-moz-transform: translate(5px, 0px);
	-o-transform: translate(5px, 0px);
	-ms-transform: translate(5px, 0px);
}
#trigger-overlay:active {
	transform:rotate(330deg);
	-webkit-transform:rotate(330deg);
	-moz-transform:rotate(330deg);
	-o-transform:rotate(330deg);
	-ms-transform:rotate(330deg);
}
.overlay {
	background: rgba(153,204,51,0.9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index:9999;
	position: fixed;
}
/* Overlay closing cross */
.overlay .overlay-close {
	background:url(../images/cross.png) no-repeat center center;
	width: 58px;
	height: 58px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}
.overlay .overlay-close:hover {
	opacity:0.7;
}
/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
}
.overlay ul li a {
	display: inline-block;
	height: 100%;
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #e3fcb1;
}
/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}
.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}
@media screen and (max-height: 30.5em) {
.overlay nav {
	height: 70%;
	font-size: 34px;
}
.overlay nav h1 {
	font-size:40px;
}
.overlay ul li {
	min-height: 34px;
}
}


/*		MAIN
-------------------------------------------*/

.sub-menu {
	background:url(../images/top-green-gradient.png) repeat-x;
	width:100%;
	height:60px;
}
.announcementWrap {
	background:url(../images/section-bg.png) top center;
	background-color:#8eb618;
	width:100%;
	margin:0; padding:0;
}
.announcementWrap section {
	border:4px solid #4a7e12;
	overflow:hidden;
}
.video-corner {
	background:url(../images/video-corner.png);
	width:255px;
	height:255px;
	position:absolute;
}
.intro {
	position:absolute;
}
.intro-container {
	width:90%;
	height:auto;
	margin:0 auto;
	padding:5%;
}
.intro-container p {
	font-family: 'Gloria Hallelujah', cursive;
	color:#f5f5f5;
}
.intro-container a {
	color:#4a7e12;
}
.intro-container a:hover {
	color:#f5f5f5;
}
.scrollOption {
	background:#e5e5e5;
	width:65px;
	height:105px;
	right:0;
	bottom:50px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}
.scrollOption:hover {
	opacity:0.8;
}
.arrowTop {
	background:url(../images/arrow-top.png);
	margin-top:5px;
}
.arrowBottom {
	background:url(../images/arrow-bottom.png);
	margin-top:15px;
}
.arrowTop, .arrowBottom {
	width:40px;
	height:40px;
	display:inherit;
	opacity:0.4;
	margin-left:10px;
}
.arrowTop:hover, .arrowBottom:hover {
	opacity:1.0;
}
.scheduleWrap img {
	border:2px solid #f5f5f5;
	margin-bottom:10px;
}
.scheduleWrap p {
	text-align:center;
}
.scheduleDay h1 {
	margin-bottom:10px;
}
.aWrap {	/* SUNDAY */
	background:url(../images/groupA.jpg) center center no-repeat;
	background-color:#3e8fcd;
}
.bWrap {
	background:url(../images/groupB.jpg) center center no-repeat;
	background-color:#eab900;
}
.cWrap {
	background:url(../images/groupC.jpg) center center no-repeat;
	background-color:#0db24c;
}
.dWrap {
	background:url(../images/groupD.jpg) center center no-repeat;
	background-color:#db2033;
}
.eWrap {
	background:url(../images/groupE.jpg) center center no-repeat;
	background-color:#3e8fcd;
}
.fWrap {
	background:url(../images/groupF.jpg) center center no-repeat;
	background-color:#eab900;
}
.gWrap {
	background:url(../images/groupG.jpg) center center no-repeat;
	background-color:#0db24c;
}
.aWrap, .bWrap, .cWrap, .dWrap,
.eWrap, .fWrap, .gWrap {
	width:100%;
	height:auto;
	padding:30px 0;
}
.bindBox {
	margin:0 auto;
}
.flag {
	height:auto;
	float:left;
}
.vs {
	text-align:center;
	float:left;
}
.details {
	clear:both;
}
.flag p, .vs h3, .details p {
	color:#f5f5f5 !important;
}


/*		CALENDAR
-------------------------------------------*/

.calendarWrap {
	background:#ddd;
	width:100%;
	border-top:4px solid #4a7e12;
	box-shadow:inset 0px 3px 5px #333;
}
.calendar, .schedule {
	width:96%;
	margin:0 2%;
}
.calendar table {
	width:98%;
	height:70px;
	border:1px solid #333;
	border-radius:5px;
	text-align:center;
	padding:0 1%;
}
.calendar td {
	width:14.28%;
	border-right:1px solid #555;
}
.calendar .noborder {
	border-right:none;
}
.calendarWrap nav a {
	display:inline-block;
	outline:none;
	position:relative;
}
.calendarWrap nav a:hover,
.calendarWrap nav a:focus {
	outline:none;
}
/* circle */
.calendar a::before,
.calendar a::after {
	width: 70px;
	height: 70px;
	top: 50%;
	left: 50%;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	content: '';
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transform: translateX(-50%) translateY(-50%) scale(0.2);
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	opacity: 0;
	position: absolute;
}
.calendar a::after {
	width: 80px;
	height: 80px;
	border-width: 6px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
	transform: translateX(-50%) translateY(-50%) scale(0.8);
}
.calendar a:hover::before,
.calendar a:hover::after,
.calendar a:focus::before,
.calendar a:focus::after {
	transform: translateX(-50%) translateY(-50%) scale(1);
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	opacity: 1;
}
.calendarWrap .schedule {
	text-align:center;
	margin-top:20px;
}
.calendarWrap .schedule a {
	background:#333;
	color:#f5f5f5;
	border-radius:3px;
	padding:5px 10px;
}
.calendarWrap .schedule a:hover {
	opacity:0.8;
}


/*		ABOUT PAGE
-------------------------------------------*/

.aboutWrap {
	background:url(../images/about-bg.png) top center repeat-x;
	width:100%;
	padding-top:100px;
}
.aboutContainer img {
	width:250px;
	height:250px;
	text-align:center;
	border:4px solid #fff;
	border-radius:100%;
	display:block;
	margin:0 auto 20px auto;
}
.aboutContainer p {
	margin-bottom:20px;
}
.social {
	width:150px;
	height:40px;
	clear:both;
	margin:0 auto 50px auto;
}
.social .email {
	background:url(../images/social-email.png) bottom;
	margin-right:0 !important;
}
.social .email:hover {
	background:url(../images/social-email.png) top;
}
.social .instagram {
	background:url(../images/social-instagram.png) bottom;
}
.social .instagram:hover {
	background:url(../images/social-instagram.png) top;
}
.social .twitter {
	background:url(../images/social-twitter.png) bottom;
}
.social .twitter:hover {
	background:url(../images/social-twitter.png) top;
}
.social .email, .social .instagram, .social .twitter {
	width:40px;
	height:40px;
	margin-right:15px;
	float:left;
}



/*		FULL GROUP SCHEDULES
-------------------------------------------*/

.groupTopWrap {
	background:#cbeaf9;
	width:100%;
	box-shadow:inset 0px 2px 4px #555;
	border-bottom: 2px solid #ddd;
	padding:30px 0;
}
.groupTopWrap h1 {
	text-align:center;
}
#groupTop {
	margin:0 auto;
}
#groupTop p {
	display:none;
}
#groupTop a {
	width:21%;
	margin:20px 2% 0 2%;
	float:left;
}
#groupTop h3 {
	background:#4a7312;
	text-align:center;
	color:#f5f5f5;
	border: 2px solid #8eb616;
	border-radius:4px;
	padding:3px 0;
}
#groupTop h3:hover {
	background:#fee203;
	color:#4a7312;
}
.fullSchedWrap {
	width:100%;
}
.fullSchedContainer {
	margin:0 auto;
	padding:50px 0;
}
.groupWrap {
	margin-bottom:30px;
}
.titleNav {
	background:#333;
	height:30px;
	margin-bottom:25px;
}
a.navButton {
	background:url(../images/arrow-small.png) bottom;
	width:30px;
	height:30px;
	margin-top:-33px;
	float:right;
}
a.navButton:hover {
	background:url(../images/arrow-small.png) top;
}
.titleNav h4 {
	color:#f5f5f5;
	margin-top:3px;
}
.dropdown-a, .dropdown-e {
	margin:32px 0 0 26px;
}
.dropdown-b, .dropdown-f {
	margin:32px 0 0 276px;
}
.dropdown-c, .dropdown-g {
	margin:32px 0 0 526px;
}
.dropdown-d, .dropdown-h {
	margin:32px 0 0 776px;
}
.secondGroup {
	width:100%;
}


/*		FULL GROUP STANDINGS
-------------------------------------------*/

a.top-groupa {
	background:url(../images/top-groupA.png) top;
}
a.top-groupa:hover {
	background:url(../images/top-groupA.png) bottom;
}
a.top-groupb {
	background:url(../images/top-groupB.png) top;
}
a.top-groupb:hover {
	background:url(../images/top-groupB.png) bottom;
}
a.top-groupc {
	background:url(../images/top-groupC.png) top;
}
a.top-groupc:hover {
	background:url(../images/top-groupC.png) bottom;
}
a.top-groupd {
	background:url(../images/top-groupD.png) top;
}
a.top-groupd:hover {
	background:url(../images/top-groupD.png) bottom;
}
a.top-groupe {
	background:url(../images/top-groupE.png) top;
}
a.top-groupe:hover {
	background:url(../images/top-groupE.png) bottom;
}
a.top-groupf {
	background:url(../images/top-groupF.png) top;
}
a.top-groupf:hover {
	background:url(../images/top-groupF.png) bottom;
}
a.top-groupg {
	background:url(../images/top-groupG.png) top;
}
a.top-groupg:hover {
	background:url(../images/top-groupG.png) bottom;
}
a.top-grouph {
	background:url(../images/top-groupH.png) top;
}
a.top-grouph:hover {
	background:url(../images/top-groupH.png) bottom;
}
a.top-groupa, a.top-groupb, a.top-groupc, a.top-groupd,
a.top-groupe, a.top-groupf, a.top-groupg, a.top-grouph {
	width:38px;
	height:38px;
	margin:-50px 20px 0 0;
	float:right;
}


/*		GROUPS
-------------------------------------------*/

.groupa span p, .groupa .extras h5 {
	background:#42b0cf;
}
.groupa h5 {
	color:#42b0cf;
}
.groupb span p, .groupb .extras h5 {
	background:#c13733;
}
.groupb h5 {
	color:#c13733;
}
.groupc span p, .groupc .extras h5 {
	background:#1b4001;
}
.groupc h5 {
	color:#1b4001;
}
.groupd span p, .groupd .extras h5 {
	background:#235978;
}
.groupd h5 {
	color:#235978;
}
.groupe span p, .groupe .extras h5 {
	background:#618c35;
}
.groupe h5 {
	color:#618c35;
}
.groupf span p, .groupf .extras h5 {
	background:#511517;
}
.groupf h5 {
	color:#511517;
}
.groupg span p, .groupg .extras h5 {
	background:#ff390c;
}
.groupg h5 {
	color:#ff390c;
}
.grouph span p, .grouph .extras h5 {
	background:#bb5815;
}
.grouph h5 {
	color:#bb5815;
}


/*		COUNTRIES + TEAMS
-------------------------------------------*/

.mainTeamWrap {
	width:100%;
	padding:40px 0;
}
.teamContainer .flag img {
	border:2px solid #eee;
	border-radius:4px;
}
.teamContainer .flag p {
	display:none;
}
.teamContainer span p {
	color:#f5f5f5;
	display:inherit;
	padding:5px 10px;
}
.squad {
	padding:20px 0;
}
.squad p {
	font-size:15px;
}
.squad table {
	width:100%;
	margin-top:15px;
}
.squad tr:hover {
	background:#f5f5f5;
}
td.number {
	width:10%;
}
td.player {
	width:60%;
}
td.club {
	width:30%;
}
td.tableKey {
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
.extras {
	width:100%;
	height:auto;
}
.extras h5 {
	color:#f5f5f5;
	margin-bottom:20px;
	padding:5px 10px;
}
.topScore table {
	width:100%;
}
.topScore tr:hover {
	background:#f5f5f5;
}
.topScore tr.topLine:hover {
	background:none;
}
.topScore tr.topLine td {
	border-bottom:1px solid #ccc;
}
.topScore tr.topLine p {
	font-weight:bold;
	text-transform:uppercase;
}
.topScore table td {
	width:15%;
	text-align:center;
}
.topScore td.first {
	width:85%;
	text-align:left;
}
.countryInfo img {
	border:2px solid #eee;
}


/*		GROUP SCHEDULES
-------------------------------------------*/

.group-schedule p {
	font-size:15px;
	line-height:110% !important;
}
.group-bindBox {
	height:auto;
	text-align:center;
}
.flag-group {
	height:auto;
	text-align:center;
}
.flag-group img {
	border:2px solid #eee;
	margin-bottom:10px;
}
.vs-group {
	text-align:center;
	padding-top:20px;
}
.details-group {
	clear:both;
	margin-bottom:15px;
}


/*		GROUP STANDINGS
-------------------------------------------*/

.group-table {
	width:96%;
	height:auto;
	margin-bottom:50px;
	padding:0 2%;
}
.group-table table {
	width:100%;
	border-collapse:collapse;
}
.group-table tr {
	height:60px;
}
.group-table tr:hover {
	background:#eee;
}
.group-table tr.first {
	height:40px !important;
}
tr.first:hover {
	background:none !important;
}
.group-table table td {
	width:10%;
	text-align:center;
}
.group-table table td.first_cell {
	text-align:left;
}
td.first_cell {
	width:30% !important;
}
td.first_cell img {
	width:60px;
	border:2px solid #eee;
	margin-right:5px;
}
td.border {
	border-bottom:1px solid #eee;
}
td.image p {
	display:none;
}
td.first_cell img, td.first_cell h5 {
	display:inline;
}


/*		KNOCKOUT ROUNDS
-------------------------------------------*/

.knockoutHead header {
	height:300px;
	text-align:center;
}
.knockoutHead header img {
	margin:110px auto 0 auto;
}
.titleImg {
	width:520px;
	height:80px;
}
.sub-headerWrap, .fullWrap {
	background:#0db24c;
	width:100%;
	padding:10px 0;
}
.sub-header {
	width:320px;
	height:26px;
	margin:0 auto;
}

/* hover effects */
.sub-header nav a, .fullViewNav nav a {
	text-decoration: none;
	color:#f5f5f5;
	outline: none;
	display: inline-block;
	margin-left:20px;
	position: relative;
}
.sub-header nav a:hover, .fullViewNav nav a:hover
.sub-header nav a:focus, .fullViewNav nav a:focus {
	outline: none;
}
.toplink a {
	padding: 1px 10px;
}
.toplink a::before,
.toplink a::after {
	background: #f5f5f5;
	width: 100%;
	height: 1px;
	top: 100%;
	left: 0;
	content: '';
	transition: transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transform: scale(0.85);
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	position: absolute;
}
.toplink a::after {
	transition: top 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
	opacity: 0;
}
.toplink a:hover::before,
.toplink a:hover::after,
.toplink a:focus::before,
.toplink a:focus::after {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
.toplink a:hover::after,
.toplink a:focus::after {
	top: 0%;
	opacity: 1;
}
#knockoutContainer .title {
	height:38px;
	text-align:center;
	border-bottom:1px solid #ddd;
	margin-bottom:15px;
	padding:30px 0 15px 0;
}
.thirdPlace .title {
	margin-top:100px;
	padding:0 0 5px 0;
}
#knockoutContainer p {
	font-size:14px;
	line-height:18px !important;
	text-align:center;
	color:#333 !important;
}
.round16, .quarters, .semis {
	width:10%;
}
.finals {
	width:12%;
}
.round16, .quarters, .semis, .finals {
	padding:0 2%;
	float:left;
}
#knockoutContainer img {
	border: 2px solid #f5f5f5;
}
#knockoutContainer .bindBox, #knockoutContainer .flag {
	width:100%;
}
#knockoutContainer .bindBox {
	margin-bottom:20px;
}
#knockoutContainer .flag p {
	color:#777 !important;
	margin-top:5px;
}
#knockoutContainer .details {
	padding:15px 0;
}
#knockoutContainer .details p {
	padding:5px 0;
}
#knockoutContainer .bigger , #knockoutContainer .yes {
	font-size:25px;
	font-weight:bold;
}
.quarters .bindBox, .semis .bindBox, .finals .bindBox {
	height:280px;
}
.quarters .bindBox {
	margin-top:150px;
}
.semis .bindBox {
	margin-top:400px;
}
.finals .bindBox {
	margin-top:375px;
}
.quarters .lower {
	margin-top:275px;
}
.quarters .details, .semis .details, .finals .details {
	padding:45px 0 !important;
}
.thirdPlace .bindBox {
	margin-top:0;
}
.finalsTextChange {
	color:#f5f5f5 !important;
}
#fullSchedView {
	width:100%;
}
.fullViewNav {
	height:26px;
	text-align:center;
}
.fullSchedContainer .fullwidth {
	width:96% !important;
	padding:10px 2% !important;
}
.knockout .titleNav {
	background:#3e8fcd;
}
.fullSchedWrap a.navButton {
	background:url(../images/Arrow-Small-ko.png) bottom;
}
.fullSchedWrap a.navButton:hover {
	background:url(../images/Arrow-Small-ko.png) top;
}
.endWrap .details, .endWrap p {
	text-align:center;
}
.endWrap h3, .endWrap p {
	color:#333 !important;
}
.endWrap .flag img {
	border:2px solid #f5f5f5;
}
.endWrap .flag p {
	margin-top:10px;
}




/*		FOOTER
-------------------------------------------*/

#footerWrap {
	background:#eee;
	width:100%;
	height:auto;
	border-top:4px solid #ccc;
	padding:50px 0;
}
.footer {
	width:90%;
	margin:0 auto;
	padding:0 5%;
}
.footer .group {
	margin:0 2% 20px 2%;
	padding:0;
	float:left;
}
.footer .group h4 {
	background:#ccc;
	text-align:center;
	color:#f5f5f5;
	margin:15px 0;
	padding:5px 10px 2px 10px;
}
.footer .group h5 {
	display:inline;
}
.footer .group p {
	display:none;
}
.footer .group a {
	text-decoration:none;
}
.footer .group a:hover {
	opacity:0.8;
}
.footer .group li {
	transition:All 0.2s ease-in-out;
	-webkit-transition:All 0.2s ease-in-out;
	-moz-transition:All 0.2s ease-in-out;
	-o-transition:All 0.2s ease-in-out;
}
.footer .group li:hover {
	transform: translate(5px, 0px);
	-webkit-transform: translate(5px, 0px);
	-moz-transform: translate(5px, 0px);
	-o-transform: translate(5px, 0px);
	-ms-transform: translate(5px, 0px);
}
.subfooterWrap {
	background:#4a7e12;
	width:100%;
	padding:5px 0;
}
.subfooter p {
	font-size:13px;
	color:#8eb618;
}
.subfooter a {
	text-decoration:none;
	color:#7ca815;
}
.subfooter a:hover {
	color:#fee203;
}




