@media screen and (min-width: 480px) {
	
/******************************
HOME IMAGE
******************************/
	#home_image {
		background-color: #494949;
		padding: 0;
		margin: 0;
		border-bottom: solid #1B503D;
		border-width: 0 0 5px 0;
		text-align: center;
	}

}



@media screen and (min-width:680px) {

/******************************
HEADER
******************************/

	#main-logo {
		float: left;
		padding-left: 5%;
		
	}

	header {
		border-bottom: solid #1B503D;
		border-width: 0 0 5px 0;
	}

/******************************
NAVIGATION
******************************/

	nav {
		font-size: 1.35em;
		margin: 30px 10px 0 0;
		background-color: #FFFFFF;
		float: right;
		width: 315px;
	}

	nav ul {
		display: inline-block;
	}

	nav li ul {
		position: absolute;
		text-align: left;
		font-size: .90em;
		background-color: #FFFFFF;
		padding: 10px;
		display: none;
		box-shadow: 7.25px 7.25px 10px #1F212B;
		border: solid #F1F1F1;
		border-width: 1px;
		z-index: 100;
	}

	nav li {
		display:inline-block;
		padding: 2.5px 10px;
	}

	nav li:hover a {
		color: #54C0EB;
		transition: .5s;
		-webkit-transition: .5s;
		-moz-transition: .5s;
	}

	nav li:hover ul a {
		color: #2D9E6A;
		font-size: .85em;
	}

	nav li:hover ul li {
		margin: 5px 0;	
	}

	nav li:hover ul a:hover {
		color: #54C0EB;
		transition: .5s;
		-webkit-transition: .5s;
		-moz-transition: .5s;
	}

	nav li ul li {
		display: block;
		float: none;
	}

	nav li ul li a {	
		width: auto;
		min-width: 100px;
	}

	nav ul li a:hover + .hidden, .hidden:hover {
		display: block;
	}

	nav ul li a:hover + .second, .second:hover {
		display: block;
		right: 5px;
	}

	.show-menu {
		display: none;
	}

	input[type=checkbox] {
		display: none;
	}

	input[type=checkbox]:checked ~ #menu{
		display: block;
	}



/******************************
SECTION/CONTENT LAYOUT
******************************/
	#content_one {
		text-align: center;
	}

	#content_one li {
		display: inline-block;
		width: 250px;	
	}



/******************************
FOOTER
******************************/
		
	footer h2 {
		text-align: left;
		margin: 0 10%;
	}

	#prime_foot {
		float: left;
		clear: left;
		margin: 0 5% 0 10%;
	}

	#second_foot {
		float: left;
		margin-right: 3.75%
	}

	.social-icon {
		float: left;
		margin-top: 25px;
	}

/******************************************************************************************
CONTACT US PAGE
******************************************************************************************/

	#first_name {
		float: left;
		margin-right: 25px
	}

	#last_name {
		float: left;
	}

	input[type=submit] {
		width: 15%;
	}
		
	#e_mail {
		width: 460px;
	}

/******************************************************************************************
ABSTRACT MANAGEMENT PAGE
******************************************************************************************/

	#abshr {
		display: block;
		max-width: 700px;
		clear: both;
	}

	#colicon {
		display: inline-block;
		float: left;
		background-color: #54C0EB;
		border-radius: 100%;
		max-width: 128px;
		margin-top: 20px;
	}

	#colicon2 {
		display: none;
	}

	#revicon {
		display: inline-block;
		float: right;
		background-color: #6ABD6C;
		border-radius: 100%;
		max-width: 128px;
		margin-top: 20px;
	}

	#revicon2 {
		display: none;
	}

	#sesicon {
		display: inline-block;
		float: left;
		background-color: #F9CB3D;
		border-radius: 100%;
		max-width: 128px;
		margin-top: 20px;
	}	

	#sesicon2 {
		display: none;
	}

	#repicon {
		display: inline-block;
		float: right;
		background-color: #F06668;
		border-radius: 100%;
		max-width: 128px;
		margin-top: 20px;
	}

	#repicon2 {
		display: none;
	}



/******************************************************************************************
ABSTRACT MANAGEMENT PAGE
******************************************************************************************/

	#spkrportal1, #spkrportal2 {
		margin: 0;
		padding: 0;
		box-shadow: 3px 4px 10px #1F212B;
		max-width: 470px;
	}

	#spkrportal1 {
		margin-left: 1.5%;
		float: left;
	}

	#spkrportal2 {
		margin: 40px 1.5% 0;
		float: right;
	}

	.speaker_caption {
		padding: 5px;
		text-align: center;
		clear: left;
		width: 470px;
	}



