.mobileButtons,
.showResponsive,
.responsiveStates,
.responsiveRepayterm {
	display: none;
}

.scrollArrow {
	position: fixed;
	display: none;
	bottom: 20px;
	right: 20px;
	width: 46px;
	height: 46px;
	padding: 0;
	cursor: pointer;
	z-index: 999;
}

table.mytable tr td .showResponsive {
	text-align: center;
}

.applyBtn {
	background: #CC0000;
	padding: 7px;
	font-size: 12px;
	color: #fff!important;
	text-decoration: none!important;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

body.tablet .sliderHolder {
	padding: 10px 0 20px!important;
}

body.tablet .sliderHolder .sliderButton {
	display: inline-block!important;
	position: relative;
	top: 1px;
}

.sliderSubmitButton {
	font-size: 1.1em;
	background: #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	padding: 6px;
}

body.tablet .sliderHolder .sliderButton button {
	font-size: 1.8em;
	line-height: 1.8em;
	width: 1.8em;
	text-align: center;
	background: #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

body.tablet .sliderHolder .slideLower {
	margin-right: 15px;
}

body.tablet .sliderHolder .slideHigher {
	margin-left: 15px;
}

body.tablet .sliderHolder h2 {
	width: 100%!important;
	text-align: center!important;
	margin-bottom: 10px!important;
}

@media screen and (max-width: 1100px) {
	body {
		background-size: auto 100%;
	}
}

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

	div#container {
		margin: 0 3%;
	}

	.header #header-inner {
		width: 94%;
	}
	
	#entry {
		width: 74%;
		margin: 0 auto;
	}
	
	/*.headerMenu {
		padding: 75px 0 0;
		display: block;
		width: 100%;
		text-align: center;
	}*/
	
	.header #logo {
		width: 30%;
	}
	
	.header #intro {
		width: 60%!important;
	}

}

@media screen and (max-width: 900px) {
	.header {
		padding-top: 15px;
		height: auto!important;
		text-align: center;
	}
	
	.header.shrink #intro,
	.header #header-inner #logo,
	.header #header-inner #intro {
		position: relative!important;
		right: auto!important;
		left: auto!important;
		top: auto!important;
		margin: 0;
		padding: 5px 0 0;
		line-height: 18px;
		float: none!important;
		display: block;
		width: 100%;
		text-align: center;
		font-size: 11px;
	}
	
	.header #header-inner #intro,
	.header.shrink #intro {
		margin-top: 10px;
		margin: 0 auto;
	}
	
	.header #header-inner #logo img {
		width: 210px!important;
	}
	
	.header.shrink #intro .dropcap,
	.dropcap {
		float: none!important;
		font: italic 11px arial!important;
		top: 0!important;
		margin-right: 0!important;
		padding: 0!important;
	}
	
	.headerMenu {
		padding-top: 130px;
	}

}

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

@media screen and (max-width: 735px) {
	div.sidebar {
		display: none!important;
	}
	
	div#entry {
		width: 100%!important;
	}
	
	div#container {
		position: relative;
		top: -20px;
		margin: 0!important;
	}
	
	div#footer {
		margin: 0 auto;
		position: relative;
		top: -20px;
		padding: 25px 0 0;
		background: #D2D2D2;
	}
}

@media screen and (max-width: 700px) {
	
	a.showResponsive {
		display: initial;
	}
	
	.showRegular {
		display: none!important;
	}
	
	.mobileButtons {
		display: block;
		padding: 15px 0 0;
		text-align: right;
	}
	
	.showResponsive {
		display: block;
		height: 15px;
		margin: 25px 0;
	}
	
	.showResponsive .gotoPersonal {
		float: left;
	}
	
	.showResponsive .columnSwitch {
		position: relative;
		top: -10px;
		float: right;
		display: inline-block;
		max-width: 100%;
		min-width: 115px;
		text-align: center;
		cursor: pointer;
		border: 1px solid #ccc;
		padding: 8px;
		font-size: 14px;
		background: #ffffff;
		background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
		background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
		background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
		background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
		background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
		border-radius: 4px;
	}
	
	table.mytable th.rank,
	table.mytable td.rank,
	table.mytable th.cost,
	table.mytable td.cost,
	table.mytable th.states,
	table.mytable td.states,
	table.mytable th.repayterm,
	table.mytable td.repayterm {
		display: none;
	}
	
	table.mytable.slider th.rank,
	table.mytable.slider td.rank,
	table.mytable.slider th.cost,
	table.mytable.slider td.cost,
	table.mytable.slider th.states,
	table.mytable.slider td.states,
	table.mytable.slider th.repayterm,
	table.mytable.slider td.repayterm {
		display: table-cell!important;
	}
	
	.sliderHolder {
		padding: 10px 0 20px!important;
	}
	
	.sliderHolder .sliderButton {
		display: inline-block!important;
		position: relative;
		top: 1px;
	}
	
	.sliderHolder .sliderButton button {
		font-size: 1.8em;
		background: #ccc;
		line-height: 1.8em;
		width: 1.8em;
		text-align: center;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		cursor: pointer;
	}
	
	.sliderHolder .slideLower {
		margin-right: 15px;
	}
	
	.sliderHolder .slideHigher {
		margin-left: 15px;
	}
	
	.sliderHolder h2 {
		width: 100%!important;
		text-align: center!important;
		margin-bottom: 10px!important;
	}
	
	table.mytable {
		width: 100%;
	}
	
	table.mytable th,
	table.mytable td {
		width: 30%;
	}
	
	table.mytable.custom th,
	table.mytable.custom td {
		width: auto;
	}
	
	table.mytable th.lender,
	table.mytable td.lender {
		width: 40%;
	}
	
	div.personalLoans table.mytable th.features,
	div.personalLoans table.mytable td.features {
		width: 45%;
	}
	
	div.personalLoans table.mytable th.amount,
	div.personalLoans table.mytable td.amount {
		width: 15%;
	}
	
	.responsiveStates {
		display: block;
	}
	
	.responsiveRepayterm {
		display: inline;
	}
	
	td.small, td.bald, td.features {
		font-size: 0.8em;
	}
	
	h2.personalLoansTitle {
		margin-top: 25px;
	}
	
	.sub {
		margin: 0 0 5px 0;
	}
	
	div.personalLoans table.mytable {
		margin: 10px auto;
	}
	
}

