@charset "utf-8";
/* CSS Document */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {    
    box-sizing: border-box;  
}    
*, *:before, *:after {    
    box-sizing: inherit;  
}

* {    
  box-sizing: border-box;   
  margin: 0;    
  padding: 0;  
}

body {
        overflow-x: hidden;
        line-height: 1.5; 
}
html {
  position: relative;
  min-height: 100%;
}


/* Sticky footer styles
-------------------------------------------------- */

body {
	/* Margin bottom by footer height */
	margin-bottom: 140px;
	font-family: "lexia",serif;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 135px;
	color: rgba(255,255,255,1.00);
}



footer {
	position: relative;
	font-family: "nimbus-sans-extended",sans-serif;
	background-color: rgba(1,33,55,1.00);
}


/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:9999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	/*background-image:url(images/Spinner.gif);*/ /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}
.logo {
	margin-top: 2px;
}


.nav-top {
	width: 100%;
	height: 142px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 5;
	background-image: -webkit-linear-gradient(270deg,rgba(8,47,75,1.00) 0%,rgba(26,118,183,1.00) 81.87%);
	background-image: -moz-linear-gradient(270deg,rgba(8,47,75,1.00) 0%,rgba(26,118,183,1.00) 81.87%);
	background-image: -o-linear-gradient(270deg,rgba(8,47,75,1.00) 0%,rgba(26,118,183,1.00) 81.87%);
	background-image: linear-gradient(180deg,rgba(8,47,75,1.00) 0%,rgba(26,118,183,1.00) 81.87%);
	top: 0px;
}
.nav-top a { color: white; }
.nav-top a:hover { text-decoration: underline; }
.nav-top div.row { padding: 10px 0; }
.head-room {
	margin-top: 142px;
	position: fixed;
}

.navbar-inverse {
	background-color: rgba(1,33,55,0.82);
	background-image: none;
	-webkit-box-shadow: inset 0px 8px 26px rgba(0,0,0,1.00);
	box-shadow: inset 0px 8px 26px rgba(0,0,0,1.00);
}

.navbar {min-height: 20px;}

.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: rgba(36,164,255,1.00);
}

.navbar-nav li a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 25px;
	color: rgba(255,255,255,1.00);
	font-family: "nimbus-sans-extended",sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
	text-align: left;
}

.navbar-nav li a:nth-last-child() {
	padding-right: 0
}

.navbar-nav li a:hover  {
	color: rgba(26,118,183,1.00);

}
.navbar-inverse .navbar-nav .dropdown-menu li a {
	color: rgba(1,33,55,1.00);
}
.dropdown-menu {
	background-color: rgba(204,205,206,1.00);
}
.navbar-inverse .navbar-nav .dropdown-menu li a:hover, .navbar-inverse .navbar-nav .dropdown-menu li a:focus {
	color: rgba(26,118,183,1.00);
}

#main h1, #main h5 {
	font-family: "nimbus-sans-extended",sans-serif !important;
}

.social-circle a {
	text-align: center;
	width: 70px;
	height: 70px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid rgba(255,255,255,1.00);
	font-size: 3.5em;
	vertical-align: middle;
	border-radius: 50%;
	margin-top: 25px;
	transition: ease .3s;
}

.social-circle a:hover {
	background-color: rgba(1,33,55,0.80);
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
	margin-top: 0px;
	
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        height: auto;
        width: 100%;
        line-height: 1;

    }
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 5;
	background-image: none;
}

.carousel-fade .carousel-control.left, .carousel-fade .carousel-control.right {
  margin-top: 12%
}


.carousel,
.carousel-inner,
.carousel-inner .item {
	height: 440px;
	position: relative;
	-webkit-box-shadow: 0px 2px 15px rgba(29,29,29,0.20);
	box-shadow: 0px 2px 15px rgba(29,29,29,0.20);
	background-color: rgba(0,9,15,1.00);
}


.item .carousel-caption {
	color: rgba(255,255,255,1.00);
	text-align: left;
	font-weight: 700;
	z-index: 5;
	top: 65%;
	bottom: auto;
	font-style: italic;
	
}
#main {
	margin-top: 20px;
	padding-top: 25px;
}
.well {
	background-color: #CCCDCE;
	background-image: none;
	border-radius: 0px;
	padding-top: 0px;
	
}
.well.scroll h2 {
	text-transform: uppercase;
	font-family: "nimbus-sans-extended",sans-serif;
	font-weight: 900;
	border-bottom: 2px solid #1A76B7;
}