/******************************************************************************************
ITINERARY BUILDER PAGE
******************************************************************************************/

	#listsample {
		margin: 20px 1.5% 0;
		padding: 0;
		box-shadow: 3px 4px 10px #1F212B;
		max-width: 980px;
		width: 450px;
		clear: left;
		float: left;
	}

	#gridviewsample {
		margin: 20px 1.5% 0;
		padding: 0;
		box-shadow: 3px 4px 10px #1F212B;
		max-width: 980px;
		width: 450px;
		float: left;
	}

	.itcaption, .itcaption2  {
		float: left;
		width: 430px;
		max-block-size: 450px;
	}

	.itcaption2 {
		display: block;
	}

	.itcaption3 {
		display: none;
	}
	.itbuilder {
		width: 480px;
		float: left;
	}

/******************************************************************************************
HOME PAGE SLIDESHOW
******************************************************************************************/

	.home-slide {
		clear: both;
	}



/******************************************************************************************
INTEGRATION PAGE
******************************************************************************************/

	.textpad {
		margin-bottom: 25px;
	}

	#apiicon {
		display: inline-block;
		float: left;
		background-color: #F9CB3D;
		border-radius: 100%;
		max-width: 128px;
		margin-top: 20px;
	}

	#apiicon2 {
		display: none;
	}

	#membicon {
		display: inline-block;
		float: right;
		background-color: #F06668;
		border-radius: 100%;
		max-width: 128px;
		margin-top: 20px;
	}

	#membicon2 {
		display: none;
	}

	#regicon {
		display: inline-block;
		float: left;
		background-color: #6ABD6C;
		border-radius: 100%;
		max-width: 128px;
		margin-top: 20px;
	}

	#regicon2 {
		display: none;
	}

	#avicon {
		display: inline-block;
		float: right;
		background-color: #367181;
		border-radius: 100%;
		max-width: 128px;
		margin-top: 20px;
	}

	#avicon2 {
		display: none;
	}

	#mobileicon {
		display: inline-block;
		float: left;
		background-color: #54C0EB;
		border-radius: 100%;
		max-width: 128px;
		margin-top: 20px;
	}

	#mobileicon2 {
		display: none;
	}



/******************************************************************************************
SPEAKER MANAGEMENT PAGE
******************************************************************************************/

#timeicon {
	display: inline-block;
	float: left;
	background-color: #FFF;
	border-radius: 100%;
	border: 1px solid #A8AAAD;
	max-width: 128px;
	margin-top: 20px;
}

#timeicon2 {
	display: none;
}
	
#placeicon {
	display: inline-block;
	float: right;
	background-color: #324A5E;
	border-radius: 100%;
	max-width: 128px;
	margin-top: 20px;
}

#placeicon2 {
	display: none;
}

#connecticon {
	display: inline-block;
	float: left;
	background-color: #F2BE3E;
	border-radius: 100%;
	max-width: 128px;
	margin-top: 20px;
}

#connecticon2 {
	display: none;
}

#left-text a:hover {
	color: #54C0EB;
	transition: .5s;
	-webkit-transition: .3s;
}




/******************************************************************************************
MOBILE APP PAGE
******************************************************************************************/

#webicon {
	display: inline-block;
	float: left;
	background-color: #F9CB3D;
	border-radius: 100%;
	max-width: 128px;
	margin-top: 20px;
}

#webicon2 {
	display: none;
}
	
#nativeicon {
	display: inline-block;
	float: right;
	background-color: #54C0EB;
	border-radius: 100%;
	max-width: 128px;
	margin-top: 20px;
}

#nativeicon2 {
	display: none;
}

#coreappicon {
	display: inline-block;
	float: left;
	background-color: #FFF;
	max-width: 128px;
	margin-top: 20px;
}

#coreappicon2 {
	display: none;
}

#left-text a:hover {
	color: #54C0EB;
	transition: .5s;
	-webkit-transition: .3s;
}



/******************************************************************************************
EVALUATION PAGE
******************************************************************************************/

	#createicon {
		display: inline-block;
		float: left;
		background-color: #7383BF;
		border-radius: 100%;
		max-width: 128px;
		margin-top: 20px;
	}

	#createicon2 {
		display: none;
	}

	#evalcolicon {
		display: inline-block;
		float: right;
		background-color: #54C0EB;
		border-radius: 100%;
		max-width: 128px;
		margin-top: 20px;
	}

	#evalcolicon2 {
		display: none;
	}

	#evalrepicon {
		display: inline-block;
		float: left;
		background-color: #F06668;
		border-radius: 100%;
		max-width: 128px;
		margin-top: 20px;
	}

	#evalrepicon2 {
		display: none;
	}



