@charset "UTF-8";
/* CSS Document */

body{
	background-color: #f9fafa;
	margin: 0px;
	background-image: url(../images/lines.png);
	background-repeat: repeat-y;
	background-size: 100% 100%;
	background-position: top center;
	display: none;
}
img{
	pointer-events: none !important;
}
#loader{
	background-image: url(../images/FadeIn.gif);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	z-index: 1000;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}
#chat iframe{
	width: 100%; 
	height: 100%;
	border: 0;
	overflow: hidden;
	background-color: rgba(0, 0, 0,  .9);
	
}
#chat{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 1000;
}
#chat #back{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: fixed;
	top: 50px;
	right: 50px;
	background-color: #f9fafa;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #a3adb9;	
	line-height: 200%;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;	
}
#chat #back:hover {
	color: #ff0000;	
	width: 45px;
	height: 45px;
	font-size: 23px;
}
.open{
	cursor: pointer;
}
a{
	color: inherit !important;
	text-decoration: none;
}
#nav{
	background-color: #FFF;
	width: 100px;
	height: 100%;
	position: fixed;
	z-index: 1000;
	
}
#drop{
	width: 300px;
	height: 100%;
	position: fixed;
	z-index: 10;
	background: -webkit-linear-gradient(left, #135777 , #a53b39);
	background: -moz-linear-gradient(left, #135777 , #a53b39);
	opacity: .9;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 18px;
	color: #f9fafa;
	left: 100px;
	
}
#drop div{	
	width: 300px;
	height: 300px;
	margin: auto;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-left: 100px;
}
#drop ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#drop ul li{
	margin-bottom: 10px;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
}
#drop ul span li{
	text-decoration:none !important;
	color: #f9fafa !important;
	font-weight: 700;
	font-size: 24px;
	margin-top: 20px; 
}
#drop ul li:hover {
	text-decoration: line-through;
	text-decoration-color: #ff0000;
	color: #ff0000;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
}
#logo{
	margin: auto;
	width: 60px;
	height: auto;
	position: absolute;
	top: 50px;
	left: 0px;
	right: 0px;	
}
#logo img{
	width: 60px;
	height: auto;
}
#name{
	font-family: 'Roboto', sans-serif;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);	
	color: #a3adb9;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 300;
	width: 100%;
	margin: auto;
	bottom: 92px;
	left: 0px;
	right: 0px;
	position: absolute;
	
}
#menu{
	width: 40px;
	height: 30px;
	margin: auto;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 0px;
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
}
.close{
	font-family: 'Roboto', sans-serif;	
	color: #a3adb9;
	font-size: 20px;
	font-weight: 700;
	margin: auto;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;	
	width: 25px;
	height: 25px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;	
}
.close:hover {
	color: #ff0000;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;	
}
#menu .icon{
	background: -webkit-linear-gradient(left, #135777 , #a53b39);
    background: -moz-linear-gradient(left, #135777 , #a53b39);	
	width: 100%;
	height: 2px;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
	cursor: pointer;
}
#menu #line2{
	width: 50%;
	margin-top: 3px;
}
#menu #line3{
	width: 30%;
	margin-top: 3px;
}
#menu:hover .icon {
	width: 100% !important;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
#hero{
	max-width: 1440px;
	padding: 100px 100px 0px 200px;
	position: relative;
	text-align: center;
}
#hero img{
	width: 100%;
	height:auto;
	position: relative;

}
#hero h1{
	font-family: 'Roboto', sans-serif;	
	color: #f9fafa;
	font-size: 30px;
	font-weight: 100;
	text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#hero h1 del{
	color: #ff0000;
	font-size: 25px;
	font-weight: 400;
}
#hero h1 span{
	font-weight: 400;
	font-size: 25px;
}
#hero hr{
    position: absolute;
	width: 1px;
	height: 550px;
	border: none;
	background-color: #a3adb9;
	opacity: .5;
	margin: 0px 5px 0px 0px;
}
#mice{
	font-family: 'Roboto', sans-serif;	
	color: #a3adb9;
	font-size: 20px;
	font-weight: 100;
	text-align: center;
	border: solid 1px #a3adb9;
	width: 20px;
	height: 35px;
	border-radius: 20px;
	margin: auto;
	padding: 0px;
	position: relative;
	left: 0px;
	right: 0px;
	bottom: 100px;
}
.floating{
    float: right;
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
	margin-right: 4px;

}