.well.scroll {
	min-height: 280px
}


.item .carousel-caption h4 {
	font-size: 1.8em;
	line-height: 1.25;
	text-shadow: 3px 3px 10px rgba(1,33,55,1.00);
}

#marqueecontainer {	position: relative;
	width: 100%; /*marquee width */
	height: 250px;
	overflow: hidden;
	padding: 0px;
	padding-left: 0px;

}

#articles .panel {
	font-family: "nimbus-sans",sans-serif;
	
}
#articles .panel-body {
	border-right: 3px solid #1A76B7;
	border-left: 3px solid #1A76B7;
	border-bottom-width: 0px;
	border-top-width: 0px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	border-radius: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
}

#articles .col-xs-4 {
	padding: 0px;
}

#articles .col-xs-4:nth-of-type(2) .panel-body{
	border-right: 0px;
	border-left: 0;
}
#articles {
	margin-top: 20px;
	margin-bottom: 20px;
}
#sponsors .col-xs-2  {
	padding-left: 0px;
	padding-right: 0px;
	width: 20%;
}



.btn-primary {
	background-color: #1A76B7;
	background-image: none;
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.40);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.40);
	transition: ease .5s;
}

.btn-primary:hover {
	background-color: rgba(1,33,55,1.00);
}
 .panel-body h3 {
	font-weight: 900;
	margin-top: 0px;
}

.panel-body {
	min-height: 230px;
	height: 310px;
}

.panel-footer {
	background-image: none;
	border: 0;
	background-color: #FFFFFF;
}



#sponsors {
	border-top: 2px solid rgba(26,118,183,1.00);
	padding-top: 15px;
}

#sponsors a {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	width: 100%;
	height: 90px;
	display: block;
	transition: ease .5s;
}

#sponsors .sponsor1 {
	background-image: url(images/sponsors/2017/simgenetics.png);
}
#sponsors .sponsor1:hover  {
	background-image: url(images/sponsors/2017/simgenetics-color.png);
}

#sponsors .sponsor2 {
	background-image: url(images/sponsors/2017/IBE-Logo.png);
	background-size: 50% auto;
}
#sponsors .sponsor2:hover  {
	background-image: url(images/sponsors/2017/IBE-Logo-color.png);
	background-size: 50% auto;
}

#sponsors .sponsor3 {
	background-image: url(images/sponsors/2017/ijbba.png);
	background-size: 80% auto;
}
#sponsors .sponsor3:hover  {
	background-image: url(images/sponsors/2017/ijbba-color.png);
	background-size: 80% auto;
}
#sponsors .sponsor4 {
	background-image: url(images/sponsors/2017/ISF.png);
	background-size: 70% auto;
}
#sponsors .sponsor4:hover  {
	background-image: url(images/sponsors/2017/ISF-color.png);
	background-size: 70% auto;
}
#sponsors .sponsor5 {
	background-image: url(images/sponsors/2017/ISU-Extension.png);
	background-size: 100% auto;
}
#sponsors .sponsor5:hover  {
	background-image: url(images/sponsors/2017/ISU-Extension-color.png);
	background-size: 100% auto;
}

footer h3 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.35em;
	margin-bottom: 2px;
	letter-spacing: 1px;
	margin-top: 10px;
}

footer p {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
}

#subfooter {
	background-color: rgba(26,118,183,1.00);
	-webkit-box-shadow: inset 0px 11px 10px rgba(0,0,0,0.30);
	box-shadow: inset 0px 11px 10px rgba(0,0,0,0.30);
}

#subfooter p {
	color: rgba(255,255,255,1.00);
	font-weight: 200;
	margin-bottom: 6px;
	margin-top: 5px;
	font-size: 0.8em;
	letter-spacing: 3px;
}

.edje {
	color: rgba(255,255,255,1.00);
	float: right;
	transition: ease .3s;
}
.edje:hover {
	color: rgba(204,205,206,1.00);
	float: right;
	text-decoration: none;
}
#main .page {
	padding-top: 64px;
	position: relative;


}
.memberlist {
	min-height: 190px;
}