/******************************************************************************************
CREDITS PAGE
******************************************************************************************/

#configicon2 {
	display: none;
}

#configicon {
	display: inline-block;
	float: left;
	background-color: #F06668;
	border-radius: 100%;
	max-width: 128px;
	margin-top: 20px;
}

#useicon2 {
	display: none;
}

#useicon {
	display: inline-block;
	float: right;
	background-color: #FFF;
	border-radius: 100%;
	border: 1px solid #A8AAAD;
	max-width: 128px;
	margin-top: 20px;
}

#certicon2 {
	display: none;
}

#certicon {
	display: inline-block;
	float: left;
	background-color: #324A5E;
	border-radius: 100%;
	max-width: 128px;
	margin-top: 20px;
}

#transfericon2 {
	display: none;
}

#transfericon {
	display: inline-block;
	float: right;
	background-color: #F2BE3E;
	border-radius: 100%;
	max-width: 128px;
	margin-top: 20px;
}



/******************************************************************************************
HANDOUTS PAGE
******************************************************************************************/

#autoicon2 {
	display: none;
}

#autoicon {
	display: inline-block;
	float: left;
	background-color: #F06668;
	border-radius: 100%;
	max-width: 128px;
	margin-top: 20px;
}

#discicon2 {
	display: none;
}

#discicon {
	display: inline-block;
	float: right;
	background-color: #54C0EB;
	border-radius: 100%;
	max-width: 128px;
	margin-top: 20px;
}

#transfericon2 {
	display: none;
}

#transfericon {
	display: inline-block;
	float: right;
	background-color: #F2BE3E;
	border-radius: 100%;
	max-width: 128px;
	margin-top: 20px;
}





/******************************************************************************************
HANDOUTS PAGE
******************************************************************************************/

	#approveicon2 {
		display: none;
	}

	#approveicon {
		display: inline-block;
		float: left;
		background-color: #79DF45;
		border-radius: 100%;
		max-width: 128px;
		margin-top: 20px;
	}

	#publishicon2 {
		display: none;
	}

	#publishicon {
		display: inline-block;
		float: right;
		background-color: #F06668;
		border-radius: 100%;
		max-width: 128px;
		margin-top: 20px;
	}



/******************************************************************************************
ITINERARY BUILDER PAGE
******************************************************************************************/

#marketicon2 {
	display: none;
}

#marketicon {
	display: inline-block;
	float: left;
	background-color: #54C0EB;
	border-radius: 100%;
	max-width: 128px;
	margin-top: 20px;
}

#buildicon2 {
	display: none;
}

#buildicon {
	display: inline-block;
	float: right;
	background-color: #F2BE3E;
	border-radius: 100%;
	max-width: 128px;
	margin-top: 20px;
}

#integrateicon2 {
	display: none;
}

#integrateicon {
	display: inline-block;
	float: left;
	background-color: #367181;
	border-radius: 100%;
	max-width: 128px;
	margin-top: 20px;
}

/******************************************************************************************
STAFF PAGE
******************************************************************************************/

#left-icon {
	display: inline-block;
	float: left;
	max-width: 128px;
	margin-top: 20px;
}

#right-icon {
	display: inline-block;
	float: right;
	max-width: 128px;
	margin-top: 20px;
}

}



@media screen and (min-width:738px) {

/******************************
INDEX PAGE CONTENT
******************************/

	#content_two {
		text-align: center;
	}

	#content_two li {
		display: inline-block;
		width: 300px;
		margin: 0 1.1111111111% 15px;	
	}


}



@media screen and (min-width:800px) {

/******************************
FOOTER
******************************/
		
	footer h2 {
		text-align: left;
		margin: 0 10%;
	}

	#prime_foot {
		float: left;
		clear: left;
		margin: 0 10% 0 15%;
	}

	#second_foot {
		float: left;
		margin-right: 7.5%
	}

	.social-icon {
		float: left;
		margin-top: 25px;
	}

}



@media screen and (min-width:1125px) {

/******************************
INDEX PAGE CONTENT
******************************/

	#content_two li {
		float: left;
	}

	#content_two li:nth-child(4) {
		clear: left;

}



@media screen and (min-width:1129px) {

	#content_one li {
		display: inline-block;
		float: left;
	}
}

@media screen and (min-width:1174px) {

	nav {
		font-size: 1em;
		margin: 30px 50px 0 0;
		float: right;
		width: 750px;
	}

	nav li {
		padding: 0 10px;
	}

}