/* Web Fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

/* Font Awesome */
@import 'http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css';

body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color:#333333;
}
body * {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
a:hover{
    color: #d25555;
    text-decoration: underline;
}
a:focus {
    outline: none;
    color: #08c;
    text-decoration: none;
}
a:visited
{
    color: #08c ;
    text-decoration: none;
}
p {
    margin-bottom: 10px;
}
h2 {
    font-size: 16px;
    margin: 0 0 5px;
    padding: 0;
}
/* Forms */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 2px 5px;
    color:#000;
    font-size: 13px;
    border:1px solid #ccc;
    font-family: 'Open Sans', sans-serif;
    height: auto;
} 
/* Place Holder */
::-webkit-input-placeholder {
    color: #000;
    opacity:  1;
}

:-moz-placeholder { /* Firefox 18- */
    color: #000;
    opacity:  1; 
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #000;
    opacity:  1;
}

:-ms-input-placeholder {  
    color: #000;
    opacity:  1;
}

textarea {
    resize:none;
}

h1, h2, h3, h4, h5, h6, .sub_head
{
    font-family: Arial,Helvetica,sans-serif;
}
.grippie {
    display: none;
}
.clearfix {
    clear:both;
}

/* Header */
.header {
    margin: 0;
    background: #000000;
    padding: 10px 0;
}

/* Main Menu */
.navbar-inner {
    padding: 0;
}
#main-menu {
    background: #515151;
}
.navbar {
    margin-bottom: 0;
}
.navbar-inner {
    background-color:#515151;
    background-image:-moz-linear-gradient(top,#515151,#515151);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#515151),to(#515151));
    background-image:-webkit-linear-gradient(top,#515151,#515151);
    background-image:-o-linear-gradient(top,#515151,#515151);
    background-image:linear-gradient(to bottom,#515151,#515151);
    background-repeat:repeat-x;
    border:none;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#515151',endColorstr='#515151',GradientType=0);
    *zoom:1;
}
.navbar .nav > li > a {
    text-shadow:none;
    color:#ffffff;
    border-right:1px solid #999999;
    padding: 7px 15px;
}
.navbar .nav > li:last-child > a {
    border:none;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > li > a:hover {
    background: #000000;
    color:#ffffff;
}


/* Sub Nav */
.main_submenu {
    border-bottom: 1px solid #dddddd;
}
.main_submenu nav {
    margin: 10px 0;
}
.main_submenu ul {
    list-style-type: none;
    margin-bottom: 0;
}
.main_submenu ul li {
    list-style-type: none;
    list-style-image: none;
    display: inline-block;
    padding: 0 10px 0 0;
    border-right:1px solid #005580;
}
.main_submenu ul li:last-child {
    border:none;
}

.main_submenu ul li a:hover{
    background: transparent;
}
/* Free Case Review */
#webform-client-form-38 #webform-client-form-454{
    margin-bottom: 0;
}

#block-webform-client-block-38 {
    background: #d25555;
    padding: 10px;
    color:#ffffff;

}
#block-webform-client-block-38 h2 {
    font-size: 20px;
    margin: 0;

}
#block-webform-client-block-38 input, #block-webform-client-block-38 select, #block-webform-client-block-38 textarea {
    width: 100%;
}
#block-webform-client-block-38 .form-type-radio {
    float: left;
    width: 55px;
    margin: 0;
}
#block-webform-client-block-38 input, #block-webform-client-block-38 select, #block-webform-client-block-38 textarea { 
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color:#000;
    font-size: 13px;
    border:none;
    font-family: 'Open Sans', sans-serif;
}
#block-webform-client-block-38 input[type="radio"] {
    width: auto;
    vertical-align: top;
}
#block-webform-client-block-38 input[type="radio"], #block-webform-client-block-38 label {
    display: inline-block;
    font-weight: normal;
}
#block-webform-client-block-38 .webform-component-radios {
    margin-top: 0;
}
.block-views {

}