@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 15px);}
    to {-webkit-transform: translate(0, -0px);    }    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 15px);}
    to {-moz-transform: translate(0, -0px);}    
}
#copy{
	max-width: 800px;
	height: auto;
	margin: auto;
	font-family: 'Roboto', sans-serif;
	color: #a3adb9;
	font-size: 12px;
	line-height: 200%;
	font-weight: 200;
	text-align: justify;
	margin-top: 100px;
	margin-bottom: 100px;	
	
}
#copy #info1{
	width: 45%;
	float: left;
}
#copy #info2{
	width: 45%;
	float: right;
}
#copy span{
	font-weight: 400;
}
#copy hr{
	width: 30px;
	height: 3px;
	float: left;
	border: none;
	background-color: #ff0000;
}
.hideme{
	opacity: 0;
}
#work{
	width: 900px;
	position: relative;
	height: 600px;
	margin: auto;
	clear: both;
	top: 100px;
	-webkit-transition: background-position .7s ease-in-out;
    -moz-transition: background-position .7s ease-in-out;	
}
#work .thera2{
	background-image: url(../images/Therabandtn.png);
}
.thera{
	background-image: url(../images/Therabandball.png);
	background-size: 250px 250px;
	background-repeat: no-repeat;
	background-position: right 120px;
	-webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;	
}
.thera:hover {
	background-position: right 200px;
	-webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;		
}
#work #brand .thera3 img{
	width: 350px;
	height: auto;
}
#work #brand .thera3{
	height: 40%;
}
.bio:hover {
	background-position: right 100px;
	-webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;	
}
.bio{
	background-image: url(../images/BFSpray.png);
	background-size: 300px 428px;
	background-repeat: no-repeat;
	background-position: right 50px;
}
.cramer{
	background-image: url(../images/AAbrace.png);
	background-size: 173px 369px;
	background-repeat: no-repeat;
	background-position: left 70px;
}
.cramer:hover {
	background-position: left 110px !important;
}
.cramer2{
		background-image: url(../images/Cramertn.png);
}
#work #brand .cramer3 img{
	width: 110px;
	height: auto;
}
#headline{
	width: 100%;
	height: auto;
	clear: both;
	padding-top: 100px;
}
#headline p{
	font-family: 'Roboto', sans-serif;
	color: #a3adb9;
	font-size: 12px;
	font-weight: 400;
	text-align: center;	
}
#work #brand{
	width: 550px;
	height: 340px;
	border: solid 40px #FFF;
	margin: auto;
	background-size: 110%;
	background-repeat:no-repeat;
	background-position: top center;	
	-webkit-box-shadow: 0 7px 100px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 7px 100px rgba(0, 0, 0, 0.1);
	-webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;	
}
#work #brand:hover {
	background-size: 100%;
	-webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;	
}
#work #brand #press{
	width: 100%;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	color: #f9fafa;
	font-size: 20px;
	font-weight: 100;
	margin: auto;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;	
}
#work #brand .cramer3{
	height: 55% !important;
}
#work .bio2{
	background-image: url(../images/Biofreezetn.png);
}
#work #brand .bio3{
	height: 45%;
}
.bio #brand #press img{
	width: 300px;
	height: auto;
	margin: auto;
}
#work #brand #press p{
	opacity: 0;
	margin-top: 10px;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;	
}
#work #brand #press:hover p {
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;	
}
#work #brand #press p:hover {
	text-decoration: line-through;
	text-decoration-color: #ff0000;
	color: #ff0000;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.misc{
	background-image: url(../images/Miscbg.png);
	background-size: 260px 298px;
	background-repeat: no-repeat;
	background-position: left 170px;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;	
}
.misc:hover {
	background-position: left 210px;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;	
}
#work .misc2{
	background-image: url(../images/Misctn.png);
}
#work #brand .misc3{
	height: 40%;
}
#work #brand .misc3 img{
	width: 150px;
	height: auto;
}
#work .prog2{
	background-image: url("../images/Progressivetn.png");
}
.prog{
	background-image: url("../images/ProgressiveBox.png");
	background-size: 250px 250px;
	background-repeat: no-repeat;
	background-position: right 120px;
	-webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;	
}
.prog:hover {
	background-position: right 200px;
	-webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;		
}
#work #brand .prog3 img{
	width: 350px;
	height: auto;
}
#work #brand .prog3{
	height: 40%;
}
#footer{
	margin: auto;
	margin-top: 100px;
	width: 100%;
	height: 200px;
	clear: both;
	background: -webkit-linear-gradient(left, #135777 , #a53b39);
    background: -moz-linear-gradient(left, #135777 , #a53b39); 	
	text-align: left;
	position: relative;	
}
#footer #slide{
	width: 0px;
	height: 200px;
	position: absolute;
	background: -webkit-linear-gradient(left, #114d69 , #953635);
    background: -moz-linear-gradient(left, #114d69 , #953635); 	
	-webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;		
}
#footer:hover #slide {
	width: 100%;
	-webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;		
}
#footer #next{
	width: 210px;
	height: 50px;
	margin: auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 18px;
	color: #f9fafa;	
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	z-index: 100;
}
#footer #next hr{
	width: 30px;
	height: 3px;
	float: left;
	border: none;
	background-color: #ff0000;	
}
#footer #next span{
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;		
}
#footer #next span:hover {
	text-decoration: line-through;
	color: #ff0000;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;		
}
#header{
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 130px;
	color: #f9fafa;	
	text-shadow: 0 7px 100px rgba(0, 0, 0, 0.5);
	text-align: center;
	line-height: 300px;
	position: absolute;
	z-index: -5;
}
.bf{
	background-image: url(../images/DrewVid.gif);
}
#prod{
	max-width: 700px;
	height: auto;
	margin: auto;
	padding-top: 250px;
	padding-bottom: 50px;
	text-align: center;
}
#prod img{
	width: 100%;
	height: auto;
	margin: auto;
}
#type{
	max-width: 900px;
	height: auto;
	margin: auto;
	font-family: 'Roboto', sans-serif;
	color: #a3adb9;
	font-size: 12px;
	line-height: 200%;
	font-weight: 200;
	text-align: center;
	clear: both;
	padding-top: 50px;
	padding-bottom: 50px;
	display: flow-root;

}
#type #type1{
	width: 30%;
	float: left;
	text-align: justify;
}
#type #type1 hr{
	width: 30px;
	height: 3px;
	float: left;
	border: none;
	background-color: #ff0000;
}
#type span{
	font-weight: 400;
}
#type #type2{
	width: 30%;
	display: inline-block;
	text-align: justify;
}
#type #type3{
	width: 30%;
	float: right;
	text-align: justify;
}
#text{
	max-width: 600px;
	height: auto;
	margin: auto;
	font-family: 'Roboto', sans-serif;
	color: #a3adb9;
	font-size: 12px;
	line-height: 200%;
	font-weight: 200;
	text-align: center;
	clear: both;
	display: flow-root;
	padding-top: 50px;
	padding-bottom: 50px;	
}
#text #text1{
	width: 45%;
	float: left;
	text-align: justify;
}
#text #text1 hr{
	width: 30px;
	height: 3px;
	float: left;
	border: none;
	background-color: #ff0000;
}
#text span{
	font-weight: 400;
}
#text #text2{
	width: 45%;
	float: right;
	text-align: justify;
}
#cont{
	max-width: 800px;
	margin: auto;
	height: auto;
	background-image: url(../images/frame.png);
	background-repeat: no-repeat;
	background-position: center 100px;
	background-size: 100% 500px;
	text-align: center;	
	clear: both;
	padding-top: 50px;
	padding-bottom: 50px;	
}
#cont img{
	width: 80%;
	height: auto;
	margin: auto;
}
#phones{
	max-width: 750px;
	height: auto;
	margin: auto;
	text-align: center;
	clear: both;
	padding-top: 50px;
	padding-bottom: 50px;
	display: flow-root;
}
#phone{
	max-width: 150px;
	margin: auto;
	height: 330px;
	background-image: url(../images/PhoneFrame.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	text-align: center;	
	padding: 35px 8px 0px 7.5px;
	float: left;
	display: inline-block;
	margin: 10px;
}
#phone img{
	width: 100%;
	height: auto;
	margin: auto;
}





