#leftrightdiv{ 
    display: inline-block;
    position: relative;
    width: 100%;
}
/* Webfont: Lato-Regular */@font-face {
    font-family: 'LatoWeb';
    src: url('../fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Bold */@font-face {
    font-family: 'LatoWebBold';
    src: url('../fonts/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-BlackItalic */@font-face {
    font-family: 'LatoBlackItalic';
    src: url('../fonts/Lato-BlackItalic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-BlackItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-BlackItalic.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-BlackItalic.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-BlackItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Black */@font-face {

    font-family: 'LatoWebBlack';

    src: url('../fonts/Lato-Black.eot'); /* IE9 Compat Modes */

    src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */

         url('../fonts/Lato-Black.woff2') format('woff2'), /* Modern Browsers */

         url('../fonts/Lato-Black.woff') format('woff'), /* Modern Browsers */

         url('../fonts/Lato-Black.ttf') format('truetype');

    font-style: normal;

    font-weight: normal;

    text-rendering: optimizeLegibility;

}
body{
    font-family: Arial, Helvetica, sans-serif;

}


#deal-container{
    width:80%;
    margin:80px auto;
    padding: 0;



}

.deal-main {
    float:left;
    margin:0px;
    position: relative;

}

.deal-inner{
    padding: 0 19px;
    margin-top:20px;
}

.deal-main-left {
    width: 610px;
    margin-right: 15px;
    float:left;


}

.deal-side {
    width: 330px;
    float:left;




}

.deal-box {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.deal-box-head {
    position: relative;
    padding: 1px 20px;
    background: #f7f7f7;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
    background: -webkit-linear-gradient(top, white, #f7f7f7);
    background: -moz-linear-gradient(top, white, #f7f7f7);
    background: -ms-linear-gradient(top, white, #f7f7f7);
    background: -o-linear-gradient(top, white, #f7f7f7);
    background: linear-gradient(top, #ffffff, #f7f7f7);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.deal-box-head h2{
    font-size:18px;
}

.deal-box-content{
    padding: 5px 19px;
    background: #fff;
}


.deal-box-content h4{
    font-size:14px;
    margin:0px;
    color: #1a85a0;

}

.deal-box-content a h5{
    font-size:14px;
    margin:0px;
    color: #1a85a0;

}

.deal-box-content a{
    text-decoration: none;
}
.deal-box-content p{
    font-size:12px;
    margin:0px;

}

.deal-img{
    border: 1px solid #ccc;
}
.deal-box {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width:660px;
    float: left;
    margin-right: 3px;
}
.deal-box-head {
    position: relative;
    padding: 1px 20px;
    background: #f7f7f7;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
    background: -webkit-linear-gradient(top, white, #f7f7f7);
    background: -moz-linear-gradient(top, white, #f7f7f7);
    background: -ms-linear-gradient(top, white, #f7f7f7);
    background: -o-linear-gradient(top, white, #f7f7f7);
    background: linear-gradient(top, #ffffff, #f7f7f7);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.deal-box-head h2{
    font-size:18px;
}

.deal-box-content{
    padding: 5px 19px;
    background: #fff;
}


.deal-box-content h4{
    font-size:14px;
    margin:0px;
    color: #1a85a0;

}

.deal-box-content a h5{
    font-size:14px;
    margin:0px;
    color: #1a85a0;

}

.deal-box-content a{
    text-decoration: none;
}
.deal-box-content p{
    font-size:12px;
    margin:0px;

}

.deal-art-img{
    border: 1px solid #ccc;
}



.deal-related-box {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 300px;
    margin-left: 46px;
}
.deal-related-box-head {
    position: relative;
    padding: 1px 20px;
    background: #f7f7f7;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
    background: -webkit-linear-gradient(top, white, #f7f7f7);
    background: -moz-linear-gradient(top, white, #f7f7f7);
    background: -ms-linear-gradient(top, white, #f7f7f7);
    background: -o-linear-gradient(top, white, #f7f7f7);
    background: linear-gradient(top, #ffffff, #f7f7f7);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.deal-related-box-head h2{
    font-size:18px;
}

.deal-related-box-content{
    padding: 5px 19px;
    background: #fff;
}


.deal-related-box-content h4{
    font-size:14px;
    margin:0px;
    color: #1a85a0;

}

.deal-related-box-content a h5{
    font-size:14px;
    margin:0px;
    color: #1a85a0;

}

.deal-related-box-content a{
    text-decoration: none;
}
.deal-related-box-content p{
    font-size:12px;
    margin:0px;

}

.deal-related-art-img{
    border: 1px solid #ccc;
}


.deal-related-box-content ul li{
    list-style:disc;
    margin:10px;
    color:#006A85;
    font-size: 15px;

}


.img-shadow-1
{
    height: 225px;
    width: 226px;
    vertical-align: middle;
    text-align: center;
    display:inline-block;
    margin-right: 30px;
}

.imgWr {
    height: 160px;
    width: 165px;
    vertical-align: middle;
    text-align: center;
    box-shadow:-81px 86px 18px -92px black;
    border:  1px solid #aaa;
    margin:10px;
    border-radius:5px;

}

.deals img{
    width:176px;
    margin-top: 25px;
}

.image-container{
    width: 187px;
    height: 250px;
    display: inline-block;
    position: relative;
    background: #fff;
    /* margin-bottom: 10px; */
    margin: 12px 30px 0 0;
}

.image-container:hover
{
    transform:scale(1.0);
    -webkit-transform:scale(1.0);
    -moz-transform:scale(1.0);
    -ms-transform:scale(1.0);
    -o-transform:scale(1.0);

    -webkit-box-shadow:  6px 6px 5px rgba(0,0,0,0.4);
    -moz-box-shadow:6px 6px 5px rgba(0,0,0,0.4);
    box-shadow:  6px 6px 5px rgba(0,0,0,0.4);
}

.image-container
{
    transition:all .2s ease-in;
    -webkit-transition:all .2s ease-in;
    -moz-transition:all .2s ease-in;
    -ms-transition:all .2s ease-in;
    -o-transition:all .2s ease-in;;
}

.image-container:hover
{
    transition:all .1s ease-out;
    -webkit-transition:all .1s ease-out;
    -moz-transition:all .1s ease-out;
    -ms-transition:all .1s ease-out;
    -o-transition:all .1s ease-out;
}

.Go-deals-time {
    font-size:10px;
    font-family: 'proxima-nova-bold','helvetica neue',helvetica,arial,sans-serif;
    position: relative;
    margin-top: 73px;
    margin-left: 90px;
}



.Go-deals-name{
    font-size:10px;
    font-family: 'proxima-nova-bold','helvetica neue',helvetica,arial,sans-serif;
    margin-top: 25px;
    font-size: 14px;
    position: absolute;
}
.Go-deals-time .Go-deals-name a{
    text-decoration: none;
}
#GO-global-footer {
    background: none repeat scroll 0 0 #1D1D1D;
    border-color: #4E4946;
    box-shadow: none;
    color: #FACE0E;
    font-family: 'proxima-nova-light','helvetica Neue',helvetica,arial,sans-serif;
    padding: 50px 0;
    height: 512px;
    position: absolute
}
#GO-global-footer, #GO-global-footer {
    border-top: 1px solid #A8A7A3;
    box-shadow: 0 1px 0 #FFFFFF inset;
    clear: both;
}

#GO-global-footer #GO-site-categories {
    margin: 0 auto;
    width: 1000px;
}

.clearboth {
    clear:both;
}
@font-face {
    font-family: 'sinkin_sans100_thin';
    src: url('../fonts/text-fonts/sinkinsans-100thin-webfont.eot');
    src: url('../fonts/text-fonts/sinkinsans-100thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/text-fonts/sinkinsans-100thin-webfont.woff2') format('woff2'),
    url('../fonts/text-fonts/sinkinsans-100thin-webfont.woff') format('woff'),
    url('../fonts/text-fonts/sinkinsans-100thin-webfont.ttf') format('truetype'),
    url('../fonts/text-fonts/sinkinsans-100thin-webfont.svg#sinkin_sans100_thin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sinkin_sans200_x_light_italic';
    src: url('../fonts/text-fonts/sinkinsans-200xlightitalic-webfont.eot');
    src: url('../fonts/text-fonts/sinkinsans-200xlightitalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/text-fonts/sinkinsans-200xlightitalic-webfont.woff2') format('woff2'),
    url('../fonts/text-fonts/sinkinsans-200xlightitalic-webfont.woff') format('woff'),
    url('../fonts/text-fonts/sinkinsans-200xlightitalic-webfont.ttf') format('truetype'),
    url('../fonts/text-fonts/sinkinsans-200xlightitalic-webfont.svg#sinkin_sans200_x_light_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'sinkin_sans200_x_light';
    src: url('../fonts/text-fonts/sinkinsans-200xlight-webfont.eot');
    src: url('../fonts/text-fonts/sinkinsans-200xlight-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/text-fonts/sinkinsans-200xlight-webfont.woff2') format('woff2'),
    url('../fonts/text-fonts/sinkinsans-200xlight-webfont.woff') format('woff'),
    url('../fonts/text-fonts/sinkinsans-200xlight-webfont.ttf') format('truetype'),
    url('../fonts/text-fonts/sinkinsans-200xlight-webfont.svg#sinkin_sans200_x_light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sinkin_sans400_regular';
    src: url('../fonts/text-fonts/sinkinsans-400regular-webfont.eot');
    src: url('../fonts/text-fonts/sinkinsans-400regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/text-fonts/sinkinsans-400regular-webfont.woff2') format('woff2'),
    url('../fonts/text-fonts/sinkinsans-400regular-webfont.woff') format('woff'),
    url('../fonts/text-fonts/sinkinsans-400regular-webfont.ttf') format('truetype'),
    url('../fonts/text-fonts/sinkinsans-400regular-webfont.svg#sinkin_sans400_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayblack';
    src: url('../fonts/raleway-black-webfont.eot');
    src: url('../fonts/raleway-black-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway-black-webfont.woff2') format('woff2'),
    url('../fonts/raleway-black-webfont.woff') format('woff'),
    url('../fonts/raleway-black-webfont.ttf') format('truetype'),
    url('../fonts/raleway-black-webfont.svg#ralewayblack') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.eot');
    src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
    url('../fonts/raleway-bold-webfont.woff') format('woff'),
    url('../fonts/raleway-bold-webfont.ttf') format('truetype'),
    url('../fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewayextralight';
    src: url('../fonts/raleway-extralight-webfont.eot');
    src: url('../fonts/raleway-extralight-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway-extralight-webfont.woff2') format('woff2'),
    url('../fonts/raleway-extralight-webfont.woff') format('woff'),
    url('../fonts/raleway-extralight-webfont.ttf') format('truetype'),
    url('../fonts/raleway-extralight-webfont.svg#ralewayextralight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewaylight';
    src: url('../fonts/raleway-light-webfont.eot');
    src: url('../fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway-light-webfont.woff2') format('woff2'),
    url('../fonts/raleway-light-webfont.woff') format('woff'),
    url('../fonts/raleway-light-webfont.ttf') format('truetype'),
    url('../fonts/raleway-light-webfont.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
    url('../fonts/raleway-regular-webfont.woff') format('woff'),
    url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
    url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.section-quote > h1{
    background: #007236; /* Old browsers */
    color:#fff;
    padding: 10px 15px;
    margin:0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: sinkin_sans100_thin;
}
.note a{
    color:#000;
    text-decoration:underline;
}
.note{
    font-family: sinkin_sans200_x_light_italic;
    color:#000;
    font-size:16px;
    font-weight: normal;
    z-index:999;
    position:relative;
}
.section-quote label,
.section-quote label span a,
.section-quote label span{
    font-family: sinkin_sans200_x_light;
    color:#000;
    font-size: 14px;
}
.section-quote label span > b {
    width: 177px;
    display: inline-block;
    font-family: sinkin_sans400_regular;
    font-size: 14px;
    line-height: 2.3em;
    color:#333;
}
.section-quote .qitemt,
.section-quote .qitem{
    vertical-align:top;
    margin:0;
}
.section-quote #quoteDetails{
    width:100%;
    margin-top: -20px;
}
#quoteDetails > div.qitemt{
    float:none;
    width:100%;
    margin:0;
}
.section-quote .qitemt span b {
    width: 173px;
    color:#333;
}
body .container{
    width: auto;
    padding: 0;
}

/*-----------------bootstrap-bug-----------------*/

.search label{
    display: block;
    margin: 0;
}
button, input, optgroup, select, textarea{
    font: -webkit-small-control;
}
a:focus, a:hover {
    text-decoration: none;
    color: inherit;
}
body .searchTerm,
body .searchTermGlobal {
    height: 39px;
    border: 3px solid #FFDF00;
    margin-right:4px;
    width:255px;
    font-weight:normal;
}
html body {
    line-height: normal;
}
body .welcome-inline {
    margin: 5px 5px;
    line-height: normal;
}
body .cssmenuglobal ul li a {
    padding: 0 5px !important;
    line-height: normal;
    border-bottom: none;
}
body .cssmenuglobal {
    float: right;
    margin: 0;
}
body .welcome-inline img {
    margin: 0 7px 0 0;
}
body .cssmenuglobal ul {
    line-height: normal;
    margin-bottom:0 !important;
}

html {
    font-size: 100%;
}
.GO-category-header h1 {
    margin: 10px 0;
}
.GO-Suburbs-list h4 ,
.GO-Suburbs-list1 h4 {
    font-weight: bold;
}

.home-page .searchTermGlobal {
    width: 23%;
}
.global-headerInner {
    position: relative;
}
.cssmenuglobal {
    /*position: absolute;*/
    right: 0;
    top: 0;
}
body {
    font-size: 100%;
}
body .dialogContent .title {
    margin: 9px 0 0 15px;
}
.electrician-page{
    background: linear-gradient(rgba(255,255,255,.5),rgba(161,234,203,0.4)), url('/icon/electrician-ban.jpg')no-repeat;
    background-size: 100%;
    margin-top: 46px;
    padding: 20px;
    min-height: 500px;
    background-attachment: fixed;
}
.elect-title {
    background: rgba(255, 255, 255, 0.49);
    display: block;
    margin: 0 auto !important;
    padding: 20px;
    border: 5px solid #007236;
}
body .elect-title h1 {
    padding-top: 10px;
}
.electricians-quote .imgBox1 {
    background: rgba(255, 255, 255, 0.67);
    min-height: 239px;
    vertical-align: top;
    border: 5px solid #007236;
    width: auto !important;
    float: none;
    padding: 15px 10px !important;
    min-height: 263px;
}
.electricians-quote .imgBox1 span{
    background-color: #ddd !important;
}

.electricians-quote {
    text-align: center;
    margin: 16px 0 0;
}
.blockUI.blockMsg.blockPage  br{
    display: none
}
.blockUI.blockMsg.blockPage #submit {
    margin: 13px 0;
    padding: 10px !important;
    height: auto !important;
}

.blockUI.blockMsg.blockPage .loginField {
    margin: 0 auto;
    padding: 10px 0;
    width: auto;
}
.blockUI.blockMsg.blockPage  .dialogContent {
    margin: 10px;
}
.blockUI.blockMsg.blockPage  h3.title {
    margin: 0;
    width: auto !important;
    display: block !important;
    float: none;
    padding: 8px 10px;
}
form#loginFrm .inputbox {
    padding: 10px;
}
.blockUI.blockMsg.blockPage  i a {
    display: block;
}
.quote-des p{
    text-align:center;
}
.blockUI.blockMsg.blockPage p {
    clear: both;
}
span.dialogCloseButton {
    position: relative;
    left: -4px;
    top: 0;
}
body .blockUI.blockMsg.blockPage {
    right: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    left: 0 !important;
    top: 0 !important;
    background: none !important;
}
body div#loginDiv .singinDiv {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    margin-right: auto;
    margin-left: auto;
    top: 50% !important;
    margin-top: -160px !important;
}
.singinDiv .titleBar{
    top: 18px;
}

@media (min-width:1020px){
    body #GO-Background{
        background-size: 100% auto !important;
    }
    div .urslft, div .ursrht {
        width: 49.7%;
        float: none;
        display: inline-block;
        vertical-align: top;
        padding: 0;
    }
}
@media only screen and (min-width:330px) and (max-width: 1250px){
    body .welcome-inline {
        width: 30px;
        right: 0;
        top: 0;
        margin: 0 !important;
    }
    body .cssmenuglobal ul {
        line-height: normal;
        width: 58px;
        left: -48px;
        position: absolute;
    }
    body .welcome-inline{
        top: 0;
    }
    body .cssmenuglobal > ul > li > a{
        width: 67px;
    }
    body .home-page .cssmenuglobal ul {
        width: auto;
        position: relative;
    }
    body .home-page .cssmenuglobal > ul > li > a{
        width: auto;
    }
    body div .menuIt div.box1{

        margin-right:4px;
    }
}
@media (max-width: 1024px) {
    .blockUI.blockMsg.blockPage label,
    .blockUI.blockMsg.blockPage span,
    .blockUI.blockMsg.blockPage i {
        font-size: 15px;
    }
    div .menuIt div.box1 h1 {
        font-size: 19px;
    }
    body div .urslft, body div .ursrht {
        width: 49.6%;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

}
@media (max-width: 960px) {
    body div .menuIt div.box1 h1{
        font-size:18px;
    }

}
@media only screen and (min-width:768px) and ( max-width: 860px) {
    body div .menuIt div.box1 h1{
        font-size:17px;
    }
}

@media (max-width: 767px) {
    body div .urslft, body div .ursrht {
        width: 100%;
        margin-right: 5px;
    }
    .section-quote label span > b{
        display:block;
    }
    .section-quote > h1{
        text-align:center;
    }
    .blockUI.blockMsg.blockPage a,
    .blockUI.blockMsg.blockPage label,
    .blockUI.blockMsg.blockPage span,
    .blockUI.blockMsg.blockPage i {
        font-size: 14px;
    }
    .blockUI.blockMsg.blockPage .loginField {
        margin: 0 auto;
        padding: 10px 0;
        width: 100%;
    }
    .blockUI.blockMsg.blockPage i a {
        display: inline-block;
    }
    body div .menuIt div.box1{
        margin-right:0px;
        width:100%;
    }
    body div .menuIt div.box1 h1{
        font-size:23px;
    }

}
@media (max-width: 480px){
	.filter-con span.fa.fa-map-marker {
	    margin-left: 4px;
	}
    html body div div .pcklft, html body div div  .pckrht{
        width:100%;
        padding: 5px 0 5px 0px;
    }
    html body div div .pcklft .tglboxreg, html body div div  .pckrht .tglboxreg{
        margin:3px;
    }

    body div .menuIt div.box1 h1{
        font-size:18px;
    }
    body .header-bottom {
        margin-top: 27px;
    }
    body .global-header .cssmenuglobal{
        position: relative !important;
    }
    .global-headerLogo {
        height: 49px;
        text-align: center;
    }
    body .welcome-inline {
        top: 0;
        margin: 0;
    }
    body .cssmenuglobal ul {
        position: relative !important;
    }
    body .cssmenuglobal ul {
        left: -9px !important;
    }
    body .welcome-inline {
        left: 29px;
    }
    html body .wrap {
        width: auto !important;
    }
    .blockUI.blockMsg.blockPage a,
    body .blockUI.blockMsg.blockPage label,
    body .blockUI.blockMsg.blockPage span,
    body .blockUI.blockMsg.blockPage i {
        font-size: 11px;
    }
    body .blockUI.blockMsg.blockPage #submit {
        margin: 10px 0;
        padding: 5px !important;
    }
    .blockUI.blockMsg.blockPage h3.title {
        margin: 0;
        width: auto !important;
        display: block !important;
        float: none;
        font-size: 17px;
    }
    body #dialog-container{
        position: relative !important;
        right: 0;
        left: 0;
    }
    body #loginDiv .singinDiv {
        left: 0px !important;
        width: auto !important;
        margin-right: 5px !important;
        margin-left: 5px !important;
        height: auto !important;
    }

    html body .blockUI.blockMsg.blockPage {
        width: auto !important;
    }

}
@media (max-width: 330px){
    body .global-headerLogo {
        height: 51px;
    }

}
body div .tglboxreg .btn-slide{
    height:auto;
    padding:10px 2px 9px;
}
body div .menuIt div.box1{
    height:auto;
    padding:12px;

}
body div .menuIt div.box1 div{
    height: 62px;
    width: 62px;
    margin: 0;
    float: none;
    display: inline-block;
    padding: 0;
}
body div .box h1 {
    display: inline-block;
    vertical-align: top;
    padding: 18px 11px;
}
body div .menuIt div.box1 div:last-child {
    display: none;
}
body div .pcklft, body div  .pckrht{
    width: 49.5%;
    padding: 5px 0 5px 5px;
    margin:0;
}
body div .pckreg .managed{
    padding: 11px 0 0 10px;
}
div#btn-slide {
    height: auto;
    padding: 10px 0px 11px;
    margin: 0;
}
.dashwrap .header .box h3 {
    padding: 2px 0px 5px 7px;
}
.dashwrap .header .box .image7 {
    margin: 9px 0 0 9px;
}
.slide.bushrs.btn-slide {
    height: auto;
    padding: 8px 0;
    border: 1px solid #D7D7D7;
}
.slide.social.btn-slide {
    height: auto;
    padding: 8px 0;
    border: 1px solid #D7D7D7;
}
body div div .userFrmInner {
    padding: 10px;
    width:auto;
    float: none;
    display: block;
    background:#fff;

}

body div .UserList {
    width: auto;
    float: none;
    padding: 7px;
    display: block;
    vertical-align: top;
}
body div div .UserList span,
body div div .UserList p{
    float:none;
    display:inline-block;
}
a.tooltip.tlt {
    border-radius: 11px;
    padding: 2px 7px;
    float: right;
}
body div .btnPs{
    float:none;
    position:static;
    padding: 7px 19px;
}
body div .userFrm {
    background: none;
    display: block;
    float: none;
    width: auto !Important;
}
body div .ntSave {
    float: none;
    padding: 9px 0px 18px;
}
#container .header p {
    padding: 4px 7px 6px;
}
body div .advClip {
    float: none;
    display: inline-block;
    vertical-align: top;
}
body div .advSteps {
    float: right;
    display: inline-block;
    vertical-align: top;
    width: 71.6%;
}
p.advLink {
    margin: 5px 0 0;
    font-family: ralewaylight;
    font-size: 14px;
}
.clip-step {
    padding: 21px 0 0;
}
body div .advHeader {
    margin: 75px 0 0px;
}
a.voverlay {
    margin: 0;
}
body div .advTagline {
    margin-bottom: 0px;
    padding: 20px 0 0;
}
@media (max-width: 1280px){
    body div .priceDiv{
        margin:0 auto;
    }
}
@media (max-width: 800px){
    body div .advSteps{
        margin:0 auto;
    }
    body  p.advLink {
        margin: 13px 0 5px;
    }
    body div .videogallery a img{
        text-align: center;
        display: inline-block;
    }
    a.voverlay {
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    html body div .advHeader{
        margin: 75px 0 0px;
    }
    body div .pricingcontainer{
        margin-top: 26px;
    }
}
body div .GO-business-img{
    margin-right:15px;
}
.GO-business-img a img{
    margin: 5px;
    border: 1px solid #E0E0E0;
    padding: 1px;
}
body div .companyListing{
    border:0;
    padding:0;
    background: none;
}
body div .companyLisitingPoints {
    border: 0;
    margin: 0;
    padding: 0px 0 7px 9px;
}

body div .company_id {
    width: auto;
    margin: 0;
}
body div .companyLisitingBottom {
    border-top: 1px solid #eee;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #92c192;
}
div.GO-business-info.pkg-platinum {
    border:1px solid #b5c6d0;
}
div.GO-business-info.pkg-gold {
    border:1px solid #EFE681;
}
div.GO-business-info.pkg-silver {
    border:1px solid #EFEEEC;
}
div.GO-business-info.pkg-basic {
    border:1px solid #92c192;
}

div.companyLisitingBottom.pkg-platinum {
    background-color: #b5c6d0;
}
div.companyLisitingBottom.pkg-gold {
    background-color: #EFE681;
}
div.companyLisitingBottom.pkg-silver {
    background-color: #EFEEEC;
}
div.companyLisitingBottom.pkg-basic {
    background-color: #92c192;
    background-color: rgb(75, 170, 37, .45);
    background-color: rgba(160, 162, 159, 0.45);    
    background-color: rgb(247, 247, 247);
}

body div .companyLisitingMiddle {
    border: 0;
    border-top: 0;
    padding:0 5px;
    cursor:pointer;
}
body .GO-business-info{
    box-shadow: 0 3px 5px #eee;
    -moz-box-shadow: 0 3px 5px #eee;
    -webkit-box-shadow: 0 3px 5px #eee;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow:none;
}
body div .analyticLine {
    padding: 6px 0 6px 6px;
}
div .analyticLine p {
    color: #000;
}
div .servicingSpan img {
    margin: 0 6px 0 0;
}
span.servicingSpan {
    color: #000;
}
div .menu_container ul {
    margin: 0;
    padding:10px;
}
body .menu_container ul li {
    margin: 0;
    padding: 0;
}
body .fnPhone{
    display: inline-block;
    margin: 0px 0 0 2px;
}
body .GO-business-phone a {
    margin: -2px 0 0;
    padding: 0;
    display: inline-block;
}
body .servicingSpan,
body .analyticLine p {
    color: #000;
    text-shadow: .03em .03em .05em #fff;
}
body .ListDiv {
    margin: 0 14px 0 0;
}
body div .fnWeb{
    margin: 0px 0 0 -2px;
}
.go-dropdown .filterBody .checkbox {
    display: inline-block;
}
.go-dropdown .filterBody label {
    vertical-align: top;
    margin: 5px 0 0 5px;
}
ul.com-list.com-right li img{
    width:15px;
}
ul.com-list.com-right li span{
    margin-left: 5px;
}
.cmpPromotion span{
    font-size: 12px;padding: 5px;border-radius: 4px;
}
ul.acc-list {
    display: inline-block;
    width: 49%;
}
.chevron2.down:before,
.chevron.down:before {
    content: "\f078";
}
.chevron2.up:before,
.chevron.up:before {
    content: "\f077";
}
.chevron2,
.chevron {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    /* font-size: inherit; */
    /* text-rendering: auto; */
    /* -webkit-font-smoothing: antialiased; */
    -moz-osx-font-smoothing: grayscale;
    border: 0;
    background: none;
    width: auto;
    height: auto;
    color: #777;
}
.view-more2,
.view-more {
    margin: 21px auto 10px;
    display: block;
    text-align: center;
    /*border: 1px solid #bbb;*/
    width: 118px;
    padding: 5px 0;
    border-radius: 4px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eaeaea+3,eaeaea+51,e0e0e0+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 3%, #eaeaea 51%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(3%,#eaeaea), color-stop(51%,#eaeaea), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 3%,#eaeaea 51%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 3%,#eaeaea 51%,#e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 3%,#eaeaea 51%,#e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 3%,#eaeaea 51%,#e0e0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
    float: none;
}
.view-more2 span,
.view-more span {
    color: #555;
    text-transform: uppercase;
    margin: 0 5px 0 0;
    font-size: 12px;
}
.view-more-line {
    /*border-top: 1px solid #ccc;*/
    margin: 25px 0px;
}
.accord-suburbs-cont {
    width: auto;
    height: auto;
    display: block;
    border: 0;
    background: none;
    text-align: left;
}
.accord-suburbs-cont {
    width: auto;
    height: auto;
    display: block;
    border: 0;
    background: none;
    text-align: left;
}
.acc-list li {
    line-height: 1.6em;
    border-bottom: 1px solid #e8e7e7;
    border-bottom: 1px solid #f1f1f1;
    padding: 8px 5px;
}
.acc-list a {
    font-size: 13px;
    color: #222;
    color:#4e504e;
    text-decoration: none;
    font-family: Arial;
}
.acc-list a:hover{
    text-decoration:underline;
}
ul.acc-list.d6 {
    margin-left: -3px;
}
.top-sub{
    padding: 0 20px 15px;
}
.sponsored-ads-text{
    margin: 2px 0px -11px 23px;
    font-size: 8px;
    text-align: left;
}
.GO-featured.google-ad{
    display:none;
}
.GO-Suburbs-list,.GO-Suburbs-list1{
    width:100%;
}
.GO-Suburbs-list > .heading, .GO-Suburbs-list1 > .heading{
    font-size: 14px;
    margin:0;
    padding-bottom: 10px;
    border-bottom: 1px solid #878a87;
    margin-bottom:10px;
    background-color: #adadad;
    color: #fff;
    padding: 15px;
    text-align:left;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
body div .GO-Suburbs-list{
    border:20px;
    text-align:center;
    border: 1px solid #ececec;
}
body div .GO-Suburbs-list1 {
    border: 0;
    margin-top: 15px;
}
body div .GO-Suburbs-list, body div .GO-Suburbs-list1{
    background-color:#fff;
    margin-top: 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 0;
}
div#emailCompanyDiv{
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    margin-right: auto;
    margin-left: auto;
    top: 50% !important;
    margin-top: -160px !important;
}
div#sendSMSForm{
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    margin-right: auto;
    margin-left: auto;
    top: 50% !important;
    margin-top: -90px !important;
    width:90%;
}
.desc-scrollbar > pre.textController{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.GO-business-header .map_bgcontainer{
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.business-container .GO-business-info,
.business-container .GO-business-header{
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.business-dashboard-social a.clip.social_fb{
    /*margin: -5px 0 0;*/
}
.business-dashboard-socmanage .manageBtn.btn-success ul {
    margin: 0;
    padding: 4px 0 6px;
}
.wrapContent.busCnt .business-right-content .right-section{
    margin: 0;
    float: right;
}
.wrapContent.busCnt .left-section .left-bg-bottom,
.wrapContent.busCnt .left-section #GO-business-main-content.left-bg-top{
    width: 98.3%;
}
body .GO-breadcrumbs-first span,
body .breadcrumbs-container span{
    padding: 3px 15px 3px;
}
@media (max-width: 480px){

}
@media (max-width: 767px){
    body .business-dashboard-socmanage {
        -webkit-box-shadow: 0 2px 18px 1px rgba(0,0,0,.2);
        -moz-box-shadow: 0 2px 18px 1px rgba(0,0,0,.2);
        box-shadow: 0 2px 18px 1px rgba(0,0,0,.2);
    }
    body .business-container {
        margin: 0 auto;
    }
    .GO-business-header .map_bgcontainer{
        float: none;
        position: relative;
    }

    body .business-dashboard-Socialbox li{
        float: none;
        height: 26px;
    }
    body .xtr-servicing {
        margin: 0 10px 0 20px;
    }
    body .mobile-servicing {
        margin: 0 0 0 38px;
    }

    body .go-time-bar {
        width: 100%;
        border-radius: 0;
        border: 0;
        padding: 7px;
        margin: 0 0 4px;
    }
    body .left-section {
        float: none;
        margin: 0;
        padding: 6px;
        width: 100%;
    }
    body .promo-colo_box{
        margin: 0 0 9px;
        float: none;
        width: 100%;
    }
    body .left-section #GO-business-main-content.left-bg-top {
        width: 100% !important;
        margin: 10px 0 10px;
    }
    body .tab_content{
        width: 100%;
    }
    body .review-rating{
        background: #fff;
    }
    .wrapContent.busCnt .left-section .left-bg-bottom{
        margin: 0 0 10px;
        padding:13px;
    }
    body .wrapContent.busCnt .left-section .left-bg-bottom{
        width: 100%;
    }
    body .wrapContent.busCnt .business-right-content .right-section{
        float: none;
        padding: 6px;
    }
    .right-section div#content {
        float: none;
        width: 100%;
        margin: 0;
    }
    body #contentVideo,
    body #contentImage,
    .right-section div#content {
        float: none;
        width: 100%;
        margin: 0;
    }
    body .bg-map-full-overlay{
        background: none;
    }
    div#company_map {
        width: 100% !important;
    }
    body .business-dashboard-Socialbox,
    body .business-dashboard-box,
    body .business-dashboard-mobile {
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0 2px 18px 1px rgba(0,0,0,.2);
        -moz-box-shadow: 0 2px 18px 1px rgba(0,0,0,.2);
        box-shadow: 0 2px 18px 1px rgba(0,0,0,.2);
        margin: 10px auto;
    }
    body .business-dashboard-box {
        height: auto;
        min-height: 53px;
    }
    body .GO-business-info {
        width: 100%;
        float: none;
        padding: 8px;
        /*margin:80px 0 0;*/
        display:inline-block;
    }
    body .business-container .GO-business-header{
        float: none;
    }
    body .GO-business-dashboard-platinum {
        background-color: #efefef;

    }
}
@media (min-width: 481px) and (max-width: 767px) {
    body .business-dashboard-review{
        margin:0;
    }
    body .dashboardReview {
        width: 100%;
        background: #fff;
        padding: 11px 14px 2px;

    }
    body .business-dashboard-box {
        padding: 10px;
        float: none;
    }
    body .business-dashboard-social.socialBg.business-dashboard-Socialbox {
        padding: 8px 2px 7px;
        position: static;
        float: none;
    }
    body .dashboardReview {
        float: none;
    }
    body .dashboardReview .stars,
    body .dashboardReview .dashboardPackage {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: auto;
    }
    body.dashboardSend {
        float: none;
        width: 142px;
        vertical-align: top;
        display: inline-block;
    }
    .manageBtn.btn-success {
        float: none;
    }
    .business-dashboard-socmanage {
        background: #fff;
        margin: 0 0 11px;
        padding: 9px 4px;

    }
    html  body .left-section{
        padding: 0;
    }
    html body .wrapContent.busCnt .business-right-content .right-section{
        padding: 0;
    }
    body .dashboardSend{
        float: none;
    }
    body .business-dashboard-mobile,
    body .business-dashboard-box{
        text-align: center;
    }

}
#dialog-container.dialog-logo {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    margin-right: auto;
    margin-left: auto;
    top: 50% !important;
    margin-top: -160px !important;
    width: 390px;
}
.dialogContent.editpopup,
#dialog-container.dialog-logo div.dialogContent{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;

}
#dialog-container.dialog-logo fieldset{
    height: auto !important;
    padding: 36px 35px 25px;
    background: #fff;
    width: 100%;
}
#dialog-container.dialog-logo .titleBar{
    top: 17px;
    right: 12px;
}
.dialogContent.editpopup button#submitFile1,
input#file_remove {
    border: 1px solid #ccc;
    background: #fff;
    padding: 4px 13px 5px;
    font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555;
    font-size: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.dialogContent.editpopup button#submitFile1:hover,
input#file_remove:hover{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,ffffff+100 */
    background: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top,  #ededed 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ededed 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
div.dialogContent.editpopup > h3,
.dialog-logo header {
    border-bottom: 1px solid #004F25;
}
.dialogContent.editpopup span#clloseBlockUI {
    margin: 2px 8px 0 0;
}
.dialogContent.editpopup .upload{
    margin: 0;
}
.dialogContent.editpopup fieldset.userdata {
    padding: 0 0 9px;

}.dialogContent.editpopup .editUploadfile {
     margin: 7px 0 6px;
 }
.dialogContent.editpopup button.file_upload {
    margin: 7px 0 7px;
}
.dialog-video .imgAdmTag {
    width: 100% !important;
    display: block;
    float: none !important;
    margin: 11px 0 0;
}
.dialog-video .imgAdmTag input {
    margin: 7px 0 -5px;
    width: 100%;
}
#clloseBlockUI{
    cursor: pointer;
}
body .editpopup.image-gallery .upload{
    margin: 6px 0 6px 0;
}
body #deal-container{
    margin: 0 auto;
}
body .deal-box-head {
    padding: 20px;
    height: auto;
    position: static;
}
body #deal-container .image-container:hover{
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
body #deal-container .image-container{
    height: auto;
    margin: 0;
    width: auto;
    display: block;
}
body #deal-container input#fileThumbnail1 {
    margin: -8px 0 23px;
    font-family: sinkin_sans200_x_light;
    width: 390px;
    cursor: pointer;
}
body #deal-container .deal-box-head h2 {
    font-family: sinkin_sans200_x_light;
    text-transform: uppercase;
    padding: 0 0 18px;
    border-bottom: 1px solid #ddd;
}
body #deal-container{
    font-family: sinkin_sans200_x_light !important;
}
input#dealTitle1 {
    margin: 4px 0 11px;
    padding: 5px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-family: sinkin_sans400_regular;
}
body #deal-container textarea,
body #deal-container input{
    padding: 5px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-family: sinkin_sans400_regular;
    display: block;
}
body #deal-container textarea {
    margin: 4px 0 15px;
    width: 390px;
}
input#dealLink1,
input#dealDiscount1,
input#dealNormalPrice1,
input#dealEndTime1,
input#dealStartTime1 {
    margin: 4px 0 10px;
}
.filethumb-container {
    width: 100%;
    display: inline-block;
}
body #deal-container label {
    display: block;
}
body #deal-container  select {
    padding: 5px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-family: sinkin_sans400_regular;
    margin: 4px 0 10px;
}
input#dealStatus1 {
    margin: 3px 0 10px;
}
body #deal-container .add-sticky {
    position: static !important;
    font-family: sinkin_sans200_x_light;
    text-transform: uppercase;
    color: #111;
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 3px;
    padding: 3px 10px 4px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e1e1e1+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
}
body #deal-container .add-sticky  a{
    color: #000;

}
@media (max-width: 480px){
    body #deal-container textarea,
    body #deal-container input#fileThumbnail1{
        width: 100%;
    }
}