.block-views .views-row {
    margin-bottom: 8px;
}
.block-views .views-row:before {
    content: ".";
    position: absolute;
    font-size: 52px;
    margin-top: -16px;
    color: #D25555;
    margin-left: -2px;
}
.block-views .views-row .views-field-title{
    margin-left: 20px;

}
.block-views .views-row span a {
    color:#333333;
}
.block-views .views-row span a:hover {
    color:#D25555;
}
.block-views .more-link {
    margin-left: 21px;
    font-weight: normal;
    color:#D25555;
    margin-top: 0;
}
.more-link a::after, a.more-link::after, .page-search .node-readmore a::after {
    content: "";
}
.content-body .block-views, #block-block-2, h1.title {
    background: url('../images/right-stripes.png') repeat-x center bottom;
    padding-bottom: 20px;
}
.content-body .main .block {
    margin-bottom: 20px;
}
/* Right Side Bar */
#sidebar-second {
    margin-top: 20px;
    overflow: hidden;
}


/* Banner Section */
#block-block-2 > h2 {
    display: none;
}
.banner_main h1 {
    font-size: 22px;
    margin: 0;
    line-height: normal;
}
.sub_head {
    font-weight: bold;
    font-size: 15px;
    padding-top: 10px;
    margin-bottom: 10px;
}
.theme_color {
    color:#d25555;
    font-weight: bold;
}
.submit_btn a{
    background: #d25555;
    color:#ffffff;
    padding: 10px;
}
.banner_main {
    background: url('../images/debt-collector-harassment.jpg') no-repeat;
    padding-left: 295px;
    padding-bottom: 40px;
    min-height: 300px;
}
.submit_btn {
    margin-top: 20px;
}

/* Right Bar Menu */
#block-block-5 {
    margin-bottom: 0;
}
#block-block-5 a {
    background: #dddddd;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color:#333333;
    font-size: 16px;
    display: block;
}
#block-block-5 a:hover {
    background: #000;
    color:#ffffff;
}
/* Submit Details */
.submit_details p{
    margin-bottom: 0;		
}
.submit_details {
    background: #d25555;
    font-size: 24px;
    color:#ffffff;
    padding: 25px 0;
    text-align: center;
}
.submit_details a {
    font-weight: bold;
    color:#fff;
}

/* Footer Menu */
#footer {
    background: #515151;
    margin: 0;
    border: none;
    padding: 20px;
    text-align: center;
}
#footer h2 {
    display: none;
}
#footer a {
    color:#ffffff;
    text-align: center;
}
#footer.main_submenu ul {
    text-align: center;
}
#footer.main_submenu ul li {
    border-color: #ffffff;
    margin-bottom: 10px;
}

/*Copy Rights */
.copy_rights {
    padding-top: 10px;
    background: #000000;
    color:#656565;
    text-align: center;
}
.copy_rights a {
    color:#656565;
}
.copy_rights a:hover {
    text-decoration: underline;
}

/* Secur and Represented */
.secure_rep_main {
    margin-bottom: 20px;
}
.secure_rep_main img{
    margin-right: 10px;
}
.represented_link a{
    display: block;
    background: #5886B4;
    color: #FFF;
    font-size: 20px;
    padding: 30px 25px;
    margin-left: -52px;
    margin-top: 8px;
    text-align: center;
}

/* Contact Right Side */
.contact_add_right {
    text-align: center;
    font-size: 16px;
}
.contact_add_right h3 {
    color:#d25555;
    font-weight: bold;
    font-size: 24px;
}


/* Captcha */
#recaptcha_widget_div {
    float: left;
    margin-bottom: 10px;
}
#recaptcha_area, #recaptcha_table {
    zoom: 0.9; /* all browsers */
    -moz-transform: scale(-0.9);  /* Firefox */
}


/* Page Title */
h1.title {
    font-size: 22px;
    font-weight: bold;
    color:#236890;
}