@media screen and (max-width:1440px){
.carousel, 
.carousel-inner, 
.carousel-inner .item {
	height: 376px;
	position: relative;
	-webkit-box-shadow: 0px 2px 15px rgba(29,29,29,0.20);
	box-shadow: 0px 2px 15px rgba(29,29,29,0.20);
	background-color: rgba(0,9,15,1.00);
}

}

@media screen and (max-width:1200px){
.carousel, 
.carousel-inner, 
.carousel-inner .item {
	height: 305px;
	position: relative;
	-webkit-box-shadow: 0px 2px 15px rgba(29,29,29,0.20);
	box-shadow: 0px 2px 15px rgba(29,29,29,0.20);
	background-color: rgba(0,9,15,1.00);
}
.item .carousel-caption {
	color: rgba(255,255,255,1.00);
	text-align: left;
	font-weight: 700;
	z-index: 5;
	top: 52%;
	bottom: auto;
	font-style: italic;
	font-size: 12px;
	
}
.navbar-nav li a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	color: rgba(255,255,255,1.00);
	font-family: "nimbus-sans-extended",sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
}
.lead {
	font-size: 15px;
	line-height: 1.85;
	font-weight: 700;
}
.well.scroll {
	min-height: 240px
}
#marqueecontainer {
	position: relative;
	width: 100%; /*marquee width */
	height: 200px;
	overflow: hidden;
	padding: 0px;
	padding-left: 0px;

}






}

@media screen and (max-width:1024px){
.carousel, 
.carousel-inner, 
.carousel-inner .item {
	height: 265px;
	position: relative;
	-webkit-box-shadow: 0px 2px 15px rgba(29,29,29,0.20);
	box-shadow: 0px 2px 15px rgba(29,29,29,0.20);
	background-color: rgba(0,9,15,1.00);
}
.item .carousel-caption {
	color: rgba(255,255,255,1.00);
	text-align: left;
	font-weight: 700;
	z-index: 5;
	top: 52%;
	bottom: auto;
	font-style: italic;
	font-size: 10px;
	
}


}

@media screen and (max-width:990px){
.navbar-nav li a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	color: rgba(255,255,255,1.00);
	font-family: "nimbus-sans",sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 12px;
}
.social-circle a {
	text-align: center;
	width: 50px;
	height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid rgba(255,255,255,1.00);
	font-size: 2.5em;
	vertical-align: top;
	border-radius: 50%;
	margin-top: 12px;
	transition: ease .3s;
	padding-top: 0px;
}
.nav-top {
	width: 100%;
	height: 102px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 5;
	background-image: -webkit-linear-gradient(270deg,rgba(8,47,75,1.00) 0%,rgba(26,118,183,1.00) 81.87%);
	background-image: -moz-linear-gradient(270deg,rgba(8,47,75,1.00) 0%,rgba(26,118,183,1.00) 81.87%);
	background-image: -o-linear-gradient(270deg,rgba(8,47,75,1.00) 0%,rgba(26,118,183,1.00) 81.87%);
	background-image: linear-gradient(180deg,rgba(8,47,75,1.00) 0%,rgba(26,118,183,1.00) 81.87%);
	top: 0px;
}

.head-room {
	margin-top: 102px;
	position: fixed;
}
.carousel, 
.carousel-inner, 
.carousel-inner .item {
	height: 253px;
	position: relative;
	-webkit-box-shadow: 0px 2px 15px rgba(29,29,29,0.20);
	box-shadow: 0px 2px 15px rgba(29,29,29,0.20);
	background-color: rgba(0,9,15,1.00);
}
.item .carousel-caption {
	color: rgba(255,255,255,1.00);
	text-align: left;
	font-weight: 700;
	z-index: 5;
	top: 45%;
	bottom: auto;
	font-style: italic;
	font-size: 10px;
	
}
.lead {
	font-size: 15px;
	line-height: 1.55;
	font-weight: 700;
}
.well.scroll {
	min-height: 240px;
	margin-top: 0px;
	padding-top: 0px;
}
.well.scroll h2 {
	text-transform: uppercase;
	font-family: "nimbus-sans-extended",sans-serif;
	font-weight: 900;
	border-bottom: 2px solid #1A76B7;
	margin-top: 4px;
}
.panel-body h3 {
	font-weight: 900;
	margin-top: 6px;
	font-size: 1.25em;
}
footer h3 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: 2px;
	letter-spacing: 1px;
	margin-top: 10px;
}
footer p {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
	font-size: 0.7em;
}
#subfooter p {
	color: rgba(255,255,255,1.00);
	font-weight: 200;
	margin-bottom: 6px;
	margin-top: 5px;
	font-size: 0.6em;
	letter-spacing: 3px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 100px;
	color: rgba(255,255,255,1.00);
}


