/* Define mobility */

@media all and (min-width: 1261px) {
  /* four column code */
  #container {
    display: flex ;
    align-items: stretch ;
    flex-flow: row wrap ;
    width: 100% ;
	background: url("../images/topback.jpg") no-repeat  right top #ededed;
  }  
  #headerfront {
    order: 0 ;
    width: 100% ;
  }
#menufront {
    order: 1 ;
    width: 100% ;
    position:relative;
	top:-0px;
	z-index: 82;
  }
#frontslider {
    order: 2 ;
    width: 100% ;
    position:relative;
	top: -30px;
	z-index: 0;
  }
#sporticons {
    order: 3 ;
    width: 100% ;
    position:relative;
	top:-30px;
	z-index: 81;
  }
#cta {
    order: 4 ;
    width: 100% ;
    position:relative;
	top:-30px;
  }
#siding {    
  	order: 5 ;    
  	
}
  #featured {
    order: 10 ;
    width: 60% ;
	padding: 10px 20px 10px 20px;
	-moz-border-radius: 5px;
 	border-radius: 5px;
	border-style: solid;
    border-width: 1px;
    border-color: #808080;
    margin: 10px 10px 10px 10px;
	background: url("../images/stars.gif") no-repeat  right top #ffffff;
    position: relative;
    top: -15px;

  }
  #latest {
    order: 11 ;
    width: 30% ;
	padding: 10px 20px 10px 20px;
	-moz-border-radius: 5px;
 	border-radius: 5px;
	border-style: solid;
    border-width: 1px;
    border-color: #808080;
    margin: 10px 10px 10px 10px;
    background: #ffffff;
    position: relative;
    top: -15px;
  }
  #twitter {
    order: 9 ;
    width: 23% ;
  	text-align: center;
    margin: 0px 5px 0px 0px;
    position: relative;
    top: -15px;

  }
  #instagram {
    order: 6 ;
    width: 23% ;
  	text-align: center;
    margin: 0px 15px 0px 10px;
    position: relative;
    top: -15px;
  }
  #facebook {
    order: 8 ;
    width: 23% ;
  	text-align: center;
    margin: 0px 15px 0px 10px;
    position: relative;
    top: -15px;   
  }
  #youtube {
    order: 7 ;
    width: 23% ;
  	text-align: center
    margin: 0px 10px 0px 15px;
    position: relative;
    top: -15px;   
  }
  
  #carouse{ 
    order: 12 ;
  	width: 100%;
    position: relative;
	}   
  
  #footerr{ 
    order: 13 ;
  	width: 100%;
    position: relative;
    top: -55px;			
	}   
}


@media all and (max-width: 1260px) {
  /* two column code */
  #container {
    display: flex ;
    align-items: stretch ;
    flex-flow: row wrap ;
    width: 100% ;
	background: url("../images/topback.jpg") no-repeat  right top #ededed;
  }  
  #headerfront {
    order: 0 ;
    width: 100% ;
  }
#menufront {
    order: 1 ;
    width: 100% ;
    position:relative;
	top:-0px;
	z-index: 82;
  }
#frontslider {
    order: 2 ;
    width: 100% ;
    position:relative;
	top: -30px;
	z-index: 0;
  }
#sporticons {
    order: 3 ;
    width: 100% ;
    position:relative;
	top:-30px;
	z-index: 81;
  }
#cta {
    order: 4 ;
    width: 100% ;
    position:relative;
	top:-30px;
  }
#siding {    
  	order: 5 ;    
  	
}
  #featured {
    order: 6 ;
    width: 90% ;
	padding: 10px 20px 10px 20px;
	-moz-border-radius: 5px;
 	border-radius: 5px;
	border-style: solid;
    border-width: 1px;
    border-color: #808080;
    margin: 10px 10px 10px 10px;
	background: url("../images/stars.gif") no-repeat  right top #ffffff;
    position: relative;
    top: -15px;

  }
  #latest {
    order: 7 ;
    width: 90% ;
	padding: 10px 20px 10px 20px;
	-moz-border-radius: 5px;
 	border-radius: 5px;
	border-style: solid;
    border-width: 1px;
    border-color: #808080;
    margin: 10px 10px 10px 10px;
    background: #ffffff;
    position: relative;
    top: -15px;
  }
  #twitter {
    order: 9 ;
    width: 45% ;
  	text-align: center;
    margin: 0px 5px 0px 10px;
    position: relative;
    top: -5px;

  }
  #instagram {
    order: 8 ;
    width: 45% ;
  	text-align: center;
    margin: 0px 10px 0px 10px;
  }
  #facebook {
    order: 10 ;
    width: 45% ;
  	text-align: center;
    margin: 0px 15px 0px 5px;   
  }
  #youtube {
    order: 11 ;
    width: 45% ;
  	text-align: center
    margin: 0px 5px 0px 20px;   
  }
  
  #carouse{ 
    order: 12 ;
  	width: 100%;
    position:relative;
	top: 20px;

	}   
  
  #footerr{ 
    order: 13 ;
  	width: 100%;
    position:relative;
	top:-30px;

	}    
}

@media all and (max-width: 629px) {
  
  #slogo {
  max-width: 200px;
}

  
  /* one column code */
  #container {
    display: flex ;
    align-items: stretch ;
    flex-flow: column wrap ;
    width: 100% ;
	background: #ededed;
  }  
  #headerfront {
    order: 0 ;
    display: none ;
  }  
  #menufront {
    order: 1 ;
    width: 100% ;
    position:relative;
	top:-0px;
	z-index: 82;
  }
#frontslider {
    order: 2 ;
    width: 100% ;
    position:relative;
	top: -30px;
	z-index: 0;
  }