/* Social Icons */
.social_icons {
    font-size: 18px;
    margin-top: 10px;
}
.social_icons a {
    margin-right: 5px;
}


/* Header Contact Right Side Section */
.header_right {
    float: right;
    color:#ffffff;
    font-size: 14px;
    font-weight: bold;
}
.header_right a {
    color:#ffffff;
}
.header_right h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    line-height: 91px;
    vertical-align: top;
}
.header_right h3, .header_right ul {
    display: inline-block;
}
.header_right ul {
    list-style-type: none;
    background: url('../images/contact_right_bg.png') no-repeat left top;
    margin: 8px 0px 0;
    padding-left: 40px;
}
.header_right ul li span {
    background: #236890;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
}
.header_right ul li {
    margin-bottom: 5px;
}
.header_right ul li:last-child {
    margin-bottom: 0px;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    color:#ffffff;
}
#block-views-success-stories-block, #block-block-10 {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    border:1px solid #ccc;
    padding: 10px;
    margin-top: 10px;
}
#sidebar-second .block-views .views-row::before  {
    margin-top: -18px;
}
#sidebar-second .more-link {
    margin-left: 0;
}
#block-views-success-stories-block h2, #block-block-10 h2 {
    margin: -10px -10px 0;
    background: #D25555;
    padding: 5px 10px;
    color: #ffffff;
    font-weight: normal;
}
#block-block-10 a {
    color: #000;
}
h6 {
    font-size: 13px;
}
.content h4 {
    font-size: 15px;
    margin: 15px 0 0;
    line-height: normal;
}
.content .field h2 {
    color:#D25555;
    margin-top: 20px;
}
.content .field h2:first-child {
    margin-top: 0;
}
.field-items ul{
    margin-top: 10px
}
/* Blog */
.page-blog .view-id-wp_blog .views-row {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
.page-blog .views-field-nothing, .page-taxonomy .views-field-nothing {
    color:#7c7c7c;
    font-size: 12px;
}
.page-blog .view-id-wp_blog h4 {
    font-size: 21px;
}
.page-blog .views-field-term-node-tid {
    font-size: 12px;
}
.page-blog .views-field-term-node-tid a {
    color: #000;
}
.page-blog .views-field-term-node-tid a:hover u {
    text-decoration: none;
}
.page-blog .view-id-wp_blog .item-list ul li {
    margin: 0;
    padding: 0;
}
#block-block-10 a:before {
    content: "- "
}

