.pre-package { 
padding:20px 0px 20px 0px;
}
.pre-package p.answer {
text-align: left;
font-weight: 300;
}
.pre-package p {
font-size: 18px;
}
.placeholder-section {
padding: 30px 0;
}
		  
#team section.hero {
background: url(../../img/prepackage.jpg);
background-size: cover;
background-position: center center;
padding-top: 60px;
min-height:600px;
}
.common-color-blur {
    background-color: #f8f8f8;
	padding: 30px;
	font-size: 14px;
}
.common-color-blur p {font-size: 16px;}

.common-color-blur th {text-transform:uppercase;}

.common-color-blur-bg1 {
    background-color:#e0e0e0;
	font-size: 14px;
}
.common-color-blur-bg1 th {text-transform:uppercase;}

.common-color-blur-bg2 {
    background-color:#f5f5f5;
}
.table { margin-bottom: 10px;}

.column-white{ padding: 25px 30px;}
.includes { font-size: 14px; line-height: 1.5;}



.pre-package  .body-content { font-size:15px; padding:30px 10px 0px 10px; line-height:1.7;}

.line
{    
background: #ea9604 none repeat scroll 0 0;
border: 0 solid #ffffff;
height: 1px;
left: 0;
margin: -8px 1px 6px;
position: relative;
text-align: left;
width: 65px;
}
#table1 tr td {
    border: 3px solid #fff;	
	padding: 8px 10px;
}

#table1 tr th {
    border: 3px solid #fff;	
	padding: 8px 10px;
}




@media only screen and (max-width: 320px){
#team section.hero{
background: url(../../img/prepackage.jpg) no-repeat left top ;
margin-top:70px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width:100%;
min-height:136px;
	
}
}

@media only screen and (max-width: 360px){
#team section.hero{
background: url(../../img/prepackage.jpg) no-repeat left top ;
margin-top:70px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width:100%;
min-height:155px;
}
}

@media (max-width: 360px) and (orientation:landscape) {	
 #team section.hero{
background: url(../../img/prepackage.jpg) no-repeat left top ;
margin-top:70px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width:100%;
min-height: 279px;
}
}

@media (min-width: 768px) {
#team section.hero{
background: url(../../img/prepackage.jpg) no-repeat left top ;
margin-top:70px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width:100%;
min-height:329px;
} 

@media (min-width: 1024px) {
#team section.hero{
background: url(../../img/prepackage.jpg) no-repeat left top ;
margin-top:70px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width:100%;
min-height:574px;
} 
 }