.cra{
	background-image: url(../images/CramerVid.gif);
}
#prod .crabag{
	max-width: 400px;
}
#mock{
	max-width: 500px;
	height: auto;
	text-align: center;
	margin: auto;
	padding-bottom: 50px;
	padding-top: 50px;
}
#mock img{
	width: 100%;
	height: auto;
}
#para{
	max-width: 400px;
	height: auto;
	margin: auto;
	font-family: 'Roboto', sans-serif;
	color: #a3adb9;
	font-size: 12px;
	line-height: 200%;
	font-weight: 200;
	text-align: center;
	clear: both;
	display: flow-root;
	padding:50px;	
}
#para div{
	width: 100%;
	text-align: justify;
}
#para div hr{
	width: 30px;
	height: 3px;
	float: left;
	border: none;
	background-color: #ff0000;
}
#para span{
	font-weight: 400;
}
#apple{
	max-width: 600px;
	height: auto;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
	text-align: center;

}
#apple #vect{
	max-width: 600px;
	height: auto;
	
}
#apple #vect img{
	width: 100%;
	height: auto;
}
#pad{
	text-align: center;
	max-width: 500px;
	height: auto;
	margin: auto;
	position: relative;
}
#pad div{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;

}
#pad img{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 22px;
}
#cramail{
	max-width: 650px;
	height: auto;
	margin: auto;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