/* Free Case Review Form */
#edit-actions {
    clear: both;
    margin-bottom: 10px;
}
.page-node-38 .captcha {
    clear: both;
}
.page-node-38 .form-radios .form-item {
    float: left;
    min-width: 100px;
    margin-bottom: 0;
}
.page-node-38 .form-item label {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    font-weight: normal;
}
.page-node-454 .captcha {
    clear: both;
}
.page-node-454 .form-radios .form-item {
    float: left;
    min-width: 100px;
    margin-bottom: 0;
}
.page-node-454 .form-item label {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    font-weight: normal;
}
/*02-02-15*/
.blogauth-img {
    max-width: 100px;
    max-height: 100px;
}
.easy-breadcrumb {
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
    border-bottom-style: inset;
}
#footer .main_submenu {
    border-bottom: 0;
}
#footer .main_submenu ul li
{
    padding: 0px 10px 0px 3px;
}
.firstblock-img
{
    width: 30%;
    float: left;

}
.firstblock-content
{
    width: 60%;
    float: left;

}
.item-list ul li
{
    margin: 0px;
}
.item-list .pager li
{
    padding: 0 3px;
}
.pager li > a, .pager li > span
{
    margin: 10px 0;
}
/*03-02-14*/
.span4.m-l-0 {
    margin-left: 0;
    clear: both;
}
.contactpage .title
{
    color: #800000;
}
.nationwide {
    margin-top: 40px;
    font-size: 16px;
    color: #ff0000;
    margin-bottom: 15px;
}
.tollfree-num{
    font-size: 16px;
    margin-bottom: 25px;
}
.tollfree-num.text-center > span {
    color: #800000;
    font-size: 18px;
    font-weight: bold;
}
.sumit_evaluation {
    background: #CA0D05;
    color: #fff!important;
    padding: 5px 20px;
    font-size: 18px;
    border-radius: 5px;
    font-weight: bold;
}
.contact_add_right h3 a
{
    color: #db0e05;
}
.contact_add_right
{
    border: 1px solid #bbb;
    padding: 8px;
    border-radius: 3px;
}
.contact_add_right h3{
    text-rendering: auto;
}
.blog-img {
    float: left;
    padding: 0 10px 10px 0;
    max-width: 100px;
    max-height: 100px;
}
.node-type-blog .field-type-text-with-summary
{
    clear: both;
}
.view-id-success_stories .views-field-title h4
{
    margin-bottom: 10px;
    color: #D25555;
    color: #00649A;
    font-size:18px;
}
img.quote_top {
    margin-left: -26px;
    margin-right: 5px;
    position: relative;
    top: -4px;
}
.success_para p, .view-success-stories .views-field.views-field-field-name, .view-success-stories .views-field.views-field-field-signature {
    padding-left: 26px;
}
.page-success-stories .views-field-field-author{
    color: #D25555;
    color: #00649A;

}
.more-link a:hover, a.more-link:hover, .page-search .node-readmore a:hover
{
    color: #d25555;
    text-decoration: underline;
}
.view-your-state-laws .views-row
{
    float: left;
    clear: none;
    width: 50%;
    padding-left: 10px;
}
.view-your-state-laws .views-row a
{
    text-decoration: underline;
}
/*siteadmin styles*/
/*.siteadmin .site-main-menu, .siteadmin .block-easy-breadcrumb
{
        display: none;
}*/
.siteadmin .block-easy-breadcrumb
{

    display: none;

}
.siteadmin .menu.nav a
{
    text-align: left;
}
.siteadmin .main_submenu ul li
{
    padding-right: 2px;
    margin-bottom: 5px;
}
.siteadmin .views-table.cols-7 {
    margin-top: 20px;
}
.siteadmin .views-exposed-widget.views-submit-button {
    margin-top: -6px;
}
#edit-actions .form-submit {
    margin-right: 20px;
}
.view-state-lemon-law-attorneys table{
    width: 100%;
}
.view-state-lemon-law-attorneys table tr:nth-child(even) {background: #f5f5f5;}
.counselattorneys table tr:nth-child(odd) {background: #f5f5f5;}
.counselattorneys table span{
    color: #005580;
}
.view-id-blog h4
{
    font-size: 18px;
}
.view-id-taxonomy_term h4
{
    font-size: 18px !important;
}

.siteadmin .navbar .nav li.dropdown.open > .dropdown-toggle, .siteadmin .navbar .nav li.dropdown.active > .dropdown-toggle, .siteadmin .navbar .nav li.dropdown.open.active > .dropdown-toggle
{
    color: #fff;
    background-color: #515151;
}

.siteadmin .caret
{
    border-top-color: #fff !important;
    border-bottom-color: #fff !important;
}
.siteadmin .dropdown-menu > li > a{
    padding :3px 5px;
}
.attrdesc{
    float:left;
}
/*02-09-15*/
.sumit_evaluation:hover
{
    color: #fff;
}
/*#webform-client-form-38 #edit-actions .form-submit*/
#webform-client-form-38 .form-submit
{
    background: #236890;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    font-size: 12px;
    margin-top: 15px;

}
#webform-client-form-38 .form-submit:hover
{
    text-decoration: underline;
}
.page-node-38 .form-radios .form-item
{
    min-width: 65px;
}
#recaptcha_widget_div
{
    width: 100%;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder
{
    color: #000000;
}
/*02-10-2015*/
.submit_details_free {
    background: #ca0d05;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}
.submit_details_free:hover
{
    color: #fff;
}
.m-t-40
{
    margin-top: 40px;
}
.social-icons {
    border: 1px solid #d1d1d1;
    margin-bottom: 14px;
    overflow: hidden;
    padding: 20px 2px 14px;
    width: 100%;
    margin-top: 30px;
}
.social-icons ul li {
    float: left;
    font-size: 16px;
    list-style-type: none;
    margin-right: 10px;
    text-transform: uppercase;
}
.social-icons i {
    color: #00649a;
    font-size: 25px;
    margin-top: -5px;
    vertical-align: middle;
}
.contactpage .span4
{
    margin-left: 0;
    min-height: 170px;
}
.main .block {
    margin-bottom: 15px;
}
/*13-02-2015*/
hr {
    border-color: #08c;
    border-style: dashed;
    margin: 20px 0; 
}
/*13-02-2015*/
.view-blog .views-field-title h4:before, .view-taxonomy-term .views-field-title h4:before, .view-news .views-field-title h4:before {

    content: "";
    display: inline-block;
    font-size: 14px;
    font-family: FontAwesome;
    margin-left: -18px;
    color: #08c;
    position:absolute;
    margin-top: 3px;
}
.view-news h4{
    font-size: 18px;
}
.success-stories-page h4
{
    margin-bottom: 10px;
    color: #D25555;
    color: #00649A;
    font-size:18px;
}
.success-stories-page .authorname
{
    color: #00649A;
}
.storycontent:before{
    content: "";
    display: inline-block;
    font-size: 20px;
    font-family: FontAwesome;
    margin-left: -28px;
    color: #ccc;
    position:absolute;
    margin-top: -2px;
}
.storycontent:after
{
    content: "";
    display: inline-block;
    font-size: 18px;
    font-family: FontAwesome;
    color: #ccc;
    position:absolute;
    margin-top: -1px;
    margin-left: 10px;
}
.storycontent
{
    margin-left: 22px;
}
.successstories {
    border: 1px solid #ccc;
    padding: 5px;
}
.successstories h2{
    background: none repeat scroll 0 0 #d25555;
    color: #ffffff;
    font-weight: normal;
    margin: -10px -10px 0;
    padding: 5px 10px;
}
.fa.fa-stop {
    font-size: 7px;
    vertical-align: middle;
    margin-top: -5px;
    padding: 5px;
    color: #d25555;
}
/*.node-type-blog ul li{
    line-height:13px;
}*/
.more-link{
    text-transform: none;
    font-weight: 600;
    font-size: 14px;

}
.banner_main  h1{
    color: #236890;
}
.home-stop-arrow p:before{
    color: #d25555;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 6px;
    position: absolute;
    margin-left: -12px;
}
.home-stop-arrow > p {
    padding-left: 25px;
}
.ppc-thankyou a
{
    color: #fff685;
}
.ppc-thankyou a:hover{
    color: #d25555;
}
.contentop.thankyou-block
{
    padding: 98px 0;
}
.top-header .thankyou-header-right
{
    font-size: 21px;
}
.main.thankyou-page
{
    padding: 0;
    margin: 0;
}

/*faq css*/
.accordion-heading {background: none repeat scroll 0 0 #236890;}
.accordion-heading a{color: white;} .accordion-heading a:hover {text-decoration: none; color:white}
.accordion-inner a:hover {color: #d55555;}
.accordion-inner{padding: 25px 15px;}
.accordion-group{margin-bottom: 10px; border-radius: 0px}
.accordion-heading .accordion-toggle{padding: 8px 25px 8px 15px; font-weight: bold;}
.accordion-heading {position: relative;}
#accordion2 .accordion-toggle:after{content: "\f0d7"; color: #ffffff; position: absolute;
                                    right: 15px;   top: 10px;font-family: FontAwesome;}

/* Mozill Css */
@-moz-document url-prefix() { 
    #recaptcha_widget_div {
        float: left;
        margin-bottom: 0px;
        margin-left: -33px;
    }
}

/* 30-june-2015--n st  */
.free-box {
    background: #236890 none repeat scroll 0 0;
    color: #fff;
    border-radius: 10px;
    padding: 15px;
}

.line-1, .blk-1 h1 {
    text-align: center;
}
.number {
    font-size: 26px;
    font-weight: bold;
}

.blk-1, .free-box {
    margin-bottom: 15px;
}

.blk-1 img {
    padding-bottom: 12px;
}

.blk-img {
    float: left;
    margin-right: 20px;
}

.lin-p {
    float: left;
    margin-right: 20px;
    margin-left: 10%;
}

.line-2 .submit_btn a {
    font-weight: bold;
    border-radius: 5px;
    font-size: 22px;
    padding: 3px 10px;
    text-decoration: none;
}

.line-2 .submit_btn p {
    margin-bottom: 0px;
}

.header-h1{
    font-size: 32px;
}

.line-1 p{
    font-size: 18px;
}

.line-2 p {
    font-size: 18px;
}

.blk_des .home-stop-arrow p {
    margin-left: 250px;
}

.content .header-h4 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.debts-1 {
    float: left;
    margin-right: 30%;
}


.blk_2_p {
    margin-left: 260px;
}

.line-2 .submit_btn {
    margin-top: 13px;
}

/* IE9 */
.navbar .nav > li > a{ background: #515151 none repeat scroll 0 0}

.content .submit_btn.text-center {
    margin-bottom: 20px;
} /*for homepage*/



/*#recaptcha_area, #recaptcha_table{
    margin-left:-33px;

}*/

:root #recaptcha_area, #recaptcha_table { 
    zoom:0.9 \0/IE9; margin-left:0px \0/IE9;}/* IE9 + IE10pp4 */
:root #recaptcha_area { 
    margin-left:-3px \0/IE9;}/* IE9 + IE10pp4 */
:root .navbar-inner{
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#515151',endColorstr='#515151',GradientType=0)\0/IE9!important;
}
#recaptcha_area, #recaptcha_table {
    (-bracket-:hack;    
    zoom: 0.9;
    );
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media
    {
        #recaptcha_area, #recaptcha_table{
            margin-left:0px;
        }
    }
}

@media (max-width: 1024px) {
    @-moz-document url-prefix() { 
        #recaptcha_area, #recaptcha_table{
                margin-left:-120px!important;
        }
    }
}
@media (min-width: 1025px) {
    @-moz-document url-prefix() { 
        #recaptcha_area, #recaptcha_table{
            margin-left:0px;
        }
    }
}
/* 30-june-2015--n en  */