@media screen and (max-width: 620px) {
	
	#click-menu {
		top: 24px!important;
	}
	
	.header {
		top: 0!important;
		left: 0!important;
	}
	
	body.admin-bar .header {
		top: 46px!important;
	}
	
	.header #intro {
		display: none!important;
	}
	
	.headerMenu {
		width: 100%;
		padding-top: 100px!important;
	}
	
	.header #header-inner #logo img {
		max-width: 50%;
	}
	
	.headerMenu > div {
		display: inline-block;
		margin: 0;
	}

	.headerMenu > div:first-child {
		margin-left: 0;
		padding-right: 0;
		border-right: 1px dotted #AFAFAF;
	}

	.headerMenu > div:last-child {
		margin-right: 0;
		padding-left: 2%;
		border-left: 1px dotted #AFAFAF;
	}

	.headerMenu > div a {
		font-size: 10px;
		display: inline-block;
		padding: 10px;
	}
}

@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed!important;
	}
	
	div.stateSelectContainer.upTop {
		position: relative;
		top: auto;
		right: auto;
	}
}

@media screen and (max-width: 580px) {
	.entry img {
		max-width: 100%!important;
		width: auto!important;
		height: auto!important;
	}
	
	.ajaxContainer {
		float: none;
		width: 100%;
		margin: 0 0 15px!important;
	}
	
	.ajaxContainer .loader {
		margin: 0!important;
	}
	
	.inContentBox {
		width: 100%;
		margin: 0 auto 15px;
	}
}

@media screen and (max-width: 500px) {
	.headerMenu {
		display: none!important;
	}
	
	#wrapper {
		
	}
}

@media screen and (max-width: 480px) {
	
	
	
	.statstable {
		margin: 0 -15px;
	}
	
	h1, .entry h2 {
		font-size: 20px;
		padding-right: 20px;
	}
	
	h2.personalLoansTitle {
		padding-right: 0;
		text-align: center;
	}
	
	table.mytable {
		border: none;
		border-bottom: 1px solid #E2E2E2;
	}
	
	table.mytable th {
		font-size: 13px;
		padding: 6px;
	}
	
	table.mytable.featuresTable th,table.mytable.featuresTable td {
		width: 15%;
	}
	
	table.mytable.featuresTable th.lender,
	table.mytable.featuresTable td.lender {
		width: 40%;
	}
	
	table.mytable.featuresTable td.features {
		width: 45%;
	}
	
	table.mytable.featuresTable td.lender {
		padding: 6px 0 0 6px;
	}
	
	table.mytable.costTable th,
	table.mytable.costTable td {
		width: 30%;
	}
	
	table.mytable.costTable th.lender,
	table.mytable.costTable td.lender {
		width: 40%;
	}
	
	body {
		background: #D2D2D2;
		font: 14px Arial,Helvetica,sans-serif;
	}
	
	body small {
		font-size: 12px;
	}
	
	#click-menu {
		top: 26px!important;
	}
	
	#responsive-menu #responsive-menu-title {
		padding: 10px 0 10px 5% !important;
	}
	
	#entry {
		width: 95%;
	}
	
	.entry {
		padding: 0;
		margin-bottom: 20px;
	}
	
	/*table.mytable td.features {
		padding: 40px 0 10px 22%!important;
	}*/
}

@media screen and (max-width: 400px) {
	
	.sliderHolder .ui-slider {
		width: 30%;
	}
	
	.sliderSubmitButton {
		font-size: 1.2em;
		padding: 10px;
	}
	
}

@media screen and (max-width: 380px) {
	/*table.mytable td.features {
		padding: 40px 0 10px 20%!important;
	}*/
	
	#click-menu {
		top: 10px!important;
	}
	
}

@media screen and (max-width: 359px) {
	
	span.hideSmallest {
		display: none;
	}
	
	/*div.showResponsive {
		height: auto;
		margin-bottom: 5px;
		padding-bottom: 0;
	}
	
	div.showResponsive .gotoPersonal {
		float: none;
		display: block;
		margin-bottom: 20px;
	}*/
	
	div.showResponsive .columnSwitch {
		font-size: 12px;
		font-weight: bold;
		min-width: 100px;
	}
}