@import url("../FlandersBlue/FlandersBlue.css");
@import url("jquery_bxslider.css");  /* image slider on home page */
@import url("buttons.css");       /* button styles */
@import url("buttonsSRC.css");       /* SRC button styles */

/*********** Font styles ***********/
@import url("fonts/font-awesome-min.css");   
@import url("fonts/roboto.css");  /* Roboto */
@import url("fonts/catamaran.css");  /* Catamaran */

/*********** open hours style ***********/
@import url("normalize.css");     
@import url("vicons-font.css");  
@import url("hours.css");    
/****************************************/

body {
	background-color: #eeeeee;
}

body, html {
    height: 0px;
}

body, body.normal {
	font-size: 16px;
}

body,p{
	font-weight: 300;
	font-size:18px;
	color:#2F2F2F;
}

body, div, h1, h2, h3, h4, h5, h6, form, textarea, p, td, input, span, u, strong {
	font-family: "Roboto";
}

body #content{
	height: 100%;
	min-height: 300px;
}

.menu-icon{
	position: static;
}

.libraryLogo{
	padding-top: 3%;
	padding-left: 5%;
}

.revertOld{
	position:absolute;
	padding-left: 85%;
	width: 12%;
}

/* Home background image position */
.homeBackground{
	background-image: url("/iguana/css/themes/KIRK/images/original_logo_2.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	height: 630px;
	max-height: 630px;
	padding-bottom: 80px;
}

/* Collection background image position */
.collectionBackground{
	background-image: url("/iguana/css/themes/KIRK/images/1532.jpg");
	background-repeat: no-repeat;
	background-size: 100%;	
	height: 520px;	
	background-position: 0 90%;
}

/* Service background image position */
.serviceBackgroundCIRC, .serviceBackgroundCompRoom{
	background-repeat: no-repeat;
	background-size: 100%;	
	height: 600px;
	
}

.serviceBackgroundCIRC{
	background-image: url("/iguana/css/themes/KIRK/images/circCounter.jpg");
}

.serviceBackgroundCompRoom{
	background-image: url("/iguana/css/themes/KIRK/images/computerRoom.jpg");
	background-position: 0% 60%;
}

/* Remove left border for table td */
.RichTextItem  .appcontent td {
	border-left:0;
}

.recordTable td {
	padding-bottom: 20px;
}

/* Joining the library (loans and renewals table border) */
.loanRenewalTable tr{
	border: 1px solid #999999 !important;
}

.loanRenewalTable td{
	border: 1px solid #999999 !important;

}

/****************************** NAVIGATION BAR *********************************/
/* menu height */
div.navMenu{
	margin: 0;
	border: 0;
	height: 30px;
}

#navigation {
	background: #333333 none repeat scroll 0px 0px !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	border-bottom: none;
}

/* Bar colour */
#navigation > ul > li > ul, .navMenu {
	background:	#333333 !important;
	border:	1px solid #333333;
}

/* List items font colour */
.navigation a:hover  * {
	color: #6ec2c4 !important;
}

/* Navigation bar item sizes */
.navMenu .buttonHolderInner{
	padding:5px 12px 0px 12px
}

/* Navigation bar text size */
.navMenu .buttonHolderInner a{
	font-size: 18px;
	color: #eeeeee;
}

/* Navigation bar tabs font and background color */
#navigation > ul > li:hover, .navMenu .buttonHolderInner:hover,
#navigation > ul > li:hover > a > span, .navMenu .buttonHolderInner:hover a {
	background:				#D88439 !important;
	color:					#ffffff !important;
	text-decoration:		none;
}

#navigation > ul > li:hover > a > span{
	box-shadow: 1px 7px 9px -3px rgba(0, 0, 0, 0.5);
}

/*************** Shadow border below main navigation ******************/
#navigation, .column .application .apptitle {
	box-shadow: none;	
}

#navigation, .column .application .apptitle {
	margin-bottom: 			0px;		
	-moz-box-shadow: 		0px 2px 2px #e0e0e0;
	-webkit-box-shadow: 	0px 2px 2px #e0e0e0;
	box-shadow: 			0px 2px 2px #e0e0e0;	
}
/***********************************************************************/

/* Remove arrow next to navigation tabs */
ul.mainnavigation > li > a > span {
    background-image: none !important;
}

ul.mainnavigation > li > ul {   
	background: #33CAFF ;
	font-family: 'Roboto', sans-serif;
}

/* Remove navigation links' font weight */
ul.mainnavigation > li > ul > li > a {
	font-weight: 100;
}

ul.mainnavigation > li > a > span { 
	color:#ffffff; 
	font-size:18px;   
	background-image:none;    
	font-family: 'Roboto', sans-serif;
}

ul.mainnavigation a.link > span {
	color: #eeeeee;
	font-family: 'Roboto', sans-serif;
}

ul.mainnavigation a.link:hover > span  {   
	color: #333;   
	text-decoration: none;   
	font-family: 'Roboto', sans-serif;
}

/*******************************************************************************/

span.rppSelect{
	margin-left: 1000px;
}

#banner	{	
	float: left;	
	width: 100%;	
	position: relative;	
	text-align: left;	
	z-index: 1;	
	overflow: auto;
}

.BannerSWF .openClose .inner {    
	overflow: hidden;
}

#banner .bannerImage img {	
	margin-bottom: 0px;
	width: 100%;
}

/* Black box behind search box */
.blackBox{
	content:'\A';
	position:absolute;
	width:1560px; height:579px;
	top:0; left:0;
	background:rgba(0,0,0,0.6);
	opacity:0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/* Search button on result page */
.resultsLinks{
	border: 0;
	padding-bottom: 20px;
}

/* Simple search */
.Start .searchFormSimple .searchKeySimple{
	height: 30px;
}

/* Simple search - Search button */
div.dijit.dijitReset.dijitLeft.dijitInline.dijitButton{
	margin-left: 10px !important;
	background-color: #eeeeee !important;
}

/* mobile menu not visible in desktop view */
.mobileMenu{
	text-indent: -9999em;
	position: absolute;
	display: none;
}

.mobileMenu2{
	display: none;
}

/************ Home search box styling & placement ************/
.searchbox .searchBoxForm .searchterm input {
	width: 55% !important;
	height: 2%;
}

.searchQuery{
	padding: 4% 0 0 22%;
	height: 20em;
	line-height: 20em;
}

.searchQuery input[type=text]{
	font-size: 24px;
	padding: 1.75% 1% 1.75% 1%;
	margin-top: 0.28%;
	position: absolute;
	width: 30%;
}

.searchQuery input[type=text]:focus{    
	box-shadow: 0 0 10px rgba(81, 203, 238, 1);    
	border: 1px solid #ccc;
}

.searchQuery input[type=submit]{	
	background-color: #333;    
	background-image: url('images/search_20x20.png');    
	background-size: 55%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 2% 4% 3% 1.7%;
	margin-left: 68.5%;
	text-indent: -9999em;
	position: relative;
	display: block;
	cursor: pointer;
	border: none;
}
/********************************************************/

/* Advanced search (restriction) */
.searchForm fieldset{
	border: 0;
}

.homeSearch:focus {    
	box-shadow: 0 0 10px rgba(81, 203, 238, 1);    
	border: 2px solid #ccc;
}

.homeSearch:focus ~  #overlay{    
	display: block;
}