/* 30-june-2015--n res st  */

@media (min-width: 768px) and (max-width: 1280px) {    
    #recaptcha_area, #recaptcha_table {
        transform: scale(-0.8);
        zoom: 0.8;
        (-bracket-:hack;
        margin-left:15px;
        );
    }

}

/* 30-june-2015--n st  */

/*@media (min-width: 768px) and (max-width: 1200px) {    ======= live css =======recaptcha 
    #recaptcha_area, #recaptcha_table {
            zoom: 0.8; 
            -moz-transform: scale(-0.8);  
    }
     Mozill Css 
    @-moz-document url-prefix() { 
        #recaptcha_widget_div {
            float: left;
            margin-bottom: 0px;
            margin-left: -55px;
        }
    }
}*/

@media (min-width: 768px) and (max-width: 980px) {
    /* 30-june-2015--n st  */
    .navbar .nav > li > a {
        font-size: 12px;
        padding: 7px 8px;
    }

    /* 30-june-2015--n en  */
    .navbar .nav > li > a {
            padding: 7px 5px;
    }
    .top-header .thankyou-header-right
    {
        font-size: 16px;
    }
    /*    .banner_main {
            padding-left: 20px;
        }*/
}
@media(min-width:980px){
    .span8{
        width:690px
    }
}
@media(min-width:1200px){
    .container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{
        width:940px;
    }
    .span12 {
        width: 940px;
    }
    .span6{
        width:632px
    }
}
@media(max-width:1024px){
    .span4.footer-logos {
        width: 372px;
    }
    /*02-10-2015*/
    #recaptcha_privacy > a {
        left: 0;
        position: absolute;
        top: 38px;
        width: 100%;
        font-size: 8px;
    }
}
@media(max-width:800px){
    .banner_main{
        padding-top: 275px;
        padding-left: 0;
    }
    .view-your-state-laws .views-row {

        padding-right: 15px;
    }
    /*02-09-2015*/
    .recaptchatable *
    {
        margin-top: -4px!important;
    }
    /*02-10-2015*/
    #recaptcha_privacy > a {
        top: 42px;
    }
    .social-icons ul li
    {
        font-size: 14px;
        margin-right: 5px;
    }
    .social-icons i
    {
        font-size: 18px;
    }

    /*30-6-15*/
    .lin-p {
    float: none;
}
    .line-2 p {
        text-align: center;
    }
    /*30-6-15*/

}

