/* Ajax Project Base Styling */

body {
	background-color: #fff;
	color: #434343;
	font-family: 'Quicksand', sans-serif;
}

header {
	display: block;
	height: 140px;
	margin-bottom: 30px;
}

header img {
	margin: 30px 0 0 30px;
	float: left;
	max-width: 25%;
}

nav {
	font-family: 'Quicksand', sans-serif;
	float: right;
	width: 50%;
	padding: 60px 30px;
	font-size: 18px;
	text-align: right;
}

nav a {
	padding-left: 30px;
	text-transform: none;
}

nav a:hover,
a.current {
	color: #0540F2;
}

a {
	text-decoration: none;
	color: #000;
	font-family: 'Quicksand', sans-serif;
	text-transform: none;

}

h2 {
	font-family: 'Quicksand', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2.4em;
	margin: 0.7em 0 1.7em 0;
	padding: 0;
	color: #3D79F2;
	line-height: 1em;
}

h3 {
	margin: 0;
	font-size: 1.4em;
	color: #0540F2;
	font-family: 'Quicksand', sans-serif;
	padding: 0 0 0 20px;

}
h4 {
	margin: 0;
	color: #3F5AA4;
	font-family: 'Quicksand', sans-serif;

}


.row .event p {
	text-align: center;
	border-right: 1px solid #999;
}

.row .hide {
  display: none;
}

.row img {
	width: 100%;
	margin: 0 auto;
	border-radius: 50%;
}

#content .event:last-child p {
	border-right: none;
}

.row p {
	margin: 40px 0 20px 0;
	text-align: left;
	line-height: 1.4em;
}


#event a {
	font-family: 'Quicksand', sans-serif;
	font-size: 120%;
	
	text-align: left;
	line-height: 4.5em;
	display: block;
	height: 120px;
	width: 100%;
}

#event img {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;
	border-radius: 0%;
}

#event a:hover,
#sessions a:hover {
	color: #0540F2;
}

#sessions a {
	font-family: 'Quicksand', sans-serif;
	font-size: 120%;
}

#sessions p {
	margin-top: 2em;
}

#sessions ul {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding: 0 20px 0 20px;
	margin: 0 0 40px 0;
}

#sessions li {
	list-style-type: none;
	padding: 20px 0 20px 0;
	background-color: #fff;
	border-top: 1px solid #d6d6d6;
	text-align: left;
}

#sessions li:first-child {
	border-top: none;
	padding-top: 1.8em;
}

#sessions li .time {
	display: inline-block;
	width: 60px;
}

#details div {
	text-align: left;
	padding: 1.8em 0 0em 1;
}

#details p {
	padding: 0 0 0 20px;
	margin: 0.8em 0 0 0;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	/* Typography */
	h2 {
	  font-size: 18px;
	}
	h3 {
	  font-size: 16px;
	}
	h4 {
		font-size: 14px;
	  }
	.row p {
	  font-size: 12px;
	  margin: 20px 0 20px 0 ;
	}

	div.event.col-sm-4 {
		width: 50%;
	}
	#product.img {
		width: 50%;
	}
	
	#sessions a {
	font-size: 16px;
    }
    /* Header Content */
	header {
	  text-align: center;
	  height: 110px;
	  margin-bottom: 10px;
	}
	header img {
	  float: none;
	  width: 25%;
	  margin: 20px auto;
    }
    nav {
      width: 100%;
	  font-size: 16px;
      text-align: center;
      padding: 0px;
    }
    nav a {
      padding: 0 6px;
    }
	#event a {
		line-height: 2.25em;
		height: 90px;
		font-size: 100%;
	}
	#event img {
		width: 75px;
		height: 75px;
		
	}
	.row .hide {
		display:block;
	}
	.row .show {
		display: none;
	}

	
	
    /* KEEP SESSIONS & DESCRIPTIONS IN VIEWPORT when BOOTSTRAP GRID COLLAPSES*/
    #sessions {
      height: 60px;
      padding: 10px;
      overflow: scroll;
      border: 1px solid #434343;
      margin-bottom: 20px; 
    }
    #sessions p {
	  margin-top: .3em;
	}
	#sessions ul {
	border-left: 0px;
	border-right: 0px;
	padding: 0 20px 0 20px;
	margin: 0 0 40px 0;
	}
    #sessions li:first-child {
	  border-top: none;
	  padding-top: .3em;
	}
    #details {
      height: 120px;
      padding: 10px;
      overflow: scroll;
      border: 1px solid #434343;
      margin-bottom: 20px; 
    }
}


@media only screen and (min-width: 370) and (max-width: 380) {
	h2 {
		font-size: 16px;
	  }
	  h3 {
		font-size: 14px;
	  }
	  h4 {
		  font-size: 12px;
		}
	  .row p {
		font-size: 9px;
	  }
	  nav {
		font-size: 14px;
	  }
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	h2 {
		font-size: 18px;
	  }
	h3{
		font-size: 16px;
	}
	h4 {
		font-size: 14px;
	  }
	nav a {
		font-size: 14px;
	  }
	  #event a {
		  
		  font-size: 100%;}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /* Header Content */

	h2 {
		font-size: 24px;
	  }
	header img {
		width: 15%;
		margin: 40px;

	  }



} 


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {


}
