
div.content {
    font-size: 14px;
    line-height: 1.5;
}
div.content h1 {
    color: #F0B100;
    font-size: 20px;
    font-weight: bold;
}
div.services {
    display: inline-block;
    font-size: 14px;
    margin: 0 2% 0 0;
    padding: 0;
    vertical-align: top;
    width: 33%;
}
div.studio {
    border-bottom: 1px solid #4A4A4A;
    border-top: 1px solid #4A4A4A;
    margin: 0 0 20px;
    padding: 20px 0;
}
div.services p {
    margin: 0 0 1em;
}
div.services ul {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#1affffff',GradientType=0 ); /* IE6-9 */
    border-radius: 10px 10px 10px 10px;
    display: inline-block;
    padding: 15px 15px 5px;
}
div.services ul li {
    display: inline-block;
    font-size: 17px;
    line-height: 1;
    margin: 0 0 10px;
    vertical-align: top;
}
div.services ul li:before {
    color: #F0B100;
    content: "\2022 \00A0";
}
div.location {
    border-left: 1px solid #4A4A4A;
    display: inline-block;
    padding: 0 0 0 20px;
    width: 64%;
}
div.location p {
    margin: 0 0 1em;
}
div.location ul {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
div.location li {
    font-size: 12px;
}
div.location li strong {
    color: #F0B100;
    font-size: 9px;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
}
div.location address {
    color: #F0B100;
    display: inline-block;
    margin: 20px 0 0 20px;
}
div.location iframe {
    border-right: 1px solid #4A4A4A;
    display: inline-block;
    margin: 20px 0 0;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 350px;
}

@media (max-width: 767px) {

div.studio {
    padding: 10px 0;
    margin: 0 0 10px;
}
div.services {
    border-bottom: 1px solid #4A4A4A;
}
div.services, div.location {
    display: block;
    width: auto;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
div.location {
    padding: 0;
    border-left: 0;
    margin: 0;
}
div.location ul {
    display: block;
    margin: 0 0 10px;
}
div.location iframe {
    width: 100%;
    padding: 0;
    border: 0;
    margin: 0 0 10px;
}
div.location address {
    margin: 0;
}

}