body #deal-container .add-sticky:hover{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+2,ffffff+100 */
    background: #e1e1e1; /* Old browsers */
    background: -moz-linear-gradient(top,  #e1e1e1 2%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e1e1e1 2%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e1e1e1 2%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
body input#dealLink1 {
    margin: 4px 0 18px;
}
body .about .cnt p{
    margin: 10px 0;
}
body .about li {
    line-height: 1.7em;
    font-size: 14px;
}
body .about .lftbx {
    float: none;
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding: 10px 0 17px;
}
body .about .with-this{
    font-size: 14px;
}
body .about .first-h1{
    margin: 20px 0 0 ;
}

body .footer{
    padding: 0 0 11px;
}
body .acknow p {
    margin: 15px 0 0px;
    font-weight: normal;
}
body .advTagline h1{
    font-size: 33px;
    text-align: center;
    font-family: ralewayblack;
}

body div.container  div.advTop{
    margin: -10px auto 34px;
    background: none;
}
body .priceDiv,
body .pricingcontainer {
    float: none;
}
body .pricingcontainer{
    margin-top: 34px;
    margin-bottom: 10px;
    font-family: ralewaylight;
}
body .adver-des2 {
    margin: 19px auto;
    width: 85%;
    font-family: ralewaylight;
    background: #fff;
    padding: 1px 18px 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
body .adver-des2 p {
    margin: 19px 0 0;
    line-height: 1.8em;
}
a.startnow {
    background: #007236;
    padding: 10px 21px 8px;
    color: #fff;
    margin: 5px 0;
    display: inline-block;
}
.adver-des2 ul {
    margin: 0 0 0 38px;
    list-style-type: disc;
    line-height: 1.5em;
}
.adver-des2 h2{
    font-size: 17px;
    margin: 20px 0 0;
    font-family: sinkin_sans400_regular;
}
.vid-steps{
    border: 1px solid #ccc;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
html body .warp{
    width: 85%;
}
body .priceDiv{
    border: 1px solid #ccc;
    padding: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
body .adver-des1 {
    margin: 31px 0;
    border: 1px solid #ccc;
    padding: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    font-family: ralewaylight;
    font-size: 18px;
    line-height: 1.5em;
}
body .advSignIn {
    font-family: ralewayblack;
}
.head-plan{
    font-family: sinkin_sans200_x_light;
    padding: 10px 0;
}
.priceDiv sub {
    display: inline-block;
    vertical-align: top;
    margin: 17px 0 0;
}
body .go-plan-gold,
body .go-plan{
    font-family: ralewayblack;
    margin: 5px 0 0;
}
body .price-free{
    background: none;
    border-top-left-radius: 5px;
}
.free.head-plan {
    border: 1px solid #888;
    border-top-left-radius: 5px;
    background: #999;
}
span.plan-price {
    font-size: 36px;
}
.silver.head-plan {
    border: 1px solid #aaa;
}
.price-Gold h2 {
    padding: 5px 0;
}
.price-Gold h2,
.price-Gold.price-gold-highlight{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.cont-head-plan {

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
body .freelistingDivGold{
    margin-top: 0;
}
.gold.head-plan{
    border: 1px solid #C7BA19;
    border-top: 1px solid #F3EFC3;
}
body .price-gold-highlight {

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.plat.head-plan {
    border: 1px solid #ccc;
    border-top-right-radius: 5px;
}
body .price-Platinum{
    border-top-right-radius: 5px;
}
.price-free div.advSignIn {
    background: #999;
    border: 1px solid #888;
    border-bottom-left-radius: 5px;
}
body .price-free{
    border-bottom-left-radius: 5px;
}
.price-Silver .advSignIn{
    border:1px solid #aaa;
}
.price-Gold .advSignIn{
    border: 1px solid #C7BA19;
}
.price-Platinum .advSignIn{
    border: 1px solid #ccc;
    border-bottom-right-radius: 5px;
}
body .price-Platinum {
    border-top-right-radius: 5px !important;
}
body .priceDiv ul li{
    padding: 7px 10px;
}
.price-Silver .freelistingDiv,
.price-free .freelistingDiv{
    border: 0;
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
}
body .freelistingDivGold{
    border: 0;
    border-right: 1px solid #C7BA19;
    border-left: 1px solid #C7BA19;
}
body .price-Platinum .freelistingDiv{
    border: 0;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
body .price-Platinum:hover, body .price-Silver:hover, body .price-free:hover, body .price-gold-highlight:hover {
    -webkit-box-shadow: 0 0 6px 4px #ddd;
    -moz-box-shadow: 0 0 6px 4px #ddd;
    box-shadow: 0 0 6px 4px #ddd;

}
body .advStepInner h1 {
    font-size: 25px;
    font-family: ralewayblack;
    padding: 9px 0;
}
body .advStepInner p {
    font-size: 19px;
    font-family: ralewaylight;
}
body .advStepInner {
    margin: 0px 0 0 20px;
    padding: 38px 31px 14px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    width: 30%;
}
@media (max-width: 830px){

    html body div .advSteps{
        float: none;
        margin: 17px 0 0 ;
        width: auto;
        display: block;
    }
    html  .videogallery a img{
        margin: 0 auto;
    }
    html body .advSteps{
        background: none;
    }
    body .advStepInner {
        margin: 0px 0 0 15px;
    }

}
@media (max-width: 630px){
    html body .advStepInner{
        margin: 10px auto 0;
        display: block;
        width: 100%;
        padding: 8px 0;
    }
}

.clearboth {
    clear: both;
}
.banner-container .heading{
    padding: 15px 18px;
    background-color: #eee;
}
.banner-container p {
    margin: 15px 0 0;
    font-family: ralewaylight;
    line-height: 1.6em;
    font-size: 17px;
}
.banner-container h2 {
    font-family: sinkin_sans400_regular;
    margin: 24px 0 19px;
    font-size: 18px;
}
body .banner-image-servicing,
body .banner-images {
    float: none;
    margin: 21px 0;
    border: 1px solid #ccc;
    padding: 15px;
    background: #efefef;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.servicing,
.banner-container{
    padding-bottom: 20px !important;
    background: #E8E8E8 !important;
    margin-top: 65px !important
}
.servicing-wrapper,
.banner-wrapper{
    background: #E8E8E8 !important;
}
body .banner-image-servicing img,
.banner-images img {
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
a.get-your-banner {
    background: #007236;
    padding: 10px 16px;
    color: #fff;
    font-size: 19px;
    margin: 13px 0 0;
    display: inline-block;
}
.ccont{
    margin: 19px auto;
    background: #fff;
    padding: 1px 18px 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.page-title-c{
    font-size: 33px;
    text-align: center;
    font-family: ralewayblack;
    padding: 19px 0 0;
}
.ccont p{
    margin: 15px 0 0;
    font-family: ralewaylight;
    line-height: 1.6em;
    font-size: 17px;
}
.ccont h2 {
    font-family: sinkin_sans400_regular;
    margin: 24px 0 19px;
    font-size: 18px;
}
body div #quote-container .Go-quote{
    float: none;
}
.text-wrap {
    width: 80%;
    margin: 0 auto 30px;
}
body .icon-quote .imgBox1{
    vertical-align: top;
}
body .Go-quote .qmode .qitem select{
    width: 300px;
}
@media (max-width: 950px){
    body .Go-quote label {
        width: 100%;
        margin: 0 0 5px;
    }
    body .quote-des {
        padding: 0 25px;
    }
}
@media (max-width: 520px){
    .text-wrap {
        width: 90%;
        margin: 0 auto;
    }
}
body .quote-des p {
    margin: 0 0 11px;
    line-height: 1.5em;
}
body .quote-des {
    padding: 0 46px;
}.wrapper {
     margin: 65px auto 20px;
     width: 85%;
 }
#suburbCartSuburbList .suburb{
    padding: 5px 8px 8px;
}
#suburbCartSuburbList .suburb #clickMe {
    float: right;
    width: auto;
    padding: 4px 12px 5px;
    height: auto;
}
.total_suburbs {
    margin: 6px 10px 0 0;
}
.total_suburbs .multi_select.form_row {
    margin: 0 0 11px;
}
a#removeExtraZone,
a#addExtraZone {
    padding: 1px 13px 2px;
    height: auto;
}
a#redulce_1,
a#expand_1 {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px 9px;
    color: #444;
    text-transform: uppercase;
    background: #eee;
    margin-top: 8px;
    display: inline-block;
}
div#search_map-edit {
    margin: 11px 0 ;
}
.legend_sub {
    margin: 0 0 12px;
    display: block;
    float: none;
}
a#addPhysicalLocationAddress {
    padding: 3px 11px;
    height: auto;
    margin: 0 0px 7px 5px;
}
a#removePhysicalLocationAddress{
    padding: 3px 11px;
    height: auto;
    margin: 0 0px 7px 0;
}
.suburb-headtext p{
    font-size: 14px;
    color: #333;
}
.suburb-headtext h4 {
    font-size: 18px;
    color: #333;
    margin: 0 0 5px;
}
.mdf-h2 {
    font-size: 15px;
    margin: 0 0 0 18px;
    display: inline-block;
}
h3.mdf-h3{
    font-size:15px !important;
    margin:0;
    padding: 1px 6px 1px 6px;
    text-align:center;
    height: 19px;
    overflow: hidden;
}
.business-main-content .tabs li h3 {
    font-size: 15px;
    padding: 7px 0;
    margin: 0;
}
#contentImage, #contentVideo, .GO-Suburbs-list-company{
    padding: 0px 14px !important;
}
#slider li {
    list-style: none;
}
#homePickState ul li span{
    font-size:14px !important;
}
.art-main-text ul{
    list-style:initial;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.art-main-text{
    padding-top:20px;
}
.ui-widget-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #D7D7D7 !important;
    border: 1px solid #aaaaaa;
    /*background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;*/
    color: #222222;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    max-height: 300px !important;
    overflow:auto;
}
.ui-menu .ui-menu-item {
    padding: 12px 10px !important;
    font-size: 13px !important;
    border-bottom: 1px solid #c7c7c7;
}

