/* 
* Amazium V1.0.0
* Copyright 2011, Mike Ballan
* www.amazium.co.uk
*/


/***** Standard 960px *****/


/***** iPad Smaller than 1024px Landscape *****/
@media only screen and (min-width: 959px) and (max-width: 1200px) {
	#main-nav-top, #main-nav-bottom, .utility-menu li {
		font-size: 0.8em;
	};
}

@media only screen and (min-width: 959px) and (max-width: 1024px) {
	#featured {
		position: relative;
		left: -54px;
	}

	.white-three-col {
		min-width: 960px;
		overflow: visible;
	}

	#as-header .newsletter-signup input[type="text"] {
		width: 140px;
	}

	body {
		max-width: 1026px;
	}

	.white-three-col {
		min-width: 1024px;
	};
}
	

	
/***** iPad Portrait *****/

@media only screen and (min-width: 768px) and (max-width: 958px) {
	.footer .bottom .content,
	.left-2-column .left-column {
		display: none;
	}

	#featured {
		position: relative;
		left: 0px;
		height: 320px;
		font-size: 1em;
	}

	img {
		max-width: 100%;
	}

	.rule {
		left: 0;
	}

	.footer .bottom .books img {
		width: 90px;
	}

	#featured .ui-tabs-panel {
		left: 0;
	}

	.left-2-column .section-header, .left-2-column .consulting-header, .left-2-column .coaching-header, .left-2-column .client-relationship-mgmt, .left-2-column .mentoring-programs, .left-2-column .power-tools {
/*		background: url(../images/bg-section-header-slice.png) repeat-x top left;*/
		width: 100%;
	}

	.left-2-column .main-content {
		width: 100%;
	}

	.left-2-column .section-header p, .left-2-column .consulting-header p, .left-2-column .coaching-header p, .left-2-column .client-relationship-mgmt p, .left-2-column .mentoring-programs p, .left-2-column .power-tools p {
/*		padding: 57px 20px 0;*/
	}

	#as-header .newsletter-signup input[type="text"] {
		width: 140px;
	}

	.wrapper {
		width: 100%;
	}

	#as-header #main-nav-bottom li a, #as-header #main-nav-bottom-mobile li a {
		font-size: 0.938em;
	}

	div.anythingSlider {
		left: 2px;
	}

	#main-nav-top, #main-nav-bottom {
		font-size: 0.7em;
	}

	#home_box_1 #portrait {
		margin-top: 0px;
	};
}

	
/***** Smaller than 767px *****/

@media only screen and (max-width: 767px) {
	#featured,
	.footer .bottom .content {
		display: none;
	}

	#as-header .social-wrapper {
		left: 0;
		top: 0;
		width: 99%;
	}

	.row {
/*		width: 90% !important;*/
		padding: 0 10px;
	}

	img {
		max-width: 100%;
	}

	.rule {
		left: 0;
	}

	#as-header {
/*		height: 360px;*/
	}

	#as-header #main-nav-bottom-mobile li a {
		padding-left: 10px;
		padding-right: 10px;
		display: block;
	}

	.left-2-column .section-header, .left-2-column .consulting-header, .left-2-column .coaching-header, .left-2-column .client-relationship-mgmt, .left-2-column .mentoring-programs, .left-2-column .power-tools {
		background: none;
	}

	.left-2-column .main-content {
		width: 100%;
	}

	.mentoring-programs p, .left-2-column .power-tools p {
		padding: 57px 20px 0 0;
	}

	.left-2-column .main-content h1 {
		padding: 0 0 0 2px;
		color: #172142;
		text-shadow: none;
	}

	.left-2-column .left-column {
		display: none;
	}

	.slider {
		display: none;
	}

	.mobile-featured {
		min-height: 250px;
		width: 100%;
	}

	#as-header .newsletter-signup {
		display: none;
	}

	.mobile-featured img {
		display: block;
		margin: 0 auto;
		visibility: visible;
		position: relative;
		top: 50px;
	}

	.leading,
.clientcentricities,
.testimonials {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.footer-links {
		width: 100% !important;
		overflow: visible !important;
	}

	.footer #footer-links-1 ul {
		width: 100% !important;
		overflow: visible;
		display: block;
		margin: 0 0 20px 0;
	}

	.footer #footer-links-2 {
		clear: both;
	}

	.footer .copyright {
		margin: 40px 0 0;
	}

	.footer .copyright .mobile {
		display: block;
		clear: both;
		width: 100%;
	}

	.footer .social .contact {
		display: block;
		margin: 10px 0 0;
		position: relative;
		right: 0;
	}

	#home_box_1 #portrait {
		display: none;
	}

	#home_box_1 .book p {
		display: none;
	}

	#as-header div.social {
		display: none;
	}

	#csuite_book {
		max-height: 200px;
	}

	#toolbox>div.right_block {
		display: none;
	}

	#toolbox>div.left_block {
		width: 88%;
		margin-right: 6%;
		background-image: none;
	}

	#free_ebook_container {
		display: block;
		width: auto;
	}

	#home_box_2 #csuite_book {
		display: block;
		max-width: 100%;
	};
}