#cramail img{
	width: 100%;
	height: auto;
}
#cramail1{
	max-width: 169px;
	margin: auto;
	float: left;
}
#cramail2{
	max-width: 300px;
	margin: auto;
	display: inline-block;
}
#cramail3{
	max-width: 169px;
	margin: auto;
	float: right;
}
.therab{
	background-image: url(../images/TherabandVid.gif);
}
.theraprods{
	max-width: 550px;
}
.mis{
	background-image: url(../images/miscbgCover.gif);
}
.miscStuff{
	max-width: 450px !important;
}
.lfdesk img{
	width: 90% !important;
}
.cards img{
	width: 100% !important;
	padding-top: 100px;
}
.apple2 .deskvect{
	max-width: 700px !important;
}
.apple2{
	max-width: 700px !important;
}
#apple .mmslides{
	max-width: 509px !important;
}
#apple .mmslides img{
	margin-top: 40px !important;
}
@media handheld, screen and (max-width: 1200px) {
	#copy{
		max-width: 600px;
	}
	#hero hr{
		height: 300px;
	}
	#type{
		padding-left: 150px;
		padding-right: 50px;
	}	
	#text{
		padding-left: 150px;
		padding-right: 50px;
	}		
}
@media handheld, screen and (max-width: 1100px) {
	#hero h1{
		top: 50%;
		font-size: 20px !important;
	}
	#copy{
		margin-left: 200px;
	}
	#header{
		font-size: 100px;
	}
	#cont{
		padding-left: 150px;
		padding-right: 50px;
		background-position: 150px 100px;
		background-size: auto;
		margin: 0px;
	}
	#phones{
		margin-left: 145px;
	}
	
}
@media handheld, screen and (max-width: 1000px) {
	#cont{
		background-size: 80%;
	}
}
@media handheld, screen and (max-width: 900px) {
	#hero h1{
		left: 60%;
	}
	#hero hr{
		height: 200px;
	}
	#mice{
		display: none;
	}
	#hero{
		max-width: 500px;
	}
	#copy{
		max-width: 450px !important;
	}
	#work{
		width:auto;
		margin-left: 50px;
		top: 50px;
	}
	#work #brand{
		width: 500px;
		height: 240px;
		border: solid 20px #FFF;
	}

	#work #brand #press p{
		opacity: 1 !important;
	}
	#work #brand .cramer3 img{
		width: 80px;
		height:auto;
	}
	#work #brand .cramer3{
		height: 65% !important;
	}
	#work #brand .bio3{
		height: 65%;
	}
	#work #brand .thera3{
		height: 60%;
	}
	#work #brand .misc3{
		height: 60%;
	}
	#prod{
		padding: 250px 50px 0px 50px;
	}
	#cont{
		background-size: 75%;
	}	
	#phones{
		max-width: 380px;
		margin-left: auto;
		padding-left: 50px;
	}
	#mock{
		padding-left: 150px;
		padding-right: 50px;
	}
	#apple{
		margin-left: 130px;
	}
	#cramail{
		margin-left: 120px;
	}
	.therab{
		padding-left: 50px;
	}
	.theraprods{
		padding-left: 100px;
	}
	.apple2 .deskvect{
		max-width: 600px !important;
	}
	.apple2{
		max-width: 600px !important;
	}
	#apple .mmslides{
		max-width: 439px !important;
	}
	#apple .mmslides img{
		margin-top: 33px !important;
	}
}
@media handheld, screen and (max-width: 750px) {
	#apple{
		margin-left: 100px;
	}
	#cramail2{
		float: right;
	}
	#cramail3{
		float:left;
	}
}
@media handheld, screen and (max-width: 700px) {
	#nav{
	    width: 100%;
	    height: 50px;
	}
	#logo{
	    margin:11px 0px 0px 50px;
	    height: auto;
	    top: auto;
	    left: auto;
		bottom: auto;
		right: auto;
		float: left;
	}
	#logo img{
		width: 50px;
		height: auto;
	}
	#drop{
		width: 100%;
		height: 100%;
		position: fixed;
		font-weight: 100;
		font-size: 18px;
		left:auto;
	
	}
    #drop div{	
		width:100%;
		height:350px;
		margin: auto;
		position: absolute;
		text-align: center;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		padding-left: 0px;
	}
	#name{
		display: none;
	}
	#hero{
		max-width:100%;
		padding: 100px 50px 50px 50px;
		position: relative;
		text-align: center;
	}
	#hero h1{
    	top: 45%;
		left: 55% !important;
 
	}
	#hero h1 span{
	font-size: 18px !important;
	}
	#hero h1 del{
		font-size: 18px !important;
	}
	#hero hr{
		height: 250px;
	}
	#copy{
		margin:auto;
	}
	#copy #info1{
		width: 100%;
	}
	#copy #info2{
		width: 100%;
	}
	#work{
		padding: 0px !important;
		height: 500px;
		margin-left: auto;
	}
	#work #brand{
		margin: 50px;
		position: relative;
		width: auto;
		max-width: 500px;
	}
	#work #brand .thera3{
		height: 35% !important;
	}
	#work #brand .bio3{
		height: 40%;
	}
	.thera{
		background-size: 150px 150px;
	}
	#work #brand .misc3{
		height: 35%;
	}
	#type{
		max-width: 400px;
		padding-left: 50px;
		padding-right: 50px;
	}
	#type #type1{
		width: 100%;
		float: none;
	}
	#type #type2{
		width: 100%;
		float: none;
	}
	#type #type3{
		width: 100%;
		float: none;
	}
	#text{
		max-width: 400px;
		padding-left: 50px;
		padding-right: 50px;
	}
	#text #text1{
		width: 100%;
		float: none;
	}
	#text #text2{
		width: 100%;
		float: none;
	}	
	#cont{
		padding-left: 50px;
		background-position: center;
	}
	#phones{
		padding-left: 0px;
	}
	#mock{
		padding-left: 50px;	
	
	}
	#apple{
		margin-left: auto;
		max-width: 400px;
	}
	#apple #vect{
		max-width: 400px;
	}
	#pad{
		max-width: 331px;
	}
	#pad img{
		margin-top: 17px;
	}
	#cramail{
		margin-left: auto;
	}
	#cramail #cramail1{
		float: none;
	}
	#cramail #cramail2{
		float: none;
		margin-top: 40px;
	}	
	#cramail #cramail3{
		float: none;
	}
	.therab{
		padding-left: 0px;
		font-size: 50px !important;
	}
	.theraprods{
		padding-left: 0px;
	}
	.cards img{
		padding-top: 0px;
	}
}
@media handheld, screen and (max-width: 600px) {
	.apple2 .deskvect{
		max-width: 320px !important;
	}
	.apple2{
		max-width: 320px !important;
	}
	#apple .mmslides{
		max-width: 232px !important;
	}
	#apple .mmslides img{
		margin-top: 18px !important;
	}	
}
@media handheld, screen and (max-width: 550px) {
	#copy{
		padding: 0px 50px 0px 50px;
	}
	#work{
		height: 400px;
	}
	.bio{
		background-size: 170px 245px;
	}
	#work #brand{
		height: 140px;
		border: solid 20px #FFF;
	}
	#work #brand #press img{
		width: 150px;
		height: auto;
	}
	#work #brand .cramer3 img{
		width: 50px !important;
		height:auto;
	}
	.cramer{
		background-size: 90px 192px !important;
	}
	.misc{
		background-size: 157px 180px;
		background-position: left 100px !important;
	}
	#work #brand .misc3{
		height: 50%;
	}
	#header{
		font-size: 50px;
	}
	#phones{
		max-width: 170px;
	}
	#phones #phone{
		margin: 0px;
	}
	#apple{
		max-width: 300px;
	}
	#apple #vect{
		max-width: 300px;
	}
	#pad{
		max-width: 250px;
	}
	#pad img{
		margin-top: 12px;
	}
}
@media handheld, screen and (max-width: 400px) {
	#hero{
		padding: 70px 20px 20px 20px !important;
	}
	#work #brand .cramer3{
		height: 60% !important;
	}

}
@media handheld, screen and (max-width: 350px) {
	#work #brand{
		background-size: cover !important;
	}
}