.searchFilterSelect{
	display:none;
}

#wrapper{  
	max-width: 100%; 
	width:100%;
}

#header{
	padding: 0px 0px 0px; 
	min-height: 0px; 
	max-height: 100%; 
	font-size: 16px;
} 

#columnwrapper{
	width:100%;
	min-height: 720px;
}

.restrictionRow {
	width: 360px;
	
}

#divSearchScreen.expert .restrictionRow.doubletextbox span{
	display: inline-block;
}

/* Send by mail (Disable email input field) */
.outputEmail{
	display:none
}

/* Year of publication */
.restrYear{
	width: 80px !important;
	height: 30px;
}

/* Comboboxes arrows size */
.dijitComboBox .dijitButtonNode{
	height: 30px;
	width: 20px;
}

/* Combobox arrows height */
.dijitComboBox .dijitArrowButton .dijitArrowButtonInner{
	height: 30px;
}

#divSearchScreen.expert .restrictionRow.doubletextbox span div{
	padding: 3px;
}

/* Comboboxes  format*/
#divSearchScreen.expert .rowOper .dijitComboBox, #divSearchScreen.expert .rowIndex .dijitComboBox, .dijitComboBox{
	height: 30px !important;

}

/* Comboboxes text placement */
div.dijitReset.dijitInputField input[type=text]{
	height: 30px;
}

/* Search input field */
.searchKeyExpert{
	height: 30px;
	margin-bottom: 2px;
}

span.searchKey{
	display: none;
}

/****************************** My account ******************************/
/* interests hyperlink */
.newMaterial{
	display: none;
}

/* Personal information (change password) */
.modifyData{
	padding-top: 20px;
}

/* CSV Export */
#lhOptCSV{
	display:none !important;
}

.column .application .apptitle, .application.deBib, #navigation ul {
    border: 0 !important;
}

.RichTextItem .appcontent tr{
	border-bottom: none;
}

/* Remove number of claims (Loan history) */
.appcontent .summary tr:last-child { 
	display: none;
}

/* Menu item texts */
#divWelcome, #anchor_menu, #divInterests, #hdgAlertCR, #divLists{
	padding-top: 2%;
}

/* Loan history */
.summary{
	padding-top: 2%;
}
/************************************************************************/

div.generalInfo{
	margin-top: 20px;
	margin-bottom: 20px;
}

/******************* Loans and renewals table *******************/
div#divItemsCL.items.results .itemFull{
	margin-top: 30px;
}

/******************* Fine and penalties table *******************/
.penaltiesTable{
	width: 310px;
}

/*************** BOOK LIST FORMATTING *****************/
/* Position on page */
.applicationcontainerregular.dijitTitlePane.application.Tree.dijitContentPane{
	width: 100%;
	padding: 40px;
}

/* List item placeholder */
div.searchTree > ul.textAndImage > li > a > div.treeElementImage{
	width: 470px;
}

/* List item image placeholder */
div.searchTree > ul.textAndImage > li > a > div.treeElementImage > img{
	height: 180px !important;
}

/* List item size */
div.searchTree > ul.textAndImage > li{
	height: 236px;
	width: 170px;
}

/* List item image */
.treeElementImage img{
	width: 170px !important;
	height: 120px !important;
}

/* Remove image enlarge on hover */
div.searchTree > ul.textAndImage > li:hover > a > div.treeElementImage > img{
	height: 72% !important;
}

/* List item title */
.treeElementText{
	height: 50px;
	width: 100%;
	bottom: 0 !important;
	position: absolute;
	display: block;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);	
	font-size: 14px;
	text-align: center;
}
/*************************** END BOOK LIST ***************************/

/******************* footer *******************/
#footer {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}

#footer .footer {
	padding: 0 0 0 0;
	background-color: #333333;
}

/* powered by iguana (below footer) */
#footer .payoff {
	background-color: #333333;
	color: #eee;
	font-size: 0px;
	padding-bottom:12px;
	margin-bottom:0px;
}

.footerTable{
	padding-top: 1%;
	overflow-x: auto;
}

/* Horizontal line */
.bar{
	border-top: 1px solid #8c8b8b;
}

/* Footer horizontal line */
.footerLine{
	border: 0; 
	height: 1px; 
	background-image: -webkit-linear-gradient(left, #3f3f3f, #c8b8b8, #3f3f3f);
	background-image: -moz-linear-gradient(left, #3f3f3f, #c8b8b8, #3f3f3f);
	background-image: -ms-linear-gradient(left, #3f3f3f, #c8b8b8, #3f3f3f);
	background-image: -o-linear-gradient(left, #3f3f3f, #c8b8b8, #3f3f3f);
}

#footerinner{
	width: 100%;
	margin: 0px;
	height:0px;	
}

.footerLinks {
	color:#eee;
	font-size: 20px;
	width:100%; 
	padding: 4% 0% 2% 15%;
}

.footerLinks th{
	padding-bottom:10px;
}

/* Remove underline for links on hover */
.footerLinks td a:hover, .sideNavigationPrograms ul li a, #navigation > ul > li > a, #navigation > ul > li > ul > li > a{
	text-decoration:none;
}

/* footer link font color */
.footerLinks td a{
	color: #6ec2c4;
	font-size: 15px;
	padding-bottom:12px;
}

.rightsReserved{
	color: #eee;
	font-size: 15px;
}
/**********************************************/

.headerWithBackground { 
	position: relative; 
}

.tableBackground {
	position: absolute;    
	z-index: -1;    
	top: 0;    
	left: 0;    
	right: 0;    
	bottom: 0;    
	width: 100%;    
	height: 100%;
}

hr.dotted {
	border-top: 1px dotted #8c8b8b;
}

.apptitle {
	margin: 0 0 0;
}

#column1 > div {
    margin:0;
	width: 100%;
}

/************* Calendars *************/
.calendarView {
	padding: 2% 0 5% 5%;	
}
/*************************************/

div .bx-viewport{
	padding: 0;
	margin: 0;
	border: 0;
}
/* slider position on page */
.slider{
	padding-left: 8%;
	width: 100%;
}

.appcontent{
	padding: 0px;
}

.column > div{
	margin: 0px;
}

.RichTextItem img {
	margin: 0;
}

/* Read More button */
.readMore{
	padding: 0 0 0 32%;
	position: absolute;
	cursor:pointer;
}

/******** Donwload policy PDF buttons ********/
#downloadPolicy, #revertDiv, .purchaseSuggestion, #purchaseSuggestion{
	text-decoration: none;
	color: white !important;
	width: 170px;
}