/***** iPhone (landscape 420px) *****/

@media only screen and (min-width: 480px) and (max-width: 766px) {
	#featured,
	/* #as-header .newsletter-signup form, */
	.footer .bottom .content {
		display: none;
	}

	img {
		max-width: 100%;
	}

	#as-header #main-nav-bottom {
		margin: 80px 0 0;
		width: 100%;
	}

	#as-header #main-nav-top li.orange {
		width: 99%;
		text-align: center;
	}

	#as-header #main-nav-top {
		width: 100%;
	}

	.rule {
		left: 0;
	}

	.footer .bottom .books img {
		width: 80px;
	}

	.footer .bottom .social {
		float: right;
	}

	.mobile-featured {
		display: block;
	}

	.rule {
		display: none;
	}

	.mobile-featured {
		width: 100%;
	}

	#as-header #main-nav-top ul.lt-blue li {
		display: block;
		float: none;
		text-align: center;
		width: 100%;
	}

	.mobile-featured img {
		top: 50px;
	}

	.left-2-column .main-content {
		width: 100%;
	}

	.left-2-column .section-header p, .left-2-column .consulting-header p, .left-2-column .coaching-header p, .left-2-column .client-relationship-mgmt p, .left-2-column .mentoring-programs p, .left-2-column .power-tools p {
		padding: 57px 20px 0 2px;
	}

	#as-header #main-nav-bottom {
		display: none;
	}

	#as-header #main-nav-bottom-mobile {
		clear: both;
		display: block;
		margin: 30px 0 0;
		position: relative;
/* top: 100px; */
		width: 100%;
	}

	.articles #searchForm input[type="text"] {
		width: 70% !important;
	};
	
}

@media only screen and (max-width : 479px) {
	#featured,
	#andrew-sobel,
	#as-header .newsletter-signup form,
	.footer .books,
	.footer #footer-links-2,
	.footer .bottom .content, #buybookblock {
		display: none;
	}

	img {
		max-width: 100%;
	}

	.row {
/*		width: 90%;*/
		padding: 0 10px;
	}

	.rule {
		left: 0;
	}

	.rule.top {
		display: none;
	}

	#as-header {
/*		height: 310px;*/
	}

	#as-header #main-nav-top li.orange {
		width: 98.5%;
		text-align: center;
	}

	#as-header #main-nav-top {
		width: 100%;
		margin: 10px;
	}

	.mobile-featured img {
		top: 10px;
	}

	.footer #footer-links-1 ul li {
		display: block;
	}

	.footer #footer-links-1 ul {
		height: auto;
	}

	.footer .bottom {
		min-height: 0;
	}

	.footer .social .contact {
		text-align: right;
		position: relative;
		margin: 0 0 20px 0;
	}

	.rule {
		display: none;
	}

	#as-header #main-nav-bottom {
		width: 100%;
	}

	.footer #footer-links-1 {
		width: 100%;
	}

	.column {
		width: 100%;
	}

	.mobile-featured {
		display: block;
		min-height: 230px;
		position: relative;
		top: 30px;
		visibility: visible;
	}

	.mobile-featured img {
		display: block;
		text-align: center;
		margin: 0 auto;
	}

	.footer .copyright {
	}

	#as-header {
/*		max-width: 480px;*/
	}

	#as-header #main-nav-top ul.lt-blue li {
		width: 32.5%;
		text-align: center;
		font-size: 14px;
		margin: 0;
		display: inline;
		float: none;
	}

	.left-2-column .main-content {
		width: 100%;
	}

	.left-2-column .section-header p, .left-2-column .consulting-header p, .left-2-column .coaching-header p, .left-2-column .client-relationship-mgmt p, .left-2-column .mentoring-programs p, .left-2-column .power-tools p {
		padding: 57px 20px 0 2px;
	}

	#as-header #main-nav-bottom {
		display: none;
	}

	#as-header #main-nav-bottom-mobile {
		margin: 40px 0 0;
		display: block;
		width: 100%;
		white-space: normal;
		position: relative;
 /* top: 80px; */;
	}

	.footer .mobile-footer-rule {
		display: block;
	}

	.leading,
.clientcentricities,
.testimonials {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.articles #searchForm input[type="text"] {
 /* width: 70% !important; */;
	}

	.left-2-column .main-content .book-section .right {
		width: auto;
	}

	.left-2-column .main-content .book-section .buy-now-links {
		left: auto;
	}

	.left-2-column .section-header, .left-2-column .consulting-header, .left-2-column .coaching-header, .left-2-column .client-relationship-management-header, .left-2-column .mentoring-programs-header, .left-2-column .power-tools-for-power-questions-header {
		width: auto;
	}

	iframe {
		max-width: 100%;
		height: auto;
	}

	.articles #searchForm {
		position: relative !important;
		width: 250px;
	}

/*
Some video responsiveness
------------------------------------------------------------------ */

	.video iframe, .video object, .video embed {
		max-height: 100%;
		left: 0;
    /* position: absolute; */
		top: 0;
		max-width: 100%;
	};
}


	