.searchTermGlobal{
    border: 3px solid #FFDF00;
}
.ui-autocomplete-category {
     font-weight: bold;
     font-size: 12px;
     padding: 8px;
     border-bottom: 1px solid #ECECEC;
     border-top: 1px solid #ECECEC;
     background-color: #ECECEC;
 }
.ui-menu .ui-state-focus, .ui-menu .ui-state-active{
   margin:0;
}
div .GO-business-info-name {
    margin-top: 7px !important;
    margin-top:0;
}
.companyListingABN{
    font-size: 13px;line-height: 12px;   
}
body div .companyListingTop{
    padding:20px 10px;
    cursor:pointer;
}
 @media (max-width: 595px){
 	.GO-left_find {
 		margin: 19px 0 0;
 	}
 	.company_id ul li{
 		line-height: 1.5em;
 		font-family: LatoWeb;
 		font-size: 13px;
    	color: #000;
 	} 
	.GO-business-address a{
	    font-family: latoweb;
	    color: #777777;
	}
	.cmpSlogan{
		font-size: 12px;
	}
	
	body div .GO-business-info{
		box-shadow: none !important;
		margin-bottom: 0;
	}
	body div .companyListingTop{
	    border:0 !important;
	    padding:20px 10px;
	    cursor:pointer;
	}
	body div .m-GO-business-phone {
	    line-height: 0;
	    padding: 11px 8px 8px;
    }
    .companyListing {
	    border-top: 1px solid #eee !important;
	}
	body div .companyLisitingMiddle{
		border:0;
	}
	 body div div .analyticLine {
        padding: 3px 9px 2px !important;
        margin: 0;
    }
	
 }
 body div div .analyticLine {
    display: inline-block;
    width: auto;

    border-radius: 7px;

}
.analyticLine span p {
    padding: 0;
    margin: 0;
    text-shadow: none !important;
        color: #111 !important;
}
*{
	font-family: latoweb;
}
.GO-business-phone span.clip,
li.custom-feature .clip {
	position: relative;
	display: inline-block;
	margin: -3px 0 0;
	top: 9px;
}
div .fnWeb {
	width: 14px;
}
div .fnEmail{
	width: 22px;
}
.send-next,
span.text-contact {
    padding-right: 7px;
}
span.send-next {
    margin-left: 5px;
}
/*span.text-contact {
    margin: -5px 0 0;
    display: inline-block;
    position: relative;
    top: -8px;
    left: 2px;
}*/
body div .ListDiv {
    padding-left: 8px;
}
.fnPhone {
    width: 11px;
}
.GO-business-phone {
     margin-top: 0px; 
}
@media only screen and (min-width:596px) and (max-width: 800px){
    body div div .analyticLine{
        margin: 9px 13px 3px;
    }
 	span.send-next {
	    margin: 6px 0 0 4px;
	    display: inline-block;
	}
	body div .ListDiv {
	    padding-left: 12px;
	}
    .companyLisitingBottom .menu_container{
        min-height: 0;
        margin-bottom: 5px;
    }
    .GO-business-phone{
        display: none;
    }
    .m-GO-business-phone{
        display: block;
        line-height: 0;
        padding: 0;
    }
    body div div .analyticLine{
        padding: 5px 7px 2px;
    }
    body .GO-business-info {
	border: 1px solid #ccc;
	border: 1px solid #97c28f;
    }
 }