#sporticons {
    order: 3 ;
    width: 100% ;
    position:relative;
	top:-30px;
	z-index: 81;    
	display: none ;
  }
#cta {
    order: 4 ;
    width: 100% ;
    position:relative;
	top:-30px;
  }
#siding {    
  	order: 5 ;
}

  #featured {
    order: 6 ;
    width: 90% ;
  	position:relative;
	top:-25px;
	padding: 0px 20px 10px 20px;
	border-style: solid;
    border-width: 1px;
    margin: 10px 10px 10px 10px;
	background: url("../images/stars.gif") no-repeat  right top #ffffff;
  }
  #latest {
    order: 7 ;
    width: 90% ;  	
  	position:relative;
	top:-25px;
	padding: 0px 20px 10px 20px;
	border-style: solid;
    border-width: 1px;
    margin: 10px 10px 10px 10px;
    background: #ffffff;


  }
    #twitter {
    order: 8;
    width: 300px ;
  	text-align: center;
    margin: -20px 10px 0px 50px;


  }
  #instagram {
    order: 9 ;
    width: 90% ;
  	text-align: center;
  }
  #facebook {
    order: 10 ;
    width: 90% ;
  	text-align: center;   
  }
  #youtube {
    order: 11 ;
    width: 90% ;
  	text-align: center   
  }
  
   #carouse{ 
    order: 12 ;
  	width: 100%;    
	display: none ;
	}   
  
  #footerr{ 
    order: 13 ;
  	width: 100%;
	}    

}


/* Define fonts */

h1 { 
	font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Trebuchet MS, sans-serif; 
	font-size: 23px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	line-height: 1.0 em; 
} 

h2 { 
	font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Trebuchet MS, sans-serif; 
	font-size: 21px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	line-height: 1.0 em; 
} 

h3 { 
	font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Trebuchet MS, sans-serif; 
	font-size: 17px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	line-height: 1.0 em; 
} 

h4 { 
	font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Trebuchet MS, sans-serif; 
	font-size: 15px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	line-height: 1.0 em; 
} 

p { 
	font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Trebuchet MS, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 400; 
	line-height: 1.2 em; 
} 

blockquote { 
	font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Trebuchet MS, sans-serif; 
	font-size: 15px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 400; 
	line-height: 23px; 
}
 
pre { 
	font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Trebuchet MS, sans-serif; font-size: 11px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 400; 
	line-height: 1.0 em; 
}

#headspace { 
	font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Trebuchet MS, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 400; 
	line-height: 1.2 em;
    padding-left: 10px; 
} 


/* Define main areas */

BODY {
	font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Trebuchet MS, sans-serif; font-size: 11px;	
}

#resiz {
    width: 100%;
    height: auto;
}


#imgnews {

    max-width: 180px;
    height: auto;
    border:solid 1px #808080;
}

.imgnews {

    width: 30%;
    float: left;
    padding-right: 5px;
}

#iconic {
  max-width: 53px ;
  height: auto ;
}


/* Define rounded */

#dummy
{
  -moz-border-radius: 5px;
 border-radius: 5px;
    border:solid 1px #c0c0c0;
    padding:0px;
}

#dummyx
{
  -moz-border-radius: 15px;
 border-radius: 15px;
    border:solid 2px gray;
    padding:5px;
    background: #ededed;

}

#dummyc
{
  -moz-border-radius: 15px;
 border-radius: 15px;
    border:solid 2px gray;

}

#dummyx1
{
  -moz-border-radius: 15px;
 border-radius: 15px;
    border:solid 2px gray;
    padding:5px;
    background: #ededed;
    background: url("../images/back/1.jpg") no-repeat  right top;

}
#dummyx2
{
  -moz-border-radius: 15px;
 border-radius: 15px;
    border:solid 2px gray;
    padding:5px;
    background: #ededed;
    background: url("../images/back/2.jpg") no-repeat  right top;

}

#dummyx3
{
  -moz-border-radius: 15px;
 border-radius: 15px;
    border:solid 2px gray;
    padding:5px;
    background: #ededed;
    background: url("../images/back/3.jpg") no-repeat  left top;

}

#dummyx4
{
  -moz-border-radius: 15px;
 border-radius: 15px;
    border:solid 2px gray;
    padding:5px;
    background: #ededed;
    background: url("../images/back/4.jpg") no-repeat  left top;

}




/* Links */

.hover2 :link {
	COLOR: #000000; text-decoration: none; BACKGROUND-COLOR: transparent
}

.hover2 :visited {
	COLOR: #000000; text-decoration: none; BACKGROUND-COLOR: transparent
}

.hover2 :hover {
	COLOR: #38761D; text-decoration: none; BACKGROUND-COLOR: transparent
}

.hover2 :active {
	COLOR: #38761D; text-decoration: none; BACKGROUND-COLOR: transparent
}



.button :link {
	COLOR: #ffffff; text-decoration: none; BACKGROUND-COLOR: transparent
}

.button :visited {
	COLOR: #ffffff; text-decoration: none; BACKGROUND-COLOR: transparent
}

.button :hover {
	COLOR: #c0c0c0; text-decoration: none; BACKGROUND-COLOR: transparent
}

.button :active {
	COLOR: #ffffff; text-decoration: none; BACKGROUND-COLOR: transparent
}



A:link {
	COLOR: #006600; text-decoration: none; BACKGROUND-COLOR: transparent
}
A:visited {
	COLOR: #006600; text-decoration: none; BACKGROUND-COLOR: transparent
}
A:hover {
	COLOR: #808080; text-decoration: none; BACKGROUND-COLOR: transparent
}
A:active {
	COLOR: #4bbd70; text-decoration: none; BACKGROUND-COLOR: transparent
}