/* 
* Amazium V1.3
* Copyright 2012, Mike Ballan
* www.amazium.co.uk
*/

/***** Screen 960px *****/


.top			 								{ margin:0 auto; margin-top:30px; }	
.base											{ margin:0 auto; margin-bottom:40px; }	
span.example									{ margin-bottom:5px; padding:5px 0 5px 0; background-color:#eee; text-align:center; width:100%; display:block; }


.wrapper-block,
.wrapper-block [type="text"],
.wrapper-block select {
	width: 98%;
	}
	
#front .grid_4 h2,
#frontb .grid_4 h2 {
	font-size: 2.6em;
	}
.home-top {
	background: url(http://enemieslist.com/assets/images/marketing.jpg) no-repeat 50% 60%;
    background-size: 1300px;
	}	




/***** Screen Bigger than 960px *****/
@media only screen and (min-width:1200px) {


.wrapper-block {
	width: 220px;
	}
.wrapper-block [type="text"],
.wrapper-block select { 
width: 200px;
}

#front .grid_4 h2,
#frontb .grid_4 h2 {
	font-size: 3em;
	}
	
.marketing h1 {
	font-size: 3.75em;
	}
	.marketing h1 span {
	display: block;
    font-size: 1.5em;
    line-height: 1.5em;
	text-transform: uppercase;
	}

.home-top {
	background: url(http://enemieslist.com/assets/images/marketing.jpg) no-repeat 50% 50%;
    background-size: cover;
	}

}


/***** Screen Bigger than 1430px *****/
@media only screen and (min-width:1430px) {

.home-top {
	background: url(http://enemieslist.com/assets/images/marketing.jpg) no-repeat 50% 30%;
    background-size: cover;
	}
	
}


/***** Tablet (Smaller than 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 959px) {


.marketing .float-left {
	width: 100%;
	}
.marketing h1 {
	float: left;
	}
.marketing .cta {
	float: right;
	margin-top: 30px;
	}
	
.marketing .float-right {
	float: left;
	}
.marketing .float-right img {
	max-width: 100%;
	}

#frontb .marketing h1 {
	font-size: 3em;
	margin: 30px 0;
	}
#frontb .marketing .cta {
	margin-top: -135px;
	margin-right: 0;
}	

#front .grid_4 h2,
#frontb .grid_4 h2 {
	font-size: 2em;
	}

}



/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 767px) {


.marketing .float-left {
	width: 100%;
	}
.marketing h1,
.marketing .cta {
	margin-bottom: 20px;
	}
	.marketing h1 {
		font-size: 3em;
		}
.marketing .float-right {
	float: left;
	}
.marketing .float-right img {
	max-width: 100%;
	}
.cta a {
	font-size: 2.5em;
	}
	
.row.pagename {
	font-size: .5em;
	}

.wrapper-inline {
	width: auto;
	}
.wrapper-inline label {
	width: 100%;
	}
	
#frontb .marketing h1 {
	font-size: 3em;
	margin: 20px 0;
	}
#frontb .marketing ul li {
	font-size: 1.3em;
	margin-bottom: 10px;
	margin-left: 20px;
	}
#frontb .marketing .cta {
	float: none;
	margin-top: -30px;
	margin-right: 0;
	}
.home-top {
	background: url(http://enemieslist.com/assets/images/marketing.jpg) no-repeat 50% 60%;
    background-size: 1000px;
	}

}


	
/***** Phone (landscape 420px) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
.home-top {
	background: url(http://enemieslist.com/assets/images/marketing.jpg) no-repeat 50% 40%;
    background-size: 1000px;
	}
	
.marketing .float-left {
	width: 100%;
	}
.marketing h1,
.marketing .cta {
	margin-bottom: 20px;
	}
	
.marketing .float-right {
	float: left;
	}
.marketing .float-right img {
	max-width: 100%;
	}
	
.wrapper-inline {
	width: auto;
	}
.wrapper-inline label {
	width: 210px;
	}
	
#frontb .marketing h1 {
	font-size: 3em;
	margin: 20px 0;
	}
#frontb .marketing ul li {
	font-size: 1.3em;
	margin-bottom: 10px;
	margin-left: 20px;
	}
#frontb .marketing .cta {
	float: none;
	margin-top: -30px;
	margin-right: 0;
	}

}


/***** Phone (smaller than 380px) *****/
@media only screen and (max-width: 380px) {
	
.home-top {
	background: url(http://enemieslist.com/assets/images/marketing.jpg) no-repeat 50% 40%;
    background-size: cover;
	}
	.marketing h1 span {
		font-size: 1.1em;
	}
	
}



/***** Retina *****/
@media only screen and (-webkit-min-device-pixel-ratio:1.5) {



}