body {
	/* Margin bottom by footer height */
	margin-bottom: 100px;
	font-family: "lexia",serif;
}





}

@media screen and (max-width:768px){
	
.carousel, 
.carousel-inner, 
.carousel-inner .item {
	height: 198px;
	position: relative;
	-webkit-box-shadow: 0px 2px 15px rgba(29,29,29,0.20);
	box-shadow: 0px 2px 15px rgba(29,29,29,0.20);
	background-color: rgba(0,9,15,1.00);
}
.item .carousel-caption {
	color: rgba(255,255,255,1.00);
	text-align: left;
	font-weight: 700;
	z-index: 5;
	top: 40%;
	bottom: auto;
	font-style: italic;
	font-size: 8px;
	
}


}

@media screen and (max-width:767px){
.social-circle a {
	text-align: center;
	width: 50px;
	height: 50px;
	display: none;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid rgba(255,255,255,1.00);
	font-size: 2.5em;
	vertical-align: top;
	border-radius: 50%;
	margin-top: 12px;
	transition: ease .3s;
	padding-top: 0px;
}
.logo {
	margin-top: 2px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.navbar-nav li a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 25px;
	color: rgba(255,255,255,1.00);
	font-family: "nimbus-sans-extended",sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
}
#expand-nav .nav.navbar-nav {
	width: 100%;
}
.carousel, 
.carousel-inner, 
.carousel-inner .item {
	height: 192px;
	position: relative;
	-webkit-box-shadow: 0px 2px 15px rgba(29,29,29,0.20);
	box-shadow: 0px 2px 15px rgba(29,29,29,0.20);
	background-color: rgba(0,9,15,1.00);
}
.navbar-toggle {
	border: 0;
	color: rgba(255,255,255,1.00);
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-top: 15px;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: none;

}
.item .carousel-caption {
	color: rgba(255,255,255,1.00);
	text-align: left;
	font-weight: 700;
	z-index: 5;
	top: 40%;
	bottom: auto;
	font-style: italic;
	font-size: 8px;
	display: none;
	
}
.navbar-header h4 {
	color: rgba(255,255,255,1.00);
	font-style: italic;
	font-size: 16px;
	line-height: 1.2;
	padding-left: 5px;
}
.nav-top {
	width: 100%;
	height: 114px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 5;
	background-image: -webkit-linear-gradient(270deg,rgba(8,47,75,1.00) 0%,rgba(26,118,183,1.00) 81.87%);
	background-image: -moz-linear-gradient(270deg,rgba(8,47,75,1.00) 0%,rgba(26,118,183,1.00) 81.87%);
	background-image: -o-linear-gradient(270deg,rgba(8,47,75,1.00) 0%,rgba(26,118,183,1.00) 81.87%);
	background-image: linear-gradient(180deg,rgba(8,47,75,1.00) 0%,rgba(26,118,183,1.00) 81.87%);
	top: 0px;
}
.head-room {
	margin-top: 114px;
	position: fixed;
}
#sponsors .col-xs-2 {
	padding-left: 10px;
	padding-right: 10px;
	width: 20%;
}
#articles .col-xs-4 {
	padding-right: 10px;
	padding-left: 10px;
}
.memberlist {
	min-height: 0px;
	margin-bottom: 25px;
}


}
@media screen and (max-width:650px){

.nav-top {
	width: 100%;
	height: 100px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 5;
	background-image: -webkit-linear-gradient(270deg,rgba(8,47,75,1.00) 0%,rgba(26,118,183,1.00) 81.87%);
	background-image: -moz-linear-gradient(270deg,rgba(8,47,75,1.00) 0%,rgba(26,118,183,1.00) 81.87%);
	background-image: -o-linear-gradient(270deg,rgba(8,47,75,1.00) 0%,rgba(26,118,183,1.00) 81.87%);
	background-image: linear-gradient(180deg,rgba(8,47,75,1.00) 0%,rgba(26,118,183,1.00) 81.87%);
	top: 0px;
}

.head-room {
	margin-top: 100px;
	position: fixed;
}

.carousel, .carousel-inner, .carousel-inner .item {
	height: 166px;
	position: relative;
	-webkit-box-shadow: 0px 2px 15px rgba(29,29,29,0.20);
	box-shadow: 0px 2px 15px rgba(29,29,29,0.20);
	background-color: rgba(0,9,15,1.00);
	margin-top: 59px;
}
.lead {
	font-size: 14px;
	line-height: 1.35;
	font-weight: 700;
}
.panel-body .text-justify {
	text-align: left;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 103px;
	color: rgba(255,255,255,1.00);
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 101px;
	font-family: "lexia",serif;
}
footer p {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
	font-size: 0.5em;
}
#subfooter p {
	color: rgba(255,255,255,1.00);
	font-weight: 200;
	margin-bottom: 6px;
	margin-top: 5px;
	font-size: 0.5em;
	letter-spacing: 3px;
}
.navbar-inverse {
	background-color: rgba(1,33,55,1.00);
	background-image: none;
	-webkit-box-shadow: inset 0px 8px 26px rgba(0,0,0,1.00);
	box-shadow: inset 0px 8px 26px rgba(0,0,0,1.00);
}
footer h3 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.7em;
	margin-bottom: 2px;
	letter-spacing: 1px;
	margin-top: 10px;
}

	body {
	
	margin-bottom: 100px;
}
	
}



