/******** 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;
}

/******** FORM ********/

.searchFormSection
{
position:relative;
margin:0px 0px 80px 0px;
padding:0px 0px 0px 0px;
width:100%;
height:60px;
background:none;
z-index:100;
/////cursor:pointer;
////background:#000000;
}

.searchFormSection .inputBorder
{
position:absolute;
top:0px;
/////border:solid 1px #E2E2E2;
border:solid 1px #FF7700;
border-radius:4px;
width:100%;
height:60px;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
z-index:200;
}

.searchFormSection input
{
position:relative;
width:80%;
height:60px;
border:none;
background:none;
padding:0px 0px 0px 30px;
margin:0px 0px 0px 0px;
z-index:300;
font-size:18px;
line-height:26px;
font-weight:100;
color:#5E5E5E;
}

.inputButton
{
position:absolute;
top:10px;
right:10px;
border-radius:4px;
width:120px;
height:40px;
z-index:500;
background:#FF7700;
cursor:pointer;
}

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

/******** RESULT ********/

.resultSection
{
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

.resultSection .title
{
///width:500px;
///background:#000000;
////border-radius:4px;
margin:0px 0px 30px 0px;
position:relative;
height:60px;
}

.resultSection .title .button
{
///width:500px;
background:#FF7700;
////border:solid 1px #E2E2E2;
border-radius:8px;
position:absolute;
top:0px;
left:0px;
width:60px;
height:60px;
cursor:pointer;
}

.resultSection .title .button p
{
margin:0px 0px 0px 0px;
padding:10px 0px 0px 0px;
color:#FFFFFF;
font-size:30px;
line-height:30px;
font-weight:100;
text-align:center;
}

.resultSection .title .text
{
////border:solid 1px #E2E2E2;
background:#F2F2F2;
border-radius:8px;
position:absolute;
top:0px;
left:90px;
right:0px;
////width:100px;
height:60px;
}

.resultSection .title .text h1
{
margin:0px 0px 0px 0px;
padding:20px 0px 0px 30px;
color:#5E5E5E;
font-size:18px;
line-height:20px;
font-weight:100;
text-align:left;
}

.resultSection .description h1
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
color:#AAAAAA;
////color:#FF7700;
font-size:18px;
line-height:32px;
font-weight:100;
text-align:left;
}

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

/******** BANNER ********/

.bannerParentSection
{
width:340px;
height:640px;
////background:#000000;
}

.bannerChildSection_1
{
margin:0px 0px 40px 0px;
///background:#b2b2b2;
height:540px;
}

.bannerChildSection_1 .logo
{
position:absolute;
///height:100%;
width:340px;
height:540px;
background-repeat:no-repeat;
background-image: url(/services/desktop/images/banner.png);
z-index:100;
}

.bannerChildSection_1 .description
{
position:absolute;
width:340px;
////height:100px;
top:400px;
///background:#b2b2b2;
z-index:500;
}

.bannerChildSection_1 .description h1
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
color:#FFFFFF;
font-size:22px;
line-height:30px;
font-weight:100;
text-align:center;
}

.bannerChildSection_2
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
///background:#000000;
height:60px;
}



/******** BANNER FIX ********/

.bannerFixed
{
position:fixed;
top:60px;
}

.bannerStopFixed
{
position:absolute;
bottom:0px;
}

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

.orangeButton
{
margin:0px 0px 0px 0px;
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;
}




