@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'Fjalla One';
    src: url('fonts/fjallaone-regular.eot');
    src: local('☺'), url('fonts/fjallaone-regular.woff') format('woff'), url('fonts/fjallaone-regular.ttf') format('truetype'), url('fonts/fjallaone-regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

html, body{
	width:100%;
	height:100%;	
}

body{
  margin:0;
  padding:0;
  font-size:15px;
  background-repeat:no-repeat;
  background-size:cover;
  font-family:Arial, Helvetica, sans-serif;
}
td{
	vertical-align:top;	
}

#wrapper{
	max-width:960px;
	margin:0 auto;
}
#logoBar{
	position: absolute;
    left: 10%;
    height: 100%;
    padding: 0 24px;
    background: #000;
    background-color: rgba(0,0,0,0.67);
    text-align: center;
    overflow: auto;
    width: 200px;	
	color:#fff;
	z-index:100;
}
#logoBar img{
	max-width:100%;	
}
#logoBar p{
	font-size: 20px;
    margin-top: 10px;
    border-top: 2px solid;
    padding-top: 10px;	
}

#usSoccerAcademy{
	position:absolute;
	right:0px;
	top:0px;
	padding:20px;	
	width:350px;
	text-align:right;
}
#usSoccerAcademy ul{
	margin:0px;
	padding:0px;
	margin-top: 10px;
}
#usSoccerAcademy li{
	display:inline-block;
	height: 70px;
    list-style: none;
    margin: 0px;
    padding: 2%;
}
#usSoccerAcademy img{
	width: auto;
    height: 100%;
}
.gaUnitedli li{
	height:90px !important;	
}
.superY li{
	height:48px !important;	
}
#landingSocial{
	position:absolute;
	bottom:0px;
	right:0px;
	padding:20px;	
	padding-bottom: 30px;
}
#landingSocial ul{
	margin:0px;
	padding:0px;	
}
#landingSocial li{
	list-style:none;
	display:inline-block;	
	padding:5px;
	width:30px;
}
#landingSocial img{
	max-width:100%;	
}
.landingApp{
	margin-bottom: 15px !important;
}
.landingApp li{
	width: 60px !important;	
}
#footer{
	position: absolute;
    bottom: 0px;
	right:0px;
	padding-right: 25px;
	padding-bottom:5px;
}
#footerFieldBoard{
	position:fixed;
	bottom:0px;
	height:50px;	
	width: 100%;
    text-align: center;
	z-index:999;
}
/* ##############  */
/*    MAIN NAV     */
/* ##############  */
#navBar{
	position: absolute;
    left: 31%;
    height: 100%;
    width: 65%;
    overflow: auto;
    padding: 0;	
}
nav{
	width: 100%;
	display: inline-block;
	margin-top: 0px;	
	font-family:'Fjalla One';
}


#cssmenu {
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  margin-top: 30px;
}
/* MAIN MENU */
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after,
#cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
}
#cssmenu ul li.isactive{
	background-color:#b4131d;
}
#cssmenu ul .isactive a{
	color: #fccf34;
}
#cssmenu ul .isactive ul li a{
	color: #ffffff;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
/* TOP MENU 1 */
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
/* SUB MENU 1 */
#cssmenu ul li ul li a {
	font-size: 18px;
    line-height: 30px;
    padding: 6px 18px;
	color:#fff;
	background: #bd1b19;
    background-color: rgba(189,27,25,0.88);
    text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0 0 30px rgba(255,255,255,0.2);
    -moz-box-shadow: 0 0 30px rgba(255,255,255,0.2);
    box-shadow: 0 0 30px rgba(255,255,255,0.2);
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #fff;
  transform: scale(1.05);
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {

}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {

}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {

}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  border-top:1px solid #fff;
  border-right:1px solid #fff;
  right: 14px;
  top: 16px;
  transform: rotate(45deg);
}
#cssmenu > ul > li.has-sub > a:before {

}
/* TOP MENU */
#cssmenu > ul > li > a {
  color: #ffffff;
  padding: 22px 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #fff;
  transform: scale(1.05);
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  
}
#cssmenu > ul > li:hover > ul {
  left: 100%;
  top:-10px;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
	font-size: 18px;
    line-height: 30px;
    padding: 6px 18px;
	color:#fff;
	background: #bd1b19;
    background-color: rgba(189,27,25,0.88);
    text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0 0 30px rgba(255,255,255,0.2);
    -moz-box-shadow: 0 0 30px rgba(255,255,255,0.2);
    box-shadow: 0 0 30px rgba(255,255,255,0.2);
}
#cssmenu > ul > li {
  width: 200px;
  margin:10px;
}
#cssmenu > ul > li > ul {
  width: 200px;
  display: block;
  z-index: 999;
}
#cssmenu > ul > li > ul > li {
  width: 200px;
  display: block;
  margin:10px;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 2500px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
	background: #b4131d;
  }
  .open li, .open li a{
	background: #b4131d;  
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    width: 100%;
	z-index: 999;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul li a:hover{
	background-color:#333333;	  
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #ffffff;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fccf34;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    right: 20px;
    top: 14px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #000000;
    right: 20px;
    top: 9px;
  }
   #cssmenu .submenu-button{
	position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #fff;
    height: 42px;
    width: 100%;
    cursor: pointer;  
/*	background-color:rgba(255,255,255,.1); */
  }

}