@media screen and (max-width:580px){
.col-xx-12 {
	width: 100%;
}
.carousel, 
.carousel-inner, 
.carousel-inner .item {
	height: 148px;
	position: relative;
	-webkit-box-shadow: 0px 2px 15px rgba(29,29,29,0.20);
	box-shadow: 0px 2px 15px rgba(29,29,29,0.20);
	background-color: rgba(0,9,15,1.00);
}
.nav-top {
	width: 100%;
	height: 90px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 5;
	background-image: -webkit-linear-gradient(270deg,rgba(8,47,75,1.00) 0%,rgba(26,118,183,1.00) 81.87%);
	background-image: -moz-linear-gradient(270deg,rgba(8,47,75,1.00) 0%,rgba(26,118,183,1.00) 81.87%);
	background-image: -o-linear-gradient(270deg,rgba(8,47,75,1.00) 0%,rgba(26,118,183,1.00) 81.87%);
	background-image: linear-gradient(180deg,rgba(8,47,75,1.00) 0%,rgba(26,118,183,1.00) 81.87%);
	top: 0px;
}
.head-room {
	margin-top: 90px;
	position: fixed;
}
#articles .panel-body {
	border-right: 0px solid #1A76B7;
	border-left: 0px solid #1A76B7;
	border-top-width: 0px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	border-radius: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	margin-bottom: 10px;
}
#articles .panel {
	font-family: "nimbus-sans",sans-serif;
	border-bottom: 2px solid rgba(26,118,183,1.00);
	padding-bottom: 8px;
	margin-bottom: 30px;
	
}

	#articles .col-xs-4:last-of-type .panel {
		border: 0
	}
#sponsors .col-xs-2 {
	padding-left: 10px;
	padding-right: 10px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: none;
}
#sponsors .sponsor1 {
	background-image: url(images/sponsors/2017/simgenetics.png);
	background-size: 80% auto;
}
.footer {
	position: relative;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: auto;
	color: rgba(255,255,255,1.00);
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 0px;
	font-family: "lexia",serif;
}
footer h3 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: 2px;
	letter-spacing: 1px;
	margin-top: 10px;
	text-align: center;
}
footer p {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
	font-size: 0.8em;
	text-align: center;
}
#subfooter p {
	color: rgba(255,255,255,1.00);
	font-weight: 200;
	margin-bottom: 3px;
	margin-top: 3px;
	font-size: 0.6em;
	letter-spacing: 3px;
	text-align: center;
}
.edje {
	color: rgba(255,255,255,1.00);
	float: none;
	transition: ease .3s;
}













}