@media(max-width:767px){
    .banner_main {
        -webkit-box-shadow: 0 10px 6px -6px #777;
        -moz-box-shadow: 0 10px 6px -6px #777;
        box-shadow: 0 10px 6px -6px #777;
        border:1px solid #ccc;
        padding-left: 5px;
        padding-right: 5px;/*02-09-2015*/
    }
    .banner_main h1 {
        font-size: 20px;
    }
    .content-body .block-views, #block-block-2{
        padding-bottom: 40px;
    }
    .header {
        padding: 10px 15px;
    }
    .site-sidebar-first .block, .site-sidebar-second .block, .footer-content .block {
        width:100%;
        margin:0;
    }
    .main_submenu ul.menu {
        text-align: center;
    }
    .main, .secure_rep_main {
        padding: 0 15px;
    }
    #sidebar-second .block  {
        margin-bottom: 15px;
    }

    /*.banner_main p{
            display: none;
    }*/

    .btn.btn-navbar {
        float: right;
    }
    .navbar .btn-navbar {
        background-color:#000000;
        background-image:-moz-linear-gradient(top,#000000,#000000);
        background-image:-webkit-gradient(linear,0 0,0 100%,from(#000000),to(#000000));
        background-image:-webkit-linear-gradient(top,#000000,#000000);
        background-image:-o-linear-gradient(top,#000000,#000000);
        background-image:linear-gradient(to bottom,#000000,#000000);
        background-repeat:repeat-x;
        border-color:#000000;
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=0);
        filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
    }
    .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a, .btn {
        border-radius: 0;
        -moz-border-radius:0;
        -webkit-border-radius:0;
    }
    .navbar .nav > li {
        margin-bottom: 0;
    }
    .navbar .nav > li > a {
        border-right:none;
        padding: 5px 15px;
        margin-bottom: 0;
        font-weight: normal;
    }
    .represented_link a {
        margin-left: 0;
        padding: 18px 25px;
        line-height: normal;
    }
    .secure_main, .submit_btn {
        white-space: nowrap;
    }
    .secure_rep_main img {
        max-width: 100px;
    }
    #block-block-7 {
        margin-bottom: 0;
    }
    .submit_details {
        line-height: normal;
    }
    .sidebar {
        margin-bottom: 0;
    }
    .navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
        background: #000000;
    }

}
@media (max-width: 736px){
    .followlink
    {
        min-height: 30px;
        font-weight: bold;
    }
    .social-icons ul li
    {
        padding: 4px;
    }
    .contactpage .span4
    {
        min-height: inherit;
    }
    /*13-02-2015*/
    .view-blog .views-field-title h4:before, .view-taxonomy-term .views-field-title h4:before, .view-news .views-field-title h4:before {
        margin-left: -12px;
    }
    .span4.footer-logos {
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
}
@media (min-width: 480px) and (max-width: 600px) {
    .header .site-logo {
        display: block;
        text-align: center;
    }
    .header_contact_right {
        display: block;
        width: 85%;
        margin:10px auto 0;
        float: none;
        clear: both;
    }

}
/*02-09-15*/
@media (max-width: 667px){
    .span4.footer-logos {
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    /*02-10-2015*/
    #recaptcha_privacy > a {
        top: 38px;
    }
    .copy_rights p
    {
        padding: 0 5px;
    }
    .header_contact_right {
        width: 100%;
    }
    .header_right {
        float: none;
        margin: 0 auto;
        width: 78%;
    }
}
@media (max-width: 640px){
    /*.span4.footer-logos {
        margin: 0 auto;
        text-align: center;
        width: 100%;
            }*//*02-09-15*/
    .view-your-state-laws .views-row {
        width: 100%;
    }
    /*.view-state-lemon-law-attorneys table td, .view-state-lemon-law-attorneys table th
    {
        display: block;
    }*/
    .view-state-lemon-law-attorneys .views-field.views-field-field-email-address > a {
        width: 192px;
        float: left;
        word-wrap: break-word;
    }
    /*02-10-2015*/
    .social-icons ul li
    {
        float: none;
    }
    .fa-arrow-right
    {
        display: none;
    }
    .header_right {
        width: 100%;
    }
    .top-header .thankyou-header-right
    {
        font-size: 16px;
    }
}
@media(max-width:480px){
    /* 30-6-15  st */
    .blk-img {
        float:none;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .line-1 p {
        line-height: 32px;
    }
    .blk_des .home-stop-arrow p, .blk_2_p {
        margin-left: 0px;
    }
    /* 30-6-15  en */
    .header_right {
        float: none;
    }
    .header_right h3 {
        text-align: center;
        line-height: normal;
        margin-top: 10px;
    }
    .header_right h3, .header_right ul {
        display: block;
    }
    .header_right ul {
        background: none;
        font-size: 12px;
    }
    /*02-09-2015*/
    .tollfree-num {
        font-size: 14px;
    }
    .tollfree-num.text-center > span {
        font-size: 18px;
    }
    /*02-10-2015*/
    .header_right ul li {
        margin: 10px auto;
        text-align: left;
        width: 49%;
    }
    #recaptcha_area, #recaptcha_table {
        width: 317.2px !important;
    }
    .header_right ul li {
        width: 70%;
    }
    .content-head h1.title {
        font-size: 18px;
    }
    .banner_main {
        padding-top: 320px;
    }
    .top-header .thankyou-header-right
    {
        font-size: 14px;
        line-height: 24px;
    }

}
@media(max-width:414px){
    .tollfree-num.text-center > span {
        font-size: 19px;
    }

}


@media(max-width:360px){
    .debts-2 {
        clear: both;
    }
    /*30-6-15*/
    .lin-p {
        margin:0px;
    }
    .homevideo iframe {
        height: auto;
        max-width: 100%;
        min-height: 260px;
    }
    .header_contact_right {
        width: 100%;
    }
    .copy_rights
    {
        padding-left: 2px;
    }
    .node-type-blog .field-type-text-with-summary
    {
        margin-top: 1em;
    }
    /*02-09-2015*/
    .tollfree-num {
        font-size: 15px;
    }
    .content-head h1.title
    {
        font-size: 16px;
    }
    /*02-10-2015*/
    .submit_details_free
    {
        padding: 8px;
    }
    .header_right ul li {
        width: 85%;
    }

}
/*02-09-2015*/
@media(max-width: 320px){
    #recaptcha_area, #recaptcha_table {
        zoom: 0.8; /* all browsers */
        -moz-transform: scale(-0.8)!important;  /* Firefox */
    }
    .submit_btn a
    {
        padding: 9px;
        font-size: 12px;
    }
    .tollfree-num.text-center > span {
        font-size: 14px;
    }
}