.GO-category-header span {
    margin-top: 7px;
    font-family: sans-serif;
    color: #777777;
    margin-left: 3px;
    line-height: 17px;
    float: left;
}
.GO-category-header h1 {
    font-size: 13px;
    font-family: latoweb !important;
    text-transform: capitalize;
    color: #000 !important;
}
.GO-category-header {
    padding: 5px 5px 0;
    border: 0;
    text-indent: 0;
}
.GO-category-header span b{
    font-family: Arial;
    font-size: 12px;
}
.GO-category-header > h1{
    font-size: 12px;
    margin-top: 7px;
    font-family: sans-serif;
    color: #777777;
    margin-left: 3px;
    line-height: 20px;
}
@media only screen and (min-width: 801px){
     body div div .analyticLine {
        padding: 5px 7px 2px;
    }
    .menu_container {
        float: right;
        width: auto;
        min-height: 0;
        display: inline-block;
        margin-top: 7px;
    }
    span.send-next {
        margin: 6px 0 0;
        display: inline-block;
        margin: 5px 0 0;
    }
    body div div .analyticLine {
        margin: 0;
    }
    .send-next, span.text-contact {
        padding-right: 11px;
    }
    body .GO-business-info {
	border: 1px solid #ccc;
	border: 1px solid #97c28f;
	border: 1px solid rgba(160, 162, 159, 0.45);
	box-shadow: 1px 1px 1px 1px #d6d6d6;
	box-shadow:none;
    }
}
span.clip.fnWebwht {
    height: 20px;
}
div .analyticLine a p.GO-street-address{
    padding-right: 4px;
}
.companyListingName a{
    color:#5D5959 !important;
    font-family: LatoBlackItalic;
    font-weight: bold;color: #5D5959;font-size: 20px !important;
}
.analyticLine span.servicingSpan{
	margin:0;
}
body div .cmpPromotion a {
    margin: 4px 0 16px 2px;
    font-family: latoweb;
    padding: 6px 11px 3px;
    color: #000;
    font-size: 13px;
	    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	border-radius: 3px !important;
}
body div .cmpPromotion a:hover{
	background: #fff;
}
@media only screen and (min-width:481px) and (max-width: 800px){
	span.text-contact,
	span.send-next{
		display: inline-block;
    	margin-top: 7px;
	}
}
@media (max-width: 480px){
	.companyListingName > a {
    	font-size: 20px !important;
	}
	body div .companyListingCategoryName {
	    font-size: 13px;
	    color: #444 !important;
	}
}
.mob-num {
    font-size: 12px;
        margin: 3px 0 0;
}
 .bottomRight .mobileCall {
    margin: 8px 0;

}
.m-GO-business-phone a img {
    width: 30px;
}
span.clip.fnWeb {
    top: 6px;
}
body div div .m-GO-business-phone{
	padding: 0;
}
@media (max-width: 480px){
	div .mob-num {
		display: none;
	}
	div .bottomRight .mobileCall{
		margin: 13px 0;
	}
}
.page.gradient {
    margin: 0 -6px 0 0px;
    vertical-align: top;
    padding: 10px 14px 7px;
    height: auto;
    border-radius: 0;
    box-shadow: none;
}
a.page.gradient u{
    text-decoration: none;
}
.page.fa.fa-caret-left.gradient::before {
    font-size: 17px;
}
.page.fa.fa-caret-left.gradient {
   padding: 9px 16px 8px 12px;
}
.page.fa.fa-caret-right.gradient {
     padding: 8px 13px 7px 14px;
}
.page.fa.fa-caret-right.gradient::before {
    font-size: 19px;
}
.page.selected.gradient {
    text-shadow: none;
    font-weight: normal;
    color: #999;
}
.BreadCrumbs-inline {
    position: static;
    display: inline-block;
    /* margin-left: 17px; */
    width: 100%;
    border: 1px solid #ddd;
    padding: 1px 5px 4px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaedeb+1,e3e3e5+100 */
background: #eaedeb; /* Old browsers */
background: -moz-linear-gradient(top, #eaedeb 1%, #e3e3e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #eaedeb 1%,#e3e3e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #eaedeb 1%,#e3e3e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaedeb', endColorstr='#e3e3e5',GradientType=0 ); /* IE6-9 */
}
body div .bread-custom span {
    padding: 9px 19px 6px;
    background: #333;
    font-size: 14px !important;
}
.bread-custom span:after {
    right: -13px;
    border-top: 17px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 13px solid #333;
    z-index: 999;
}
.GO-breadcrumbs.bread-custom.after span {
    padding: 9px 10px 4px 20px;
    height: auto !important;
    margin-left: -5px;
}
.GO-breadcrumbs span:before {
    border-top: 17px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 13px solid #ececec;
}
.GO-breadcrumbs.bread-custom.after.last span {
    font-weight: normal;
    background: #fff;
    color: #111;
}
.GO-breadcrumbs.bread-custom.after.last span::after{
    border-left: 13px solid #fff;
}
.GO-breadcrumbs.bread-custom.after.last span {
    padding: 10px 10px 5px 20px;
}
body div .MoreSearches-inline{
    border: 1px solid #ddd;
}
.filterBody span, .filterBody input {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 3px;
}
@media only screen and (min-width: 767px){
    ul.com-list {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px;
    }

}
#m-menu-box-wrapper {
    top: 39px;
}
.m-menu-box ul li a{
    color: #fff;
}
.filterHeader span.filterClear a,
.filterDiv a span {
    padding: 4px 7px 4px;
    border-left: 1px solid #fff;
    border-radius: 4px;
}
.filterHeader span.filterClear,
.filterDiv a {
    display: inline-block;
    /*border: 1px solid #ddd;*/
    border-radius: 4px;
    margin: 0 0 0 3px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+85,ededed+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 85%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 85%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 85%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
body div .go-button-dropdown-Sub, body div .go-button-dropdown {
    width: auto !important;
    float: none !important;
    vertical-align: top;
    padding:0;
    border-right: 1px solid #bbb;
    border-right: 1px solid #f1f1f1;
}
.filter-con {
    padding: 6px 16px 5px;
    border-right: 1px solid #fff;
}
body div .filter{
    padding:0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,f6f6f6+40,ededed+100 */
    /*background: #f1f1f1;  Old browsers 
    background: -moz-linear-gradient(top, #f1f1f1 0%, #f6f6f6 40%, #ededed 100%);  FF3.6-15 
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#f6f6f6 40%,#ededed 100%);  Chrome10-25,Safari5.1-6 
    background: linear-gradient(to bottom, #f1f1f1 0%,#f6f6f6 40%,#ededed 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    background:none;
}
body div #mobileFilter {
    display: inline-block;
    vertical-align: top;
}
body div .go-filter {
    width: auto;
    float: none;    
    padding: 6px 26px 7px 9px;
}
.go-button-dropdown-Sub.first{
    border-left: 1px solid #bbb;
    border-left: 1px solid #f1f1f1;
}
.mobDiv {
    border-left: 1px solid #fff;
    display: inline-block;
    font-size: 13px;
}
body .filterBody span {
    margin: 2px 0 0 5px;
}
.filter-list {
    display: inline-block;
    min-width: 200px;
}
.filterBody {
   width: : auto;
    float: none;
    display: block;
}
.filterHeader {
    width: auto;
    display: block;
}
body div .go-dropdown{
	width: auto;
}
.filter-list.category {
    min-width: 330px;
}
.filterHeader {
    width: auto;
    display: block;
    padding: 0 0 9px;
    border-bottom: 1px solid #eee;
    margin: -2px 0 11px;
}
.filterHeader span.filterText a {
    font-weight: normal;
    font-family: LatoWebBold;
}
body div .filterText {
    width: auto;
}
span.filterClear {
    margin: -3px 0 0 !important;
}
.filterHeader span.filterClear a {
    font-size: 12px;
     font-weight: normal;
}
@media only screen and (max-width: 1250px){
	.filter-con .filter-text {
	    display: none;
	}
	body div .filter .mobDiv >div{
		width: auto;
	}

}
@media only screen and (max-width: 800px){
	body div div .filter {
	   text-align: center;
	   padding: 0;
	   height: 30px;
	   border-radius: 0;
	   opacity: 1;
	   z-index: 9999;
	}
	body div div .go-filter {
	    padding: 3px 3px 0 5px;
	}
	body .filter-con {
	    font-size: 12px;
	    color: #000;
	}
	body .report-issue{
		bottom: 32px;
    	padding: 9px 0px 5px 6px;
	}
	body div .filter .mobDiv >div{
		padding: 0;
        position: static;
	}
	body .go-button-dropdown, body .go-button-dropdown-Sub{
		border-bottom: 0;
		z-index: 999;
	}
	body .mobDiv{
		vertical-align: top;
	}
	body div .go-dropdown{
		position: static;
	    font-size: 14px;
	    text-align: left;
	    /* top: -237px; */
	    /* height: 230px; */
	    /* box-shadow: none; */
	    /* left: 0; */
	    /* width: auto; */
	    border-radius: 0;
	    
	}
	body .filter-list {
	    min-width: 227px;
	}
	body .filterHeader {
	    padding: 0 15px 9px;
	    border-bottom: 1px solid #ddd;
	    margin: -2px -15px 11px;
	}
	.go-drop-body {
	    position: absolute;
        bottom: 30px;
        background: #f9f8f8;
        max-height: 200px;
        overflow: scroll;
        padding: 15px;
        width: auto;
        right: 0;
        left: 0;
        border-top: 1px solid #ddd;
    }

	/*.dropdown-click.open-this .go-dropdown{
		display: block;
	}
	.dropdown-click.close-this .go-dropdown{
		display: none;
	}*/
        
    .GO-Sidemap, .GO-Suburbs-list test3, .GO-Suburbs-list1, .GO-featured, .directors-pages, .directors-pages-list{
        display:none;
    }
    .sponsoredRelatedBusinesses{
        position:inherit;
    }
}
.sponsoredRelatedBusinesses{
    position:absolute;
}
@media only screen and (max-width: 395px){
	body .filter-con {
	    padding: 6px 10px 4px;
	}
	span.filter-text-first {
	    display: none;
	}
}
.custom-feature .send-next, .custom-feature span.text-contact {
    font-family: latowebblack;
    font-family: Arial;
    font-size: 13px;
    color: #000;
}
@media (max-width: 595px){
    body .bottomRight .mobileCall {
        display: table;
        margin: 0;
    }
    .mob-inside {
        vertical-align: middle;
        position: relative;
        display: table-cell;
    }
    body div .ListDiv {
        padding: 0;
        margin: 0;
        display: block;
        float: none;
    }
    body .menu_container .ListDiv ul li{
        float: none !important;
        padding: 5px 0 0;   
    }
    div .menu_container .ListDiv ul {
        padding: 0 !important;
    }
    .menu_container ul li.phone-c{
        display: none;
    }
    body div span.send-next {
        margin-left: 0px;
    }
    body .bottomLeft .menu_container {
        margin-left: 14px;
    }
}
.custom-feature i.fa.fa-mobile {
    font-size: 18px;
    top: 2px;
    display: inline-block;
    position: relative;
    color: #000;
    margin: 0 2px 0 0;
}
.custom-feature i.fa.fa-globe {
    color: #000;
    font-size: 14px;
    position: relative;
    top: 1px;
}
.custom-feature i.fa.fa-envelope {
    margin: 0 2px 0 0;
}
@media (max-width: 800px) {
    .GO-Sidemap, .GO-Suburbs-list test3, .GO-Suburbs-list1, .GO-featured, .directors-pages, .directors-pages-list{
        display:none;
    }
    .sponsoredRelatedBusinesses{
        position:inherit;
    }
}
body .analyticLine p{
    float: none;
    display: inline-block;
}
.review-address p.GO-street-address {
    display: inline-block;
}
.review-address .servicingSpan img{
    float: none;
}
.review-address span.servicingSpan {
    float: none;
}
.review-address span, .review-address p {
    text-shadow: none !important;
    font-size: 13px;
}
.review-cont {
    /*background: #fff;*/
    padding: 5px 11px 5px 10px;
    margin: 4px 0px 3px;
    border-radius: 4px;
}
a.rating-link {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,efeed5+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efeed5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efeed5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#efeed5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background:inherit;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efeed5',GradientType=0 ); /* IE6-9 */
    width: 100%;
    display: block;
    padding: 6px 9px 4px;
    margin: 7px 0px 6px;
    border-radius: 3px;
    /*text-align: center;*/
}
a.rating-link:hover{
    background: linear-gradient(to bottom, #ffffff 0%,#efeed5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: #f9e500;
}
.review-cont .stars {
    margin-bottom: 1px;
}
.review-cont .servicingSpan img {
    margin: 0px 6px 0 0;
    top: -2px;
    position: relative;
}
.GO-float.GO-left_find{
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background: #fff;
    border: 1px solid #d4d1d1;
    padding-top: 13px;
}
.review-badge{
    margin-right: 5px;
}