/********* Small search throughout website *********/
.smallSearch{
	padding-left: 7%;
	padding-top: 5%;
}

.smallSearch input[type=text]{
	font-size: 18px;
	padding: 0.7em;
}

.smallSearch input[type=submit]{
	font-size: 18px;
	float: left;
	width: 40%;
	display: block;
	padding: 0.7em;
	border: none;
	background-color:#333;
	color: #eee;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	cursor:pointer;
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}
/***************************************************/

/* Layout of services RTIs */
.servicesLayout{
	padding: 5% 10% 0 5%;
}

/* Last RTI on service page */
.lastServiceRTI{
	padding: 5% 10% 10% 5%;
}

.booklistTable td{
	height: 180px;
}

/* Service RTI title background colour */
.apptitle h2, .apptitle div{
	color: #007a9c !important;
	background-color: #eee;
}

/* Events Calendar */
#calendarframe{
	width: 90%;
	height: 720px;
}

/* remove RTI title spacing */
.apptitle{
	margin: 0;
	border: 0;
	padding: 0px;
}

/* remove RTI hover border */
.apptitle:hover {
	border:	0;
}

/************** Side navigation bars **************/
.sideNavigationService, .sideNavigationCollection, .sideNavigationPrograms{
	padding-left: 7%;
	margin-top: 5%;
	width: 1600px;
}

.sideNavigationService ul, .sideNavigationCollection ul, .sideNavigationPrograms ul{
	list-style-type: none;
    margin: 0;
    padding-top: 20px;
    margin-bottom: 30px;
    width: 20%;
    height: 410px;
    background-color: #333;    
    overflow: auto;
    position: static;
}

.sideNavigationCollection ul{
	height: 350px;
}

.sideNavigationPrograms ul{
	height: 300px;
}

/* Remove left spacing on navigation */
ul li	{
	margin-left: 0px;
}

/* Availability status (search result list) */
.listItem .Availability.detail div > span span:first-child {
    width: 60% !Important;
}

/* Availability color (result list) */
.Availability.detail > .available *,
.Availability.detail > .notavailable * {
	color: #000000;
}

.available, .notavailable{
	font-weight: 600;
	padding-bottom: 10px;
}

.notavailable > span, .available > span{
	font-size: 18px;
}

span.hideme{
	display: none !important;
}

/* Material Type (record detail) */
#recordDisplay .FullMaterialType, .recordDisplayElement .briefMaterial, .recordDisplayElement .FullMaterialType {
    padding-top: 10px;
    color: #000000;
}

.reserveInfo{
	padding-left: 20px;
}

.changeExpDate > span{
	display: none !important;
}

/* Hyperlinks */
.linkTo{
	text-decoration: underline;
	color: #005066;
	font-weight: 400;
}

/* Other pages in navigation */
.sideNavigationService li a, .sideNavigationCollection li a, .sideNavigationPrograms li a{
    display: block;
    color: #000;
    padding: 12px 30px;
    text-decoration: none;
    font-size: 18px;
}

/* Current page in navigation */
.sideNavigationService li a.active, .sideNavigationCollection li a.active, .sideNavigationPrograms li a.active{
    background-color: #D88439;
    font-size: 19px;
    font-weight: 600;
}

.sideNavigationService li a:hover:not(.active), .sideNavigationCollection li a:hover:not(.active) , .sideNavigationPrograms li a:hover:not(.active){
    background-color: #555;
    color: white;
}

/* navigation text color */
.RichTextItem .appcontent .sideNavigationCollection a, .RichTextItem .appcontent .sideNavigationService a, .RichTextItem .appcontent .sideNavigationPrograms a {
	color: #eee !important;
}
/************* end side navigation ******************/

.subtitle{
	color: #007a9c;
}

.sectionTitle{
	color: #007a9c;
	font-size: 17px !important;
}

.externalLink{
	color: black;
}

#upcomingEventsDiv{
	height: 320px;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
}

.applicationcontainer .upcomingEvents {
	padding-left: 0%;
}

.upcomingEvents iframe{
	width: 100%;
	height: 310px;
	background-color: #eeeeee;
}

.onlineResources{
	width: 90%;
	padding: 5% 10% 0% 5%;
}

.onlineResourcesKids{
	width: 90%;
	padding: 5% 10% 10% 5%;
}

/* Direct search RTI format & placement */
.directSearch{
	padding: 2% 30% 5% 2%;
}

/* Google map library location */
.mapRTI{
	padding: 5% 30% 10% 5%;
}

/* Remove RTI minimum width by default */
.RichTextItem .appcontent table{
	min-width: 0px;
}

.collapseExpand > div.wrapper {
	border-left: 0;
	list-style-type: none !important;
}

.collapseExpand > div.wrapper > ul > li{
	list-style-type: none !important;
}

/* Search result summary */
.briefExtract{
	display: none;
}

/* New realses table */
.newReleasesTable, .popularPicksTable {
	display: block;
}
.newReleasesTable td, .popularPicksTable td{
	display: inline-block;
	width: 130px;
	height: 150px;
}

/* Search result: Details top spacing */
.application.Record, .application.Display{
	padding-top: 5%;
}

/* Search result (search box) */
.application.Start{
	padding: 5% 10% 2% 5%;
}

/* Search result RTI (local database) */
.Display, #dojoUnique34, .ReadingList, .Record, .RecordFull, .ItemDetails{
	padding: 5% 10% 1% 5%;
}

/* Search result recprd (Item details) */
div#divItemDetails.ItemDetails{
	padding: 3% 0% 0% 0%;
}

/* Search result record (More information) */
div#divRecordFull.RecordFull{
	padding: 3% 0% 5% 0%
}

