/******** ORANGE BUTTON *********/

.orangeButton
{
height:60px;
position:relative;
display:inline-block;
background:none;
border-radius:4px;
cursor:pointer;
background:#ff7700;
}

.orangeButton p
{
text-align:center;
color:#FFFFFF;
padding:20px 30px 0px 30px;
margin:0px 0px 0px 0px;
font-size:18px; 
line-height:20px;
font-weight:100;
}

/******** TITLE ********/

.contentTitleSection
{
margin:0px 0px 80px 0px;
padding:0px 0px 0px 0px;
}

.contentTitleSection h2
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
color:#AAAAAA;
font-size:22px;
line-height:30px;
font-weight:100;
text-align:left;
}

.contentTitleSection h1
{
margin:10px 0px 0px 0px;
padding:0px 0px 0px 0px;
color:#000000;
font-size:36px;
line-height:52px;
font-weight:300;
text-align:left;
}

.contentTitleSection span 
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
color:#ff7700;
font-size:36px;
line-height:52px;
font-weight:300;
text-align:left;
}

/******** CONTACTS ********/

.contactsSection
{
margin:0px 0px 0px 0px;
padding:0px 0px 40px 0px;
}

.contactsSection h1
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:22px;
line-height:30px;
font-weight:300;
color:#5E5E5E;
}

.contactsSection p
{
margin:0px 0px 0px 0px;
padding:20px 0px 20px 0px;
font-size:18px;
line-height:32px;
font-weight:100;
color:#5E5E5E;
}

.contactsSection a
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:18px;
line-height:32px;
font-weight:100;
color:#5E5E5E;
}

/******** MAP ********/

.contactsMap
{
width:100%;
height:550px;
box-shadow: 0px 0px 60px 0px #E0E0E0;
}

.mapAddressSection
{
margin:18px 0px 18px 18px;
padding:0px 0px 0px 0px;
}

.mapAddressSection div
{
background-size:100% auto;
background-repeat:no-repeat;
width:300px;
height:200px;
}

.mapAddressSection p
{
margin:20px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:18px;
line-height:32px;
font-weight:100;
color:#5E5E5E;
text-align:left;
}