@media screen and (max-width:535px){
.navbar-header h4 {
	color: rgba(255,255,255,1.00);
	font-style: italic;
	font-size: 12px;
	line-height: 1.2;
	padding-left: 5px;
}
.carousel, 
.carousel-inner, 
.carousel-inner .item {
	height: 136px;
	position: relative;
	-webkit-box-shadow: 0px 2px 15px rgba(29,29,29,0.20);
	box-shadow: 0px 2px 15px rgba(29,29,29,0.20);
	background-color: rgba(0,9,15,1.00);
	padding-top: 0px;
	margin-top: 48px;
}
.navbar-toggle {
	border: 0;
	color: rgba(255,255,255,1.00);
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-top: 10px;
}



}

@media screen and (max-width:425px){
.carousel, 
.carousel-inner, 
.carousel-inner .item {
	height: 106px;
	position: relative;
	-webkit-box-shadow: 0px 2px 15px rgba(29,29,29,0.20);
	box-shadow: 0px 2px 15px rgba(29,29,29,0.20);
	background-color: rgba(0,9,15,1.00);
}
.logo {
	margin-top: 2px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.carousel-fade .carousel-control.left, .carousel-fade .carousel-control.right {
	margin-top: 7%;
	font-size: 0.85em;
}



}

@media screen and (max-width:375px){
.navbar-header h4 {
	color: rgba(255,255,255,1.00);
	font-style: italic;
	font-size: 10px;
	line-height: 1.3;
	padding-left: 5px;
}
.navbar-toggle {
	border: 0;
	color: rgba(255,255,255,1.00);
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-top: 9px;
}
.carousel, 
.carousel-inner, 
.carousel-inner .item {
	height: 95px;
	position: relative;
	-webkit-box-shadow: 0px 2px 15px rgba(29,29,29,0.20);
	box-shadow: 0px 2px 15px rgba(29,29,29,0.20);
	background-color: rgba(0,9,15,1.00);
	margin-top: 46px;
}
#sponsors .col-xs-2 {
	padding-left: 10px;
	padding-right: 10px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: none;
}
footer p {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
	font-size: 0.7em;
	text-align: center;
	line-height: 2;
}





}

@media screen and (max-width:320px){
.nav-top {
	width: 100%;
	height: 70px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 5;
	background-image: -webkit-linear-gradient(270deg,rgba(8,47,75,1.00) 0%,rgba(26,118,183,1.00) 81.87%);
	background-image: -moz-linear-gradient(270deg,rgba(8,47,75,1.00) 0%,rgba(26,118,183,1.00) 81.87%);
	background-image: -o-linear-gradient(270deg,rgba(8,47,75,1.00) 0%,rgba(26,118,183,1.00) 81.87%);
	background-image: linear-gradient(180deg,rgba(8,47,75,1.00) 0%,rgba(26,118,183,1.00) 81.87%);
	top: 0px;
}
.head-room {
	margin-top: 70px;
	position: fixed;
}
.navbar-toggle {
	border: 0;
	color: rgba(255,255,255,1.00);
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-top: 9px;
	font-size: 0.75em;
}
.navbar-header h4 br {
	display: none;
}
.navbar-header h4 {
	color: rgba(255,255,255,1.00);
	font-style: italic;
	font-size: 12px;
	line-height: 1.3;
	padding-left: 5px;
	width: 82%;
}
.carousel, 
.carousel-inner, 
.carousel-inner .item {
	height: 80px;
	position: relative;
	-webkit-box-shadow: 0px 2px 15px rgba(29,29,29,0.20);
	box-shadow: 0px 2px 15px rgba(29,29,29,0.20);
	background-color: rgba(0,9,15,1.00);
	margin-top: 64px;
}
.carousel-fade .carousel-control.left, .carousel-fade .carousel-control.right {
	margin-top: 7%;
	font-size: 0.85em;
}
footer p .hidden {
	display: block;
}








}