/* Search result (details, title and text space) */
.SearchRecord, .RecordOptions{
	padding-top: 5%;
}

/* Search result RTI (options) */
.application.RecordOptions, .application.ResultsOptions{
	padding: 12% 15% 5% 0%;
}

/* Search result RTI (Restriction) */
.application.Restrictions{
	padding: 5% 15% 5% 0%;
}

/* User account dash RTI layout */
.UserActivities{
	 padding: 10% 0% 10% 15%;
}

/* User account items RTI layout */
.Welcome.dijitContentPane,  .CurrentLoans.dijitContentPane, .LoanHistory.dijitContentPane, .PaymentsHistory.dijitContentPane, .CurrentReservations.dijitContentPane, .Deposits.dijitContentPane, .LoanPlan.dijitContentPane, .Interests.dijitContentPane, .SearchFilter.dijitContentPane, .ReadingLists.dijitContentPane{
	padding: 5% 20% 0% 5%;
}

.ListOptions{
	padding: 12% 20% 0% 5%;
}

/* Left padding for unordered lists */
.ulSpacing{
	padding-left: 20px;
}

.ulSpacing li{
	padding-bottom: 8px;
}

ul, ol{
	list-style:circle;
}

/*********************************** MOBILE VIEW (smaller phones) *******************************************/
@media only screen and (max-width: 374px) {
	body {
		max-width: 100%;
		overflow-x: hidden;
	}
	
	/* user account */
	.UserActivities {
		padding: 2% 0% 2% 5%;
	}

	.revertOld, .libraryLogo{
		display:none;
	}

	.homeBackground{
		height: 10px !important;
	}

	.menu-icon {
		position: static;
		background: #333 url(/iguana/css/themes/KIRK/images/menu-icon.png) center;
		display:inline-block;
		background-repeat: no-repeat;
		width: 60px;
		height: 60px;
		margin-right: 3%;
		margin-top: 3%;
		background-size: 75%;
	}

	/* Navigation bar text size */
	.navMenu .buttonHolderInner a{
		font-size: 16px;
		color: #eeeeee;
	}

	/* My account, language */
	div.navMenu{
		padding: 4px;
		margin-bottom: 10px;
		margin-top: 5px;
	}

	/* Navigation bar item sizes */
	.navMenu .buttonHolderInner{
		padding: 2px 0px 0px 0px;
	}

	#navigation ul {
		display: none;
		background: #fff;
		border: 5px solid #444;
		width: 100%;
		border-radius: 4px 0 4px 4px;
	}

	#navigation li {
		width: 100%;
		padding-left: 2%;
	}
	
	.mobileMenu{
		text-indent: 0;
		position: static;
		padding-top: 5px;
		display: inline;
	}
	
	.menu-icon:hover #navigation ul{
		display: block;
	}

	.searchbox .searchBoxForm .searchterm input {
    	width: 100% !important;
	}

	/************ Home search box styling & placement ***********/
	.searchbox .searchBoxForm .searchterm input {
		width: 96% !important;
		height: 50px;
	}

	.searchQuery{
		padding: 2% 0 0 0;
	}

	.searchQuery input[type=text]{
		font-size: 24px;
		padding: 2%;
		position: relative;
	}

	.searchQuery input[type=text]:focus{    
		box-shadow: 0 0 10px rgba(81, 203, 238, 1);    
		border: 1px solid #ccc;
	}

	.searchQuery input[type=submit]{
		display:none;
	}
	/*******************************************************/

	/* Home background image position */
	.homeBackground{
		background-image: none !important;
		height: 100px;
	}

	/* slider position on page */
	.slider{
		padding-top: 0%;
		padding-left: 0%;
		width: 100%;
	}

	.applicationcontainer .upcomingEvents{
		padding: 2%;
	}

	/************** Side navigation bars **************/
	.sideNavigationService, .sideNavigationCollection, .sideNavigationPrograms{
		padding-left: 0%;
		margin-top: 5%;
	}

	.sideNavigationService ul, .sideNavigationCollection ul, .sideNavigationPrograms ul{
		list-style-type: none;
		margin: 0;
		padding-top: 20px;
		margin-bottom: 30px;
		width: 100%;
		height: 410px;
		background-color: #333;    
		overflow: auto;
		position: static;
	}

	.sideNavigationCollection ul{
		height: 350px;
	}

	.sideNavigationPrograms ul{
		height: 300px;
	}
	/***********************************************/

	/********* Small search throughout website *********/
	.smallSearch{
		padding: 5% 3% 0 3%
	}

	.smallSearch input[type=text]{
		font-size: 18px;
		padding: 0.7em;
	}

	.smallSearch input[type=submit]{
		font-size: 18px;
		float: left;
		width: 40%;
		display: block;
		padding: 0.7em;
		border: none;
		background-color:#333;
		color: #eee;
		vertical-align: middle;
		position: relative;
		z-index: 1;
		-webkit-backface-visibility: hidden;
		-moz-osx-font-smoothing: grayscale;
		cursor:pointer;
		-webkit-transition: border-color 0.4s, color 0.4s;
		transition: border-color 0.4s, color 0.4s;
	}
	/***************************************************/

	.collectionBackground, .serviceBackground, .serviceBackgroundCIRC, .serviceBackgroundCompRoom{
		height: 200px;
	}
	
	/* Address google map */
	.lastServiceRTI iframe{
		width:100%
	}

	/************************ footer ***********************/
	#footer {
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
	}

	#footer .footer {
		padding: 0 0 0 0;
		background-color: #333333;
	}

	/* powered by iguana (below footer) */
	#footer .payoff {
		background-color: #333333;
		color: #eee;
		font-size: 0px;
		padding-bottom:12px;
		margin-bottom:0px;
	}

	/* Horizontal line */
	.bar{
		border-top: 1px solid #8c8b8b;
	}

	/* Footer horizontal line */
	.footerLine{
		border: 0; 
		height: 1px; 
		background-image: -webkit-linear-gradient(left, #3f3f3f, #c8b8b8, #3f3f3f);
		background-image: -moz-linear-gradient(left, #3f3f3f, #c8b8b8, #3f3f3f);
		background-image: -ms-linear-gradient(left, #3f3f3f, #c8b8b8, #3f3f3f);
		background-image: -o-linear-gradient(left, #3f3f3f, #c8b8b8, #3f3f3f);
	}

	#footerinner{
		width: 100%;
		margin: 0px;
		height:0px;	
	}
	
	.footerTable td{
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}

	.footerLinks {
		padding-left: 20%;
	}

	/* Remove underline for links on hover */
	.footerLinks td a:hover, .sideNavigationPrograms ul li a, #navigation > ul > li > a, #navigation > ul > li > ul > li > a{
		text-decoration:none;
	}

	/* footer link font color */
	.footerLinks td a{
		color: #6ec2c4;
		font-size: 15px;
		padding-bottom:12px;
	}

	.rightsReserved{
		color: #eee;
		font-size: 15px;
	}
	/*******************************************************/
}
/************************************************************************************************************/

/*********************************** MOBILE VIEW (large phones) *******************************************/
@media only screen and (min-width: 375px) and (max-width: 500px){
	body {
		max-width: 100%;
		overflow-x: hidden;
	}

	/* user account */
	.UserActivities {
		padding: 2% 0% 2% 5%;
	}

	.revertOld, .libraryLogo{
		display:none;
	}

	/* Navigation bar item sizes */
	.navMenu .buttonHolderInner{
		padding: 2px 5px 0px 0px;
	}

	.menu-icon {
		position: static;
		background: #333 url(/iguana/css/themes/KIRK/images/menu-icon.png) center;
		display:inline-block;
		background-repeat: no-repeat;
		width: 60px;
		height: 60px;
		margin-right: 3%;
		margin-top: 3%;
		background-size: 75%;
	}

	/* My account, language */
	div.navMenu{
		padding: 4px;
		margin-bottom: 10px;
		margin-top: 5px;
	}

	#navigation ul {
		display: none;
		background: #fff;
		border: 5px solid #444;
		width: 100%;
		border-radius: 4px 0 4px 4px;
	}
	
	.homeBackground{
		height: 10px !important;
	}

	#navigation li {
		width: 100%;
		padding-left: 2%;
	}
	
	.mobileMenu{
		text-indent: 0;
		position: static;
		padding-top: 5px;
		display: inline;
	}
	
	.searchbox .searchBoxForm .searchterm input {
    	width: 100% !important;
	}

	/************ Home search box styling & placement ***********/
	.searchbox .searchBoxForm .searchterm input {
		width: 96% !important;
		height: 50px;
	}

	.searchQuery{
		padding: 2% 0 0 0;
	}

	.searchQuery input[type=text]{
		font-size: 24px;
		padding: 2%;
		position: relative;
	}

	.searchQuery input[type=text]:focus{    
		box-shadow: 0 0 10px rgba(81, 203, 238, 1);    
		border: 1px solid #ccc;
	}

	.searchQuery input[type=submit]{
		display:none;
	}
	/*******************************************************/

	/* Home background image position */
	.homeBackground{
		background-image: none !important;
		height: 100px;
	}

	/* slider position on page */
	.slider{
		padding-top: 0%;
		padding-left: 0%;
		width: 100%;
	}

	.applicationcontainer .upcomingEvents{
		padding: 2%;
	}

	/************** Side navigation bars **************/
	.sideNavigationService, .sideNavigationCollection, .sideNavigationPrograms{
		padding-left: 0%;
		margin-top: 5%;
	}

	.sideNavigationService ul, .sideNavigationCollection ul, .sideNavigationPrograms ul{
		list-style-type: none;
		margin: 0;
		padding-top: 20px;
		margin-bottom: 30px;
		width: 100%;
		height: 410px;
		background-color: #333;    
		overflow: auto;
		position: static;
	}

	.sideNavigationCollection ul{
		height: 350px;
	}

	.sideNavigationPrograms ul{
		height: 300px;
	}
	/***********************************************/

	/********* Small search throughout website *********/
	.smallSearch{
		padding: 5% 3% 0 3%
	}

	.smallSearch input[type=text]{
		font-size: 18px;
		padding: 0.7em;
	}

	.smallSearch input[type=submit]{
		font-size: 18px;
		float: left;
		width: 40%;
		display: block;
		padding: 0.7em;
		border: none;
		background-color:#333;
		color: #eee;
		vertical-align: middle;
		position: relative;
		z-index: 1;
		-webkit-backface-visibility: hidden;
		-moz-osx-font-smoothing: grayscale;
		cursor:pointer;
		-webkit-transition: border-color 0.4s, color 0.4s;
		transition: border-color 0.4s, color 0.4s;
	}
	/***************************************************/

	.collectionBackground, .serviceBackground, .serviceBackgroundCIRC, .serviceBackgroundCompRoom{
		height: 250px;
	}

	/* Address google map */
	.lastServiceRTI iframe{
		width:100%
	}

	/************************ footer ***********************/
	#footer {
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
	}

	#footer .footer {
		padding: 0 0 0 0;
		background-color: #333333;
	}

	/* powered by iguana (below footer) */
	#footer .payoff {
		background-color: #333333;
		color: #eee;
		font-size: 0px;
		padding-bottom:12px;
		margin-bottom:0px;
	}

	/* Horizontal line */
	.bar{
		border-top: 1px solid #8c8b8b;
	}

	/* Footer horizontal line */
	.footerLine{
		border: 0; 
		height: 1px; 
		background-image: -webkit-linear-gradient(left, #3f3f3f, #c8b8b8, #3f3f3f);
		background-image: -moz-linear-gradient(left, #3f3f3f, #c8b8b8, #3f3f3f);
		background-image: -ms-linear-gradient(left, #3f3f3f, #c8b8b8, #3f3f3f);
		background-image: -o-linear-gradient(left, #3f3f3f, #c8b8b8, #3f3f3f);
	}

	#footerinner{
		width: 100%;
		margin: 0px;
		height:0px;	
	}
	
	.footerTable td{
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}

	.footerLinks {
		padding-left: 20%;
	}

	/* Remove underline for links on hover */
	.footerLinks td a:hover, .sideNavigationPrograms ul li a, #navigation > ul > li > a, #navigation > ul > li > ul > li > a{
		text-decoration:none;
	}

	/* footer link font color */
	.footerLinks td a{
		color: #6ec2c4;
		font-size: 15px;
		padding-bottom:12px;
	}

	.rightsReserved{
		color: #eee;
		font-size: 15px;
	}
	/*******************************************************/
}
/************************************************************************************************************/

/***************************************** Mobile (landscape) *************************************************/
@media only screen and (min-width: 501px) and (max-width: 750px) {
	body {
		max-width: 100%;
		overflow-x: hidden;
	}

	/* user account */
	.UserActivities {
		padding: 5% 5% 2% 5%;
	}

	.revertOld, .libraryLogo{
		display:none;
	}

	/* Navigation bar item sizes */
	.navMenu .buttonHolderInner{
		padding: 2px 5px 0px 0px;
	}

	.menu-icon {
		position: static;
		background: #333 url(/iguana/css/themes/KIRK/images/menu-icon.png) center;
		display:inline-block;
		background-repeat: no-repeat;
		width: 60px;
		height: 60px;
		margin-right: 3%;
		margin-top: 3%;
		background-size: 75%;
	}

	/* My account, language */
	div.navMenu{
		padding: 4px;
		margin-bottom: 10px;
		margin-top: 5px;
	}
	
	#navigation ul {
		display: none;
		background: #fff;
		border: 5px solid #444;
		width: 100%;
		border-radius: 4px 0 4px 4px;
	}

	#navigation li {
		width: 100%;
		padding-left: 2%;
	}
	
	.mobileMenu{
		text-indent: 0;
		position: static;
		padding-top: 5px;
		display: inline;
	}

	.searchbox .searchBoxForm .searchterm input {
    	width: 100% !important;
	}

	/************ Home search box styling & placement ***********/
	.searchbox .searchBoxForm .searchterm input {
		width: 96% !important;
		height: 50px;
	}

	.searchQuery{
		padding: 2% 0 0 0;
	}

	.searchQuery input[type=text]{
		font-size: 24px;
		padding: 2%;
		position: relative;
	}

	.searchQuery input[type=text]:focus{    
		box-shadow: 0 0 10px rgba(81, 203, 238, 1);    
		border: 1px solid #ccc;
	}

	.searchQuery input[type=submit]{
		display:none;
	}
	/*******************************************************/

	/* Home background image position */
	.homeBackground{
		background-image: none !important;
		height: 100px !important;
		margin: 0px !important;
	}

	/* slider position on page */
	.slider{
		padding-top: 0%;
		padding-left: 0%;
		width: 100%;
	}

	.applicationcontainer .upcomingEvents{
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 0;
	}

	/************** Side navigation bars **************/
	.sideNavigationService, .sideNavigationCollection, .sideNavigationPrograms{
		padding-left: 3%;
	}

	.sideNavigationService ul, .sideNavigationCollection ul, .sideNavigationPrograms ul{
		list-style-type: none;
		margin: 0;
		padding-top: 20px;
		margin-bottom: 30px;
		width: 100%;
		height: 410px;
		background-color: #333;    
		overflow: auto;
		position: static;
	}

	.sideNavigationCollection ul{
		height: 350px;
	}

	.sideNavigationPrograms ul{
		height: 300px;
	}
	/***********************************************/

	.serviceBackground, .homeBackground, .serviceBackgroundCIRC, .serviceBackgroundCompRoom{
		height: 250px;
		padding-bottom: 5px;
		margin-top: 30px;
	}

	.smallSearch{
		margin-top: 10px;
	}

	/********* Small search throughout website *********/
	.smallSearch{
		padding: 5% 3% 0 3%
	}

	.smallSearch input[type=text]{
		font-size: 18px;
		padding: 0.7em;
	}

	.smallSearch input[type=submit]{
		font-size: 18px;
		float: left;
		width: 40%;
		display: block;
		padding: 0.7em;
		border: none;
		background-color:#333;
		color: #eee;
		vertical-align: middle;
		position: relative;
		z-index: 1;
		-webkit-backface-visibility: hidden;
		-moz-osx-font-smoothing: grayscale;
		cursor:pointer;
		-webkit-transition: border-color 0.4s, color 0.4s;
		transition: border-color 0.4s, color 0.4s;
	}
	/***************************************************/

	.collectionBackground, .serviceBackground, .serviceBackgroundCIRC, .serviceBackgroundCompRoom{
		height: 250px;
	}

	/* Address google map */
	.lastServiceRTI iframe{
		width:100%
	}

	/************************ footer ***********************/
	#footer {
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
	}

	#footer .footer {
		padding: 0 0 0 0;
		background-color: #333333;
	}

	/* powered by iguana (below footer) */
	#footer .payoff {
		background-color: #333333;
		color: #eee;
		font-size: 0px;
		padding-bottom:12px;
		margin-bottom:0px;
	}

	/* Horizontal line */
	.bar{
		border-top: 1px solid #8c8b8b;
	}

	/* Footer horizontal line */
	.footerLine{
		border: 0; 
		height: 1px; 
		background-image: -webkit-linear-gradient(left, #3f3f3f, #c8b8b8, #3f3f3f);
		background-image: -moz-linear-gradient(left, #3f3f3f, #c8b8b8, #3f3f3f);
		background-image: -ms-linear-gradient(left, #3f3f3f, #c8b8b8, #3f3f3f);
		background-image: -o-linear-gradient(left, #3f3f3f, #c8b8b8, #3f3f3f);
	}

	#footerinner{
		width: 100%;
		margin: 0px;
		height:0px;	
	}
	
	.footerTable td{
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}

	.footerLinks {
		padding-left: 20%;
	}

	/* Remove underline for links on hover */
	.footerLinks td a:hover, .sideNavigationPrograms ul li a, #navigation > ul > li > a, #navigation > ul > li > ul > li > a{
		text-decoration:none;
	}

	/* footer link font color */
	.footerLinks td a{
		color: #6ec2c4;
		font-size: 15px;
		padding-bottom:12px;
	}

	.rightsReserved{
		color: #eee;
		font-size: 15px;
	}
	/*******************************************************/
}

/************************************************************************************************************/

/***************************************** Tablet (small) *************************************************/
@media only screen and (min-width: 751px) and (max-width: 830px) {
	.collectionBackground, .serviceBackground, .homeBackground, .serviceBackgroundCIRC, .serviceBackgroundCompRoom{
		height: 310px;
		padding-bottom: 5px;
	}

    .applicationcontainer .upcomingEvents {
		padding-left: 5%;
    }

	.revertOld{
		width: 20%;
		padding-left: 79.4%;
		font-size: 13px;
	}

	/************ Search box on home ***********/
	.searchQuery input[type=text]{
		font-size: 24px;
		padding: 1.75% 1% 1.75% 1%;
		margin-top: 0.50%;
		position: absolute;
		width: 30%;
	}

	.searchQuery input[type=submit]{	
		background-color: #333;    
		background-image: url('images/search_20x20.png');    
		background-size: 55%;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		padding: 2.5% 6.2% 2.3% 1.2%;
		margin-left: 68.5%;
		text-indent: -9999em;
		position:relative;
		display:block;
		cursor:pointer;
		border: none;
	}
	
	/*************************************************/

	/* Address google map */
	.lastServiceRTI iframe{
		width:100%
	}

	.serviceBackgroundCIRC, .serviceBackgroundCompRoom, .collectionBackground{
		height: 280px;
	}

	.upcomingEvents{
		margin-left: 5px;
	}
}

/************************************************************************************************************/

/***************************************** Tablet (regular) *************************************************/
@media only screen and (min-width: 831px) and (max-width: 900px) {
	.collectionBackground, .serviceBackground, .homeBackground, .serviceBackgroundCIRC, .serviceBackgroundCompRoom{
		height: 340px;
		padding-bottom: 5px;
	}

    .applicationcontainer .upcomingEvents {
		padding-left: 5%;
    }

	.revertOld{
		width: 20.5%;
		padding-left: 79%;
		font-size: 15px;
	}

	/************ Search box on home ***********/
	.searchQuery input[type=text]{
		font-size: 24px;
		padding: 1.75% 1% 1.75% 1%;
		margin-top: 0.50%;
		position: absolute;
		width: 30%;
	}

	.searchQuery input[type=submit]{	
		background-color: #333;    
		background-image: url('images/search_20x20.png');    
		background-size: 55%;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		padding: 1% 5.3% 2.5% 1.2%;
		margin-left: 69.4%;
		text-indent: -9999em;
		position:relative;
		display:block;
		cursor:pointer;
		border: none;
	}
	/*************************************************/

	/* Address google map */
	.lastServiceRTI iframe{
		width:100%
	}

	.searchQuery input[type=submit]{
		padding: 2.2% 5.5% 2.3% 1.2%;
		margin-left: 68.9%;
	}
}

/************************************************************************************************************/

/****************************************** Tablet (large) **************************************************/
@media only screen and (min-width: 901px) and (max-width: 1000px){
	.revertOld{
		width: 20%;
		padding-left: 79.4%;
		font-size: 15px;
	}

	.collectionBackground, .serviceBackground, .homeBackground, .serviceBackgroundCIRC, .serviceBackgroundCompRoom{
		height: 370px;
		padding-bottom: 5px;
	}

	/************ Search box on home ***********/
	.searchQuery input[type=text]{
		font-size: 24px;
		padding: 1.75% 1% 1.75% 1%;
		margin-top: 0.40%;
		position: absolute;
		width: 30%;
	}

	.searchQuery input[type=submit]{	
		background-color: #333;    
		background-image: url('images/search_20x20.png');    
		background-size: 55%;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		padding: 1% 5.3% 2.5% 1.2%;
		margin-left: 68.7%;
		text-indent: -9999em;
		position:relative;
		display:block;
		cursor:pointer;
		border: none;
	}

	.searchQuery input[type=submit]{
		padding: 2.2% 5.5% 2.3% 1.2%;
		margin-left: 68.8%;
	}
	/*************************************************/
	
	/* Address google map */
	.lastServiceRTI iframe{
		width:100%
	}
}
/************************************************************************************************************/

/****************************************** Tablet (extra large) **************************************************/
@media only screen and (min-width: 1001px) and (max-width: 1024px){
	.revertOld{
		width: 19%;
		padding-left: 80%;
	}

	/************ Search box on home ***********/
	.searchQuery input[type=text]{
		font-size: 24px;
		padding: 1.75% 1% 1.75% 1%;
		margin-top: 0.40%;
		position: absolute;
		width: 30%;
	}

	.searchQuery input[type=submit]{
		padding: 2.5% 5.5% 2.3% 1.2% !important;
		margin-left: 68.5% !important;
	}
	/*************************************************/
	
	/* Address google map */
	.lastServiceRTI iframe{
		width:100%
	}

	.serviceBackgroundCIRC, .serviceBackgroundCompRoom, .collectionBackground, .homeBackground{
		height: 340px;
	}

	.upcomingEvents{
		margin-left: 20px;
	}
}
/************************************************************************************************************/

/************************************** Desktop (small 1 screen) **********************************************/
@media only screen and (min-width: 1025px) and (max-width: 1075px){
	.revertOld{
		position:absolute;
		padding-left: 80%;
		width: 19%;
		font-size: 16px !important;
	}

	.revertOld{
		font-size: 20px;
	}

	.collectionBackground, .serviceBackground, .serviceBackgroundCIRC, .serviceBackgroundCompRoom, .homeBackground{
		height: 350px;
	}

	.searchQuery input[type=submit]{
		padding: 2% 4.7% 2.3% 1.2%;
		margin-left: 69.3%;
	}
}

/************************************************************************************************************/

/************************************** Desktop (small 2 screen) **********************************************/
@media only screen and (min-width: 1076px) and (max-width: 1100px){
	.revertOld{
		position:absolute;
		padding-left: 80%;
		width: 18%;
		font-size: 16px;
	}

	.collectionBackground, .serviceBackground, .serviceBackgroundCIRC, .serviceBackgroundCompRoom{
		height: 550px;
	}

	.homeBackground{
		height: 420px;
		padding-bottom: 5px;
	}

	.searchQuery input[type=submit]{
		padding: 2.1% 4.7% 2.3% 1.2%;
		margin-left: 69.3%;
	}
}

/************************************************************************************************************/

/************************************** Desktop (medium 1 screen) **********************************************/
@media only screen and (min-width: 1101px) and (max-width: 1200px){
	.revertOld{
		position:absolute;
		padding-left: 80%;
		width: 16.5%;
		font-size: 16px;
	}

	.collectionBackground, .serviceBackground, .serviceBackgroundCIRC, .serviceBackgroundCompRoom{
		height: 550px;
	}

	.homeBackground{
		height: 450px;
		padding-bottom: 5px;
	}

	.searchQuery input[type=submit]{
		padding: 2.2% 4.7% 2.3% 1.2%;
		margin-left: 69.1%;
	}
}

/************************************************************************************************************/

/************************************** Desktop (medium 2 screen) **********************************************/
@media only screen and (min-width: 1201px) and (max-width: 1340px){
	.revertOld{
		position:absolute;
		padding-left: 82%;
		width: 17%;
		font-size: 18px;
	}

	.collectionBackground, .serviceBackground, .serviceBackgroundCIRC, .serviceBackgroundCompRoom{
		height: 550px;
	}

	.homeBackground{
		height: 500px;
		padding-bottom: 5px;
	}

	.searchQuery input[type=submit]{
		padding: 2.3% 4.7% 2.3% 1.2%;
		margin-left: 69.1%;
	}
}

/************************************************************************************************************/

/************************************** Desktop (medium 3 screen) **********************************************/
@media only screen and (min-width: 1341px) and (max-width: 1470px){
	.revertOld{
		position:absolute;
		padding-left: 85%;
		width: 13.5%;
	}

	.collectionBackground, .serviceBackground, .serviceBackgroundCIRC, .serviceBackgroundCompRoom{
		height: 550px;
	}

	.homeBackground{
		height: 550px;
		padding-bottom: 5px;
	}

	.searchQuery input[type=submit]{
		padding: 2.5% 4.7% 2.3% 1.2%;
		margin-left: 69.1%;
	}

	.upcomingEvents{
		margin-left: 20px;
	}
}

/************************************************************************************************************/

/************************************** Desktop (large screen) **********************************************/
@media only screen and (min-width: 1471px) and (max-width: 1550px){
    .revertOld{
		position:absolute;
		padding-left: 85%;
		width: 12.5%;
	}

	.collectionBackground, .serviceBackground, .serviceBackgroundCIRC, .serviceBackgroundCompRoom{
		height: 550px;
	}

	.homeBackground{
		height: 580px;
		padding-bottom: 5px;
	}

	.searchQuery input[type=submit]{
		padding: 1.2% 4.3% 2.9% 1.2%;
		margin-left: 69%;
	}

	.searchQuery input[type=submit]{
		padding: 2.5% 4.7% 2.3% 1.2%;
		margin-left: 68.6%;
	}
}

/************************************************************************************************************/

/************************************** Desktop (large 2 screen) **********************************************/
@media only screen and (min-width: 1551px) and (max-width: 1600px){
	.revertOld{
		position:absolute;
		padding-left: 85%;
		width: 12.5%;
	}

	.collectionBackground, .serviceBackground, .serviceBackgroundCIRC, .serviceBackgroundCompRoom{
		height: 550px;
	}

	.homeBackground{
		height: 600px;
		padding-bottom: 5px;
	}

	.searchQuery input[type=submit]{
		padding: 2.6% 4.7% 2.3% 1.2%;
		margin-left: 68.5%;
	}
}

/************************************************************************************************************/

/************************************** Desktop (large 2 screen) **********************************************/
@media only screen and (min-width: 1601px) and (max-width: 1700px){		
	.homeBackground{
		padding-bottom: 5px;
	}
	
	.searchQuery input[type=submit]{
		padding: 2.6% 4.7% 2.3% 1.2%;
		margin-left: 68.5%;
	}
}

/************************************************************************************************************/

/************************************** Desktop (large 2 screen) **********************************************/
@media only screen and (min-width: 1701px) and (max-width: 1800px){		
	.homeBackground{
		padding-bottom: 50px;
	}

	.searchQuery input[type=submit]{
		padding: 2.7% 4.7% 2.3% 1.2%;
		margin-left: 68.5%;
	}
}

/************************************************************************************************************/

/************************************** Desktop (large 3 screen) **********************************************/
@media only screen and (min-width: 1900px) and (max-width: 1980px){		
	.homeBackground{
		padding-bottom: 110px;
	}
}

/************************************************************************************************************/

/************************************** Desktop (large 4 screen) **********************************************/
@media only screen and (min-width: 1981px) and (max-width: 2080px){		
	.homeBackground{
		padding-bottom: 150px;
	}

	.slider{
		padding-left: 18%;
	}

	.searchQuery input[type=submit]{
		padding: 2.8% 4.7% 2.3% 1.2%;
		margin-left: 68.2%;
	}
}

/************************************************************************************************************/

/************************************** Desktop (large 5 screen) **********************************************/
@media only screen and (min-width: 2081px) and (max-width: 2180px){		
	.homeBackground{
		padding-bottom: 190px;
	}

	.slider{
		padding-left: 18%;
	}

	.searchQuery input[type=submit]{
		padding: 2.9% 4.7% 2.3% 1.2%;
		margin-left: 68.2%;
	}
}

/************************************************************************************************************/

/************************************** Desktop (large 6 screen) **********************************************/
@media only screen and (min-width: 2181px) and (max-width: 2290px){		
	.homeBackground{
		padding-bottom: 230px;
	}

	.slider{
		padding-left: 22%;
	}

	.searchQuery input[type=submit]{
		padding: 2.9% 4.7% 2.3% 1.2%;
		margin-left: 68.2%;
	}
}

/************************************************************************************************************/

/************************************** Desktop (large 7 screen) **********************************************/
@media only screen and (min-width: 2291px) and (max-width: 2400px){		
	.homeBackground{
		padding-bottom: 270px;
	}

	.slider{
		padding-left: 25%;
	}

	.searchQuery input[type=submit]{
		padding: 2.9% 4.7% 2.3% 1.2%;
		margin-left: 68.1%;
	}
}

/************************************************************************************************************/

/************************************** Desktop (large 8 screen) **********************************************/
@media only screen and (min-width: 2401px) and (max-width: 2520px){		
	.homeBackground{
		padding-bottom: 320px;
	}

	.slider{
		padding-left: 30%;
	}

	.searchQuery input[type=submit]{
		padding: 2.9% 4.7% 2.3% 1.2%;
		margin-left: 68.1%;
	}
}

/************************************************************************************************************/

/************************************** Desktop (large 9 screen) **********************************************/
@media only screen and (min-width: 2521px) and (max-width: 2650px){		
	.homeBackground{
		padding-bottom: 360px;
	}

	.slider{
		padding-left: 35%;
	}

	.searchQuery input[type=submit]{
		padding: 2.9% 4.7% 2.3% 1.2%;
		margin-left: 68%;
	}
}

/************************************************************************************************************/

/************************************** Desktop (large 10 screen) **********************************************/
@media only screen and (min-width: 2651px) and (max-width: 2750px){		
	.homeBackground{
		padding-bottom: 400px;
	}

	.slider{
		padding-left: 38%;
	}

	.searchQuery input[type=submit]{
		padding: 3% 4.7% 2.3% 1.2%;
		margin-left: 67.9%;
	}
}

/************************************************************************************************************/

/************************************** Desktop (Max size screen) **********************************************/
@media only screen and (min-width: 2751px){		
	.homeBackground{
		padding-bottom: 500px;
	}

	.slider{
		padding-left: 38%;
	}

	.searchQuery input[type=submit]{
		padding: 3% 4.7% 2.3% 1.2%;
		margin-left: 67.9%;
	}

	#footer{
		padding-top: 80px;
	}
}

/************************************************************************************************************/
