/*CSS brought over from Choose Your Rental Type: WYSIWYG*/
@media screen and (max-width:620px) {
div.se-rental-6-columns {
max-width:48%;
float: left;
display: inline-block;
margin: auto 1%;
}
.se-rental-6-columns .secresponsive {
margin-bottom: 4%;
}
div.se-rental-3-columns {
max-width:31.3333333%;
float: left;
display: inline-block;
margin: auto 1%;
}
div.se-rental-2-columns {
max-width:48%;
float: left;
display: inline-block;
margin: auto 1%;
}
div.column-rental-2-container {
	Width:70%;
display:block;
margin:auto;
}
.rent-button{
width:100%;
Margin:auto;
margin-bottom:2%;
text-align:center;
background-color:#347CCE;
color:#fff;
}
.rent-button span{
padding:25px;
font-size:3em;
}
}
@media screen and (min-width:621px) and (max-width:800px) {
div.se-rental-6-columns {
max-width:31.3333333%;
float: left;
display: inline-block;
margin: auto 1%;
}
.se-rental-6-columns .secresponsive {
margin-bottom: 6%;
}
div.se-rental-3-columns {
max-width:31.3333333%;
float: left;
display: inline-block;
margin: auto 1%;
}
div.se-rental-2-columns {
max-width:46%;
float: left;
display: inline-block;
margin: auto 1%;
padding: 0px 1% 0px 1%;
}
div.column-rental-2-container {
	Width:65%;
display:block;
margin:auto;
}
.rent-button{
width:60%;
Margin:auto;
margin-bottom:2%;
text-align:center;
background-color:#347CCE;
color:#fff;
}
.rent-button span{
padding:25px;
font-size:3em;
}
}
@media screen and (min-width:801px){
.se-rental-6-columns {
max-width: 14.666666%;
float: left;
display: inline-block;
margin: auto 1%;
}
div.se-rental-3-columns {
max-width:31.3333333%;
float: left;
display: inline-block;
margin: auto 1%;
}
div.se-rental-2-columns {
max-width:42%;
float: left;
display: inline-block;
margin: auto 1%;
padding: 0px 3% 0px 3%;
}
div.column-rental-container {
	Width:100%;
display:inline-block;
margin-bottom:2%;
}
div.column-rental-2-container {
	Width:65%;
display:block;
margin:auto;
}
.rent-button{
width:40%;
Margin:auto;
margin-bottom:2%;
text-align:center;
background-color:#347CCE;
color:#fff;
}
.rent-button span{
padding:25px;
font-size:2.2em;
}
.rent-button a {
text-decoration:none;
color:#fff;
}
.hovereffect
{
 -webkit-transition: all 200ms ease-in;
 -webkit-transform: scale(.9); 
 -ms-transition: all 200ms ease-in;
 -ms-transform: scale(.9); 
 -moz-transition: all 200ms ease-in;
 -moz-transform: scale(.9);
 transition: all 200ms ease-in;
 transform: scale(.9); 

}
.hovereffect:hover
{
 -webkit-transition: all 200ms ease-in;
 -webkit-transform: scale(1);
 -ms-transition: all 200ms ease-in;
 -ms-transform: scale(1); 
 -moz-transition: all 200ms ease-in;
 -moz-transform: scale(1);
 transition: all 200ms ease-in;
 transform: scale(1);